Update src/app/page.tsx

This commit is contained in:
2026-06-03 17:01:04 +00:00
parent d024406325
commit be720340c9

View File

@@ -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
}
]}
/>
</div>
@@ -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"
/>
</div>
@@ -346,4 +346,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}