From 2bafef670f0a84604f7cdd2a819b833ce4fc5c23 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 10:28:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 11b7ed8..e0da218 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import ContactCenter from '@/components/sections/contact/ContactCenter'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; +import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; @@ -45,21 +45,18 @@ export default function LandingPage() {
- console.log("Shop clicked") }]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/stusio-portrait-trendy-brunette-woman-wearing-white-linen-suit-posing-beige-background-blogger-fashionista_291049-2973.jpg", imageAlt: "Model in streetwear"}, + imageSrc: "http://img.b2bpic.net/free-photo/stusio-portrait-trendy-brunette-woman-wearing-white-linen-suit-posing-beige-background-blogger-fashionista_291049-2973.jpg", imageAlt: "Model in streetwear" }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-buying-stuff-decoration-store_1303-24630.jpg", imageAlt: "Close up fabric texture"} + imageSrc: "http://img.b2bpic.net/free-photo/woman-buying-stuff-decoration-store_1303-24630.jpg", imageAlt: "Close up fabric texture" } ]} - mediaAnimation="slide-up" - rating={5} - ratingText="Rated 5 stars by over 10,000 fashion enthusiasts." />
-- 2.49.1