Merge version_2 into main #2
@@ -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() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
<HeroBillboardCarousel
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Vibe with Astra."
|
||||
description="Elevate your style with premium, trend-forward streetwear designed for the modern individual."
|
||||
tag="New Arrivals 2024"
|
||||
buttons={[{ text: "Shop Now", onClick: () => 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."
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user