Skip to content

Commit

Permalink
#PR2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidhant-gupta07 committed Sep 16, 2024
1 parent 7f3fa63 commit f83dc0c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Components/CartEmpty/CartEmpty.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const CartEmpty = () => {
<>
<div className='w-[80%] h-[70vh] mt-[80px]
container mx-auto px-4 py-4 shadow-lg rounded-md mb-7
flex justify-center items-center'>
flex justify-center items-center bg-white'>
<div className='flex items-center flex-col'>
<img
src="https://rukminim2.flixcart.com/www/800/800/promos/16/05/2019/d438a32e-765a-4d8b-b4a6-520b560971e8.png?q=90"
Expand Down
4 changes: 2 additions & 2 deletions src/Components/Gallery/Gallery.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ const Gallery = () => {
<section className="text-gray-600 body-font">
<div className="container px-5 py-20 mx-auto flex flex-wrap">
<div className="flex w-full mb-20 flex-wrap">
<h1 className="sm:text-3xl text-2xl font-medium title-font text-gray-900 lg:w-1/3 lg:mb-0 mb-4">
<h1 className="sm:text-3xl text-2xl font-medium title-font text-gray-500 lg:w-1/3 lg:mb-0 mb-4">
Deal's with Customer Priority
</h1>
<p className="lg:pl-6 lg:w-2/3 mx-auto leading-relaxed text-base">
<p className="lg:pl-6 lg:w-2/3 mx-auto leading-relaxed text-base font-semibold">
The Buy Buzzar Group is one of India's leading digital e-commerce
entities and includes group companies Buy Buzzar,
Myntra, Buy Buzzar Wholesale, Buy Buzzar Health + and
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Testmonial/Testmonial.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const Testmonial = () => {
spaceBetween: 50,
}
}}

// Correct the code...
>
<SwiperSlide>
<div className="p-4 w-full">
Expand Down

0 comments on commit f83dc0c

Please sign in to comment.