4 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
6f74412cdf Update src/app/page.tsx 2026-06-03 16:59:24 +00:00
58735ff2d2 Merge version_2 into main
Merge version_2 into main
2026-06-03 16:57:34 +00:00

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>
@@ -194,7 +194,7 @@ export default function LandingPage() {
value: "98%", label: "Satisfaction Rate"},
]}
title="What Our Clients Say"
description="Hear from the women who've experienced the transformative touch of Das ANNA."
description="Join our 500+ happy clients and discover why Das ANNA achieves a 98% satisfaction rate, transforming styles with unmatched elegance for over 10 years."
/>
</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>
);
}
}