From b73d777db46c4413e47347d28e3fa76f82fc327c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 19:39:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 162 +++++++++++------------------------------------ 1 file changed, 37 insertions(+), 125 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 739f3be..b6b7709 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,80 +30,52 @@ export default function LandingPage() {
@@ -112,44 +84,21 @@ export default function LandingPage() { @@ -206,25 +139,13 @@ export default function LandingPage() { faqsAnimation="blur-reveal" faqs={[ { - id: "f1", - title: "Do you ship internationally?", - content: "Yes, we ship our perfumes worldwide via secure courier services.", - }, + id: "f1", title: "Do you ship internationally?", content: "Yes, we ship our perfumes worldwide via secure courier services."}, { - id: "f2", - title: "Are these natural ingredients?", - content: "We use a blend of the finest natural essences and high-quality synthetic stabilizers for longevity.", - }, + id: "f2", title: "Are these natural ingredients?", content: "We use a blend of the finest natural essences and high-quality synthetic stabilizers for longevity."}, { - id: "f3", - title: "Can I visit your shop?", - content: "Visit us at our boutique in the Medina of Kairouan for a personalized fragrance consultation.", - }, + id: "f3", title: "Can I visit your shop?", content: "Visit us at our boutique in the Medina of Kairouan for a personalized fragrance consultation."}, { - id: "f4", - title: "How do I choose the right scent?", - content: "We offer sample sets that allow you to test our collection at your own pace.", - }, + id: "f4", title: "How do I choose the right scent?", content: "We offer sample sets that allow you to test our collection at your own pace."}, ]} /> @@ -233,14 +154,11 @@ export default function LandingPage() { @@ -251,21 +169,15 @@ export default function LandingPage() { logoText="Sultan Perfumes" columns={[ { - title: "Location", - items: [ + title: "Location", items: [ { - label: "Google Maps", - href: "https://maps.google.com/?q=Kairouan", - }, + label: "Google Maps", href: "https://maps.google.com/?q=Kairouan"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, ], }, ]} -- 2.49.1