Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bfec995bfa | |||
| 34d4ae0ffa | |||
| 3499d92115 | |||
| 77cfa3105b |
@@ -221,17 +221,17 @@ export default function LandingPage() {
|
|||||||
description="For bespoke fragrance consultations, exclusive collaborations, or any inquiries, our dedicated team is here to assist you. Reach out and experience personalized service."
|
description="For bespoke fragrance consultations, exclusive collaborations, or any inquiries, our dedicated team is here to assist you. Reach out and experience personalized service."
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
name: "name", type: "text", placeholder: "Your Name", required: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
name: "email", type: "email", placeholder: "Your Email", required: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "subject", type: "text", placeholder: "Subject"},
|
name: "subject", type: "text", placeholder: "Subject"}
|
||||||
]}
|
]}
|
||||||
textarea={{
|
textarea={{
|
||||||
name: "message", placeholder: "Your Message", rows: 5,
|
name: "message", placeholder: "Your Message", rows: 5,
|
||||||
required: true,
|
required: true
|
||||||
}}
|
}}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/wedding-still-life-with-glasses_23-2147975934.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/wedding-still-life-with-glasses_23-2147975934.jpg"
|
||||||
imageAlt="Elegant perfume bottle with atmospheric lighting"
|
imageAlt="Elegant perfume bottle with atmospheric lighting"
|
||||||
@@ -255,7 +255,7 @@ export default function LandingPage() {
|
|||||||
label: "Discovery Sets", href: "#"},
|
label: "Discovery Sets", href: "#"},
|
||||||
{
|
{
|
||||||
label: "Gift Cards", href: "#"},
|
label: "Gift Cards", href: "#"},
|
||||||
],
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company", items: [
|
title: "Company", items: [
|
||||||
@@ -265,7 +265,7 @@ export default function LandingPage() {
|
|||||||
label: "Craftsmanship", href: "#features"},
|
label: "Craftsmanship", href: "#features"},
|
||||||
{
|
{
|
||||||
label: "Sustainability", href: "#"},
|
label: "Sustainability", href: "#"},
|
||||||
],
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Support", items: [
|
title: "Support", items: [
|
||||||
@@ -277,8 +277,8 @@ export default function LandingPage() {
|
|||||||
label: "Shipping & Returns", href: "#"},
|
label: "Shipping & Returns", href: "#"},
|
||||||
{
|
{
|
||||||
label: "Privacy Policy", href: "#"},
|
label: "Privacy Policy", href: "#"},
|
||||||
],
|
]
|
||||||
},
|
}
|
||||||
]}
|
]}
|
||||||
copyrightText="© 2024 NOCTURIA PARFUM. All rights reserved."
|
copyrightText="© 2024 NOCTURIA PARFUM. All rights reserved."
|
||||||
/>
|
/>
|
||||||
@@ -286,4 +286,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user