2 Commits

Author SHA1 Message Date
2bafef670f Update src/app/page.tsx 2026-04-27 10:28:34 +00:00
a88a230475 Merge version_1 into main
Merge version_1 into main
2026-04-27 10:23:38 +00:00

View File

@@ -6,7 +6,7 @@ import ContactCenter from '@/components/sections/contact/ContactCenter';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; 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 MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
@@ -45,21 +45,18 @@ export default function LandingPage() {
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitDualMedia <HeroBillboardCarousel
background={{ background={{ variant: "gradient-bars" }}
variant: "gradient-bars"}}
title="Vibe with Astra." title="Vibe with Astra."
description="Elevate your style with premium, trend-forward streetwear designed for the modern individual." description="Elevate your style with premium, trend-forward streetwear designed for the modern individual."
tag="New Arrivals 2024" tag="New Arrivals 2024"
buttons={[{ text: "Shop Now", onClick: () => console.log("Shop clicked") }]}
mediaItems={[ 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."
/> />
</div> </div>