diff --git a/src/app/page.tsx b/src/app/page.tsx index e11ee1d..04febd5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import ReactLenis from "lenis/react"; import FooterCard from '@/components/sections/footer/FooterCard'; import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; export default function LandingPage() { @@ -57,7 +57,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/stylish-clothing-boutique-interior_23-2151961902.jpg", imageAlt: "Minimalist apparel store interior", videoAriaLabel: "Modern and clean apparel store"}, { - imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-man-urban-outfit_1303-17744.jpg", imageAlt: "Male model posing stylishly", videoAriaLabel: "Fashion model showcasing an outfit"}, + imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-man-urban-outfit_1303-17744.jpg", imageAlt: "Male model posing stylishly", videoAriaLabel: "Fashion model showcasing an outfit"} ]} rightCarouselItems={[ { @@ -71,7 +71,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-classic-shirts-hanger_23-2150828576.jpg", imageAlt: "Minimalist clothing retail store", videoAriaLabel: "Aesthetic retail space with clothes"}, { - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-smiling-happy-girl-wearing-blue-shirt-shorts-sitting-sunny-street-with-smartphone-enjoying-sunny-day_291650-2673.jpg", imageAlt: "Young man posing in stylish outfit", videoAriaLabel: "Stylish young man in casual wear"}, + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-smiling-happy-girl-wearing-blue-shirt-shorts-sitting-sunny-street-with-smartphone-enjoying-sunny-day_291650-2673.jpg", imageAlt: "Young man posing in stylish outfit", videoAriaLabel: "Stylish young man in casual wear"} ]} buttons={[ { @@ -87,7 +87,7 @@ export default function LandingPage() { { src: "http://img.b2bpic.net/free-photo/portrait-good-looking-curly-haired-young-woman-smiles-broadly-expresses-positive-emotions-glad-hear-recent-news_273609-52288.jpg", alt: "Happy Customer 4"}, { - src: "http://img.b2bpic.net/free-photo/woman-overalls-sitting-casually-yellow-couch_24972-2976.jpg", alt: "Customer wearing overalls"}, + src: "http://img.b2bpic.net/free-photo/woman-overalls-sitting-casually-yellow-couch_24972-2976.jpg", alt: "Customer wearing overalls"} ]} avatarText="Join our community of style lovers!" marqueeItems={[ @@ -100,30 +100,30 @@ export default function LandingPage() { { type: "image", src: "http://img.b2bpic.net/free-photo/urban-young-hipster-indian-man-fashionable-yellow-sweatshirt-cool-south-asian-guy-wear-hoodie-black-face-protect-mask-new-normal_627829-4529.jpg", alt: "Urban young hipster indian man in a fashionable yellow sweatshirt Cool south asian guy wear hoodie and black face protect mask during new normal"}, { - type: "image", src: "http://img.b2bpic.net/free-photo/stylish-hipster-arab-man-guy-sunglasses-posed-outdoor-street-sunset-against-gray-wall_627829-2750.jpg", alt: "Stylish hipster arab man guy in sunglasses posed outdoor in street at sunset against gray wall"}, + type: "image", src: "http://img.b2bpic.net/free-photo/stylish-hipster-arab-man-guy-sunglasses-posed-outdoor-street-sunset-against-gray-wall_627829-2750.jpg", alt: "Stylish hipster arab man guy in sunglasses posed outdoor in street at sunset against gray wall"} ]} />
-