From be720340c9fbdbc55709deecfc3fb8fe630d8919 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 17:01:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4ee6d44..0ba0358 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,20 +82,20 @@ export default function LandingPage() { buttonAnimation="slide-up" marqueeItems={[ { - type: "text-icon", text: "Bespoke Creations", icon: Sparkles, + type: "text-icon", text: "Bespoke Creations", icon: Sparkles }, { - type: "text-icon", text: "Personalized Styling", icon: Diamond, + type: "text-icon", text: "Personalized Styling", icon: Diamond }, { - type: "text-icon", text: "Finest Materials", icon: Star, + type: "text-icon", text: "Finest Materials", icon: Star }, { - type: "text-icon", text: "Uncompromising Quality", icon: ShieldCheck, + type: "text-icon", text: "Uncompromising Quality", icon: ShieldCheck }, { - type: "text-icon", text: "Signature Elegance", icon: Crown, - }, + type: "text-icon", text: "Signature Elegance", icon: Crown + } ]} /> @@ -270,8 +270,8 @@ export default function LandingPage() { { id: "faq8", title: "How can I provide feedback or support for Kids Coffee?", content: "We love hearing from our customers! You can provide feedback by speaking to a manager in-store, or by using the contact form below. Your input helps us improve!"}, ]} - title="Your Questions, Answered (Das ANNA & Kids Coffee)" - description="Find answers to common inquiries about our bespoke fashion services, delightful coffee experiences, and general support." + title="Frequently Asked Questions: Das ANNA (Fashion) & Kids Coffee (Cafe)" + description="Below you'll find answers to common questions about Das ANNA's bespoke fashion and styling services, as well as inquiries related to Kids Coffee's delightful cafe experience. We've separated them for clarity." faqsAnimation="slide-up" /> @@ -346,4 +346,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file