Update src/app/page.tsx

This commit is contained in:
2026-06-10 06:38:44 +00:00
parent 1cb836f311
commit 9cdd841bf9

View File

@@ -38,7 +38,7 @@ export default function LandingPage() {
{
name: "About", id: "#about"},
{
name: "Collections", id: "#products"},
name: "Collections", id: "/products"},
{
name: "Features", id: "#features"},
{
@@ -52,7 +52,7 @@ export default function LandingPage() {
logoAlt="AromaLux Logo"
brandName="AromaLux"
button={{
text: "Shop Now", href: "#products"}}
text: "Shop Now", href: "/products"}}
animateOnLoad={true}
/>
</div>
@@ -65,7 +65,7 @@ export default function LandingPage() {
description="Experience the art of perfumery with AromaLux. Handcrafted fragrances designed to captivate and inspire."
buttons={[
{
text: "Explore Collection", href: "#products"},
text: "Explore Collection", href: "/products"},
{
text: "Our Story", href: "#about"},
]}
@@ -220,16 +220,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "q1", title: "What makes AromaLux fragrances unique?", content: "Our fragrances are crafted by master perfumers using rare and ethically sourced ingredients. Each scent is a unique composition designed for longevity and complexity."},
{
id: "q2", title: "How long do your fragrances last?", content: "AromaLux fragrances are formulated for exceptional longevity. Depending on the concentration (Eau de Parfum vs. Extrait de Parfum) and skin type, they can last anywhere from 6 to 12 hours."},
{
id: "q3", title: "Are your products cruelty-free?", content: "Yes, AromaLux is committed to ethical practices. All our products are 100% cruelty-free and vegan, never tested on animals."},
{
id: "q4", title: "Do you offer international shipping?", content: "Yes, we offer worldwide shipping. Shipping costs and delivery times vary by destination. Please see our shipping policy for more details."},
{
id: "q5", title: "Can I sample fragrances before buying a full bottle?", content: "We offer discovery sets with small samples of our most popular fragrances, allowing you to experience them before committing to a full-size purchase."},
]}
id: "q1", title: "What makes AromaLux fragrances unique?", content: "Our fragrances are crafted by master perfumers using rare and ethically sourced ingredients. Each scent is a unique composition designed for longevity and complexity."},n {
id: "q2", title: "How long do your fragrances last?", content: "AromaLux fragrances are formulated for exceptional longevity. Depending on the concentration (Eau de Parfum vs. Extrait de Parfum) and skin type, they can last anywhere from 6 to 12 hours."},n {
id: "q3", title: "Are your products cruelty-free?", content: "Yes, AromaLux is committed to ethical practices. All our products are 100% cruelty-free and vegan, never tested on animals."},n {
id: "q4", title: "Do you offer international shipping?", content: "Yes, we offer worldwide shipping. Shipping costs and delivery times vary by destination. Please see our shipping policy for more details."},n {
id: "q5", title: "Can I sample fragrances before buying a full bottle?", content: "We offer discovery sets with small samples of our most popular fragrances, allowing you to experience them before committing to a full-size purchase."},n ]}
title="Frequently Asked Questions"
description="Find answers to common inquiries about our fragrances, ingredients, and ordering process."
faqsAnimation="slide-up"
@@ -260,11 +255,11 @@ export default function LandingPage() {
{
title: "Shop", items: [
{
label: "All Fragrances", href: "#products"},
label: "All Fragrances", href: "/products"},
{
label: "Gift Sets", href: "#offerings"},
{
label: "New Arrivals", href: "#products"},
label: "New Arrivals", href: "/products"},
{
label: "Discovery Sets", href: "#offerings"},
],