Merge version_13 into main
Merge version_13 into main
This commit was merged in pull request #13.
This commit is contained in:
@@ -7,11 +7,9 @@ import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
|
||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import { Award, Facebook, Instagram, MapPin, Sparkles, CheckCircle2 } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -62,6 +60,7 @@ export default function LandingPage() {
|
||||
{ icon: Sparkles, label: "Happy Clients", value: "5000+" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -83,6 +82,8 @@ export default function LandingPage() {
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
title="Choose Your Plan"
|
||||
description="Simple pricing for premium style."
|
||||
plans={[
|
||||
@@ -97,10 +98,11 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
title="Why Aura Archive?"
|
||||
description="Excellence in every stitch."
|
||||
features={[
|
||||
{ title: "Premium Textiles", description: "Sourced from the finest mills.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-wool-texture-details_23-2149620438.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/fabric-texture-background_1388-107.jpg", buttonText: "Explore", buttonIcon: CheckCircle2 }
|
||||
{ title: "Premium Textiles", description: "Sourced from the finest mills.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-wool-texture-details_23-2149620438.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/fabric-texture-background_1388-107.jpg", buttonText: "Explore" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -111,6 +113,7 @@ export default function LandingPage() {
|
||||
title="Get in Touch"
|
||||
description="Join our newsletter for exclusive updates."
|
||||
tag="Newsletter"
|
||||
background={{ variant: "plain" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user