Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6754268f56 | |||
| bdeba3b6b0 | |||
| cac1bdc902 |
@@ -13,7 +13,8 @@ import FaqDouble from '@/components/sections/faq/FaqDouble';
|
|||||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import { Sparkles, Award, Beaker, TrendingUp, Heart, HelpCircle, BookOpen } from 'lucide-react';
|
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
||||||
|
import { Sparkles, Award, Beaker, TrendingUp, Heart, HelpCircle, BookOpen, Wrench } from 'lucide-react';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -37,6 +38,7 @@ export default function LandingPage() {
|
|||||||
{ name: "Collection", id: "products" },
|
{ name: "Collection", id: "products" },
|
||||||
{ name: "Craft", id: "ingredients" },
|
{ name: "Craft", id: "ingredients" },
|
||||||
{ name: "Journal", id: "blog" },
|
{ name: "Journal", id: "blog" },
|
||||||
|
{ name: "Repairs", id: "repairs" },
|
||||||
{ name: "Contact", id: "contact" }
|
{ name: "Contact", id: "contact" }
|
||||||
]}
|
]}
|
||||||
button={{ text: "Shop Now", href: "#products" }}
|
button={{ text: "Shop Now", href: "#products" }}
|
||||||
@@ -117,6 +119,22 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="repairs" data-section="repairs">
|
||||||
|
<FeatureCardNineteen
|
||||||
|
title="Premium Maintenance & Care"
|
||||||
|
description="We ensure your collection remains pristine with professional care and bespoke maintenance services."
|
||||||
|
tag="Care & Repairs"
|
||||||
|
tagIcon={Wrench}
|
||||||
|
tagAnimation="slide-up"
|
||||||
|
features={[
|
||||||
|
{ tag: "Artisanal", title: "Bottle Refilling", subtitle: "Sustainable luxury", description: "Extend the life of your signature scent with our professional refill service in-boutique.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-perfume-bottle-minimal-background_23-2151045233.jpg" },
|
||||||
|
{ tag: "Expertise", title: "Atomizer Restoration", subtitle: "Precision repair", description: "Our technicians carefully restore faulty spray mechanisms to original factory performance.", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-product-still-life_23-2151232284.jpg" }
|
||||||
|
]}
|
||||||
|
textboxLayout="default"
|
||||||
|
useInvertedBackground={true}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="influencers" data-section="influencers">
|
<div id="influencers" data-section="influencers">
|
||||||
<FeatureCardOne
|
<FeatureCardOne
|
||||||
title="Worn By Those Who Set The Standard"
|
title="Worn By Those Who Set The Standard"
|
||||||
|
|||||||
Reference in New Issue
Block a user