4 Commits

Author SHA1 Message Date
bfec995bfa Update src/app/page.tsx 2026-06-10 07:17:46 +00:00
34d4ae0ffa Update src/app/page.tsx 2026-06-10 07:17:20 +00:00
3499d92115 Merge version_1 into main
Merge version_1 into main
2026-06-10 07:08:33 +00:00
77cfa3105b Merge version_1 into main
Merge version_1 into main
2026-06-10 07:07:45 +00:00

View File

@@ -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."
/> />