2 Commits

Author SHA1 Message Date
be720340c9 Update src/app/page.tsx 2026-06-03 17:01:04 +00:00
d024406325 Merge version_3 into main
Merge version_3 into main
2026-06-03 16:59:27 +00:00

View File

@@ -82,20 +82,20 @@ export default function LandingPage() {
buttonAnimation="slide-up" buttonAnimation="slide-up"
marqueeItems={[ 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> </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!"}, 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)" title="Frequently Asked Questions: Das ANNA (Fashion) & Kids Coffee (Cafe)"
description="Find answers to common inquiries about our bespoke fashion services, delightful coffee experiences, and general support." 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" faqsAnimation="slide-up"
/> />
</div> </div>