Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9b1f6442e2 | |||
| be720340c9 | |||
| d024406325 | |||
| 6f74412cdf | |||
| 58735ff2d2 | |||
| 2793e8ca0a |
411
src/app/page.tsx
411
src/app/page.tsx
@@ -34,37 +34,21 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "#home"},
|
||||||
id: "#home",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "#about"},
|
||||||
id: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Offerings",
|
name: "Offerings", id: "#features"},
|
||||||
id: "#features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Collections",
|
name: "Collections", id: "#products"},
|
||||||
id: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Testimonials",
|
name: "Testimonials", id: "#testimonials"},
|
||||||
id: "#testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Pricing",
|
name: "Pricing", id: "#pricing"},
|
||||||
id: "#pricing",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "FAQ",
|
name: "FAQ", id: "#faq"},
|
||||||
id: "#faq",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "#contact"},
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Das ANNA"
|
brandName="Das ANNA"
|
||||||
/>
|
/>
|
||||||
@@ -73,70 +57,45 @@ export default function LandingPage() {
|
|||||||
<div id="home" data-section="home">
|
<div id="home" data-section="home">
|
||||||
<HeroCentered
|
<HeroCentered
|
||||||
background={{
|
background={{
|
||||||
variant: "downward-rays-static",
|
variant: "downward-rays-static"}}
|
||||||
}}
|
|
||||||
title="Experience Unmatched Elegance"
|
title="Experience Unmatched Elegance"
|
||||||
description="Das ANNA offers bespoke fashion and personalized styling, crafting unique pieces that reflect your individual grace and sophistication. Discover the art of true style."
|
description="Das ANNA offers bespoke fashion and personalized styling, crafting unique pieces that reflect your individual grace and sophistication. Discover the art of true style."
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/portrait-successful-business-woman-young-corporate-woman-celebrating-victory-achievement-triumphi_1258-123468.jpg",
|
src: "http://img.b2bpic.net/free-photo/portrait-successful-business-woman-young-corporate-woman-celebrating-victory-achievement-triumphi_1258-123468.jpg", alt: "Client One"},
|
||||||
alt: "Client One",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-yellow-jacket_23-2149020794.jpg",
|
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-yellow-jacket_23-2149020794.jpg", alt: "Client Two"},
|
||||||
alt: "Client Two",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/pretty-cute-blond-girl-charmingly-looking-camera-isolated-yellow-background_574295-2343.jpg",
|
src: "http://img.b2bpic.net/free-photo/pretty-cute-blond-girl-charmingly-looking-camera-isolated-yellow-background_574295-2343.jpg", alt: "Client Three"},
|
||||||
alt: "Client Three",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/close-up-smiley-man-wearing-make-up_23-2149190721.jpg",
|
src: "http://img.b2bpic.net/free-photo/close-up-smiley-man-wearing-make-up_23-2149190721.jpg", alt: "Client Four"},
|
||||||
alt: "Client Four",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/portrait-successful-business-woman-young-corporate-woman-celebrating-victory-achievement_1258-194115.jpg",
|
src: "http://img.b2bpic.net/free-photo/portrait-successful-business-woman-young-corporate-woman-celebrating-victory-achievement_1258-194115.jpg", alt: "Professional woman celebrating"},
|
||||||
alt: "Professional woman celebrating",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Trusted by hundreds of discerning clients."
|
avatarText="Trusted by hundreds of discerning clients."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Explore Collections",
|
text: "Explore Collections", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Book a Consultation",
|
text: "Book a Consultation", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Bespoke Creations", icon: Sparkles
|
||||||
text: "Bespoke Creations",
|
|
||||||
icon: Sparkles,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Personalized Styling", icon: Diamond
|
||||||
text: "Personalized Styling",
|
|
||||||
icon: Diamond,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Finest Materials", icon: Star
|
||||||
text: "Finest Materials",
|
|
||||||
icon: Star,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Uncompromising Quality", icon: ShieldCheck
|
||||||
text: "Uncompromising Quality",
|
|
||||||
icon: ShieldCheck,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Signature Elegance", icon: Crown
|
||||||
text: "Signature Elegance",
|
}
|
||||||
icon: Crown,
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -146,14 +105,10 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
title="The Das ANNA Philosophy"
|
title="The Das ANNA Philosophy"
|
||||||
description={[
|
description={[
|
||||||
"At Das ANNA, we believe fashion is an intimate expression of self. Our atelier is a sanctuary where exquisite design meets personal touch, ensuring every creation tells your unique story.",
|
"At Das ANNA, we believe fashion is an intimate expression of self. Our atelier is a sanctuary where exquisite design meets personal touch, ensuring every creation tells your unique story.", "We dedicate ourselves to meticulous craftsmanship, using only the finest materials sourced globally. Our process is collaborative, transforming your vision into wearable art that embodies elegance and comfort."]}
|
||||||
"We dedicate ourselves to meticulous craftsmanship, using only the finest materials sourced globally. Our process is collaborative, transforming your vision into wearable art that embodies elegance and comfort.",
|
|
||||||
]}
|
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Our Story",
|
text: "Our Story", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -166,35 +121,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "tailored-design",
|
id: "tailored-design", title: "Bespoke Design & Tailoring", tags: [
|
||||||
title: "Bespoke Design & Tailoring",
|
"Custom", "Exclusive"],
|
||||||
tags: [
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-learning-together_23-2149300761.jpg", imageAlt: "Tailored garment design"},
|
||||||
"Custom",
|
|
||||||
"Exclusive",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-learning-together_23-2149300761.jpg",
|
|
||||||
imageAlt: "Tailored garment design",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "material-selection",
|
id: "material-selection", title: "Premium Material Selection", tags: [
|
||||||
title: "Premium Material Selection",
|
"Luxury", "Quality"],
|
||||||
tags: [
|
imageSrc: "http://img.b2bpic.net/free-photo/fabric-texture-background_1388-107.jpg", imageAlt: "Luxurious fabric swatches"},
|
||||||
"Luxury",
|
|
||||||
"Quality",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/fabric-texture-background_1388-107.jpg",
|
|
||||||
imageAlt: "Luxurious fabric swatches",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "styling-consultation",
|
id: "styling-consultation", title: "Personal Styling Consultations", tags: [
|
||||||
title: "Personal Styling Consultations",
|
"Expert", "Advisory"],
|
||||||
tags: [
|
imageSrc: "http://img.b2bpic.net/free-photo/back-view-trendy-male-classic-black-suit-dark-sunglasses-keeping-hands-trousers-looking-away-while-standing-centre-illuminated-spotlight-against-orange-background_8353-12186.jpg", imageAlt: "Fashion stylist advising client"},
|
||||||
"Expert",
|
|
||||||
"Advisory",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/back-view-trendy-male-classic-black-suit-dark-sunglasses-keeping-hands-trousers-looking-away-while-standing-centre-illuminated-spotlight-against-orange-background_8353-12186.jpg",
|
|
||||||
imageAlt: "Fashion stylist advising client",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Signature Services"
|
title="Our Signature Services"
|
||||||
description="Discover the unique experience and benefits of choosing Das ANNA for your bespoke fashion and styling needs."
|
description="Discover the unique experience and benefits of choosing Das ANNA for your bespoke fashion and styling needs."
|
||||||
@@ -209,53 +146,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "p1",
|
id: "p1", name: "The Lumina Gown", price: "€2,500", variant: "Evening Wear", imageSrc: "http://img.b2bpic.net/free-photo/mask-decorated_181624-16215.jpg", imageAlt: "Elegant evening gown"},
|
||||||
name: "The Lumina Gown",
|
|
||||||
price: "€2,500",
|
|
||||||
variant: "Evening Wear",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/mask-decorated_181624-16215.jpg",
|
|
||||||
imageAlt: "Elegant evening gown",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p2",
|
id: "p2", name: "Signature Power Suit", price: "€1,800", variant: "Professional Attire", imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021796.jpg", imageAlt: "Stylish women's power suit"},
|
||||||
name: "Signature Power Suit",
|
|
||||||
price: "€1,800",
|
|
||||||
variant: "Professional Attire",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021796.jpg",
|
|
||||||
imageAlt: "Stylish women's power suit",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p3",
|
id: "p3", name: "The Weekend Chic Set", price: "€950", variant: "Casual Elegance", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-talking-phone-outside_1303-11055.jpg", imageAlt: "Relaxed elegant outfit"},
|
||||||
name: "The Weekend Chic Set",
|
|
||||||
price: "€950",
|
|
||||||
variant: "Casual Elegance",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-talking-phone-outside_1303-11055.jpg",
|
|
||||||
imageAlt: "Relaxed elegant outfit",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p4",
|
id: "p4", name: "Artisan Leather Tote", price: "€600", variant: "Accessory", imageSrc: "http://img.b2bpic.net/free-photo/stylish-blond-woman-enjoing-weekend-spain_273443-4637.jpg", imageAlt: "Luxury leather tote bag"},
|
||||||
name: "Artisan Leather Tote",
|
|
||||||
price: "€600",
|
|
||||||
variant: "Accessory",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-blond-woman-enjoing-weekend-spain_273443-4637.jpg",
|
|
||||||
imageAlt: "Luxury leather tote bag",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p5",
|
id: "p5", name: "Celestial Pearl Necklace", price: "€1,200", variant: "Jewelry", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-person-doing-bead-work_23-2148815816.jpg", imageAlt: "Elegant pearl necklace"},
|
||||||
name: "Celestial Pearl Necklace",
|
|
||||||
price: "€1,200",
|
|
||||||
variant: "Jewelry",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-person-doing-bead-work_23-2148815816.jpg",
|
|
||||||
imageAlt: "Elegant pearl necklace",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p6",
|
id: "p6", name: "Velvet Stiletto Heels", price: "€450", variant: "Footwear", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-elegant-green-velvet-dress-posing_273443-3358.jpg", imageAlt: "Velvet high heels"},
|
||||||
name: "Velvet Stiletto Heels",
|
|
||||||
price: "€450",
|
|
||||||
variant: "Footwear",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-elegant-green-velvet-dress-posing_273443-3358.jpg",
|
|
||||||
imageAlt: "Velvet high heels",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Curated Collections"
|
title="Our Curated Collections"
|
||||||
description="Explore our exquisite range of handcrafted apparel and accessories, designed to complement every facet of your life."
|
description="Explore our exquisite range of handcrafted apparel and accessories, designed to complement every facet of your life."
|
||||||
@@ -269,67 +170,31 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "t1",
|
id: "t1", name: "Sophia R.", role: "Creative Director", company: "Moda Lux", rating: 5,
|
||||||
name: "Sophia R.",
|
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-bag-surprised-friend_23-2147950283.jpg", imageAlt: "Sophia R."},
|
||||||
role: "Creative Director",
|
|
||||||
company: "Moda Lux",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-bag-surprised-friend_23-2147950283.jpg",
|
|
||||||
imageAlt: "Sophia R.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t2",
|
id: "t2", name: "Isabella K.", role: "Business Consultant", company: "Stratagem Solutions", rating: 5,
|
||||||
name: "Isabella K.",
|
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517398.jpg", imageAlt: "Isabella K."},
|
||||||
role: "Business Consultant",
|
|
||||||
company: "Stratagem Solutions",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517398.jpg",
|
|
||||||
imageAlt: "Isabella K.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t3",
|
id: "t3", name: "Dr. Elara V.", role: "Chief Surgeon", company: "Apex Medical", rating: 5,
|
||||||
name: "Dr. Elara V.",
|
imageSrc: "http://img.b2bpic.net/free-photo/charismatic-male-pondering-while-holding-cup-coffee-his-hand_23-2148112118.jpg", imageAlt: "Dr. Elara V."},
|
||||||
role: "Chief Surgeon",
|
|
||||||
company: "Apex Medical",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/charismatic-male-pondering-while-holding-cup-coffee-his-hand_23-2148112118.jpg",
|
|
||||||
imageAlt: "Dr. Elara V.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t4",
|
id: "t4", name: "Nia S.", role: "Gallery Owner", company: "Artisan Space", rating: 5,
|
||||||
name: "Nia S.",
|
imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-ginger-man-sitting-cafe_273609-15570.jpg", imageAlt: "Nia S."},
|
||||||
role: "Gallery Owner",
|
|
||||||
company: "Artisan Space",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-ginger-man-sitting-cafe_273609-15570.jpg",
|
|
||||||
imageAlt: "Nia S.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t5",
|
id: "t5", name: "Olivia M.", role: "Tech Entrepreneur", company: "Innovate AI", rating: 5,
|
||||||
name: "Olivia M.",
|
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-cutlery-restaurant_169016-21627.jpg", imageAlt: "Olivia M."},
|
||||||
role: "Tech Entrepreneur",
|
|
||||||
company: "Innovate AI",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-cutlery-restaurant_169016-21627.jpg",
|
|
||||||
imageAlt: "Olivia M.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
kpiItems={[
|
kpiItems={[
|
||||||
{
|
{
|
||||||
value: "10+",
|
value: "10+", label: "Years in Service"},
|
||||||
label: "Years in Service",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "500+",
|
value: "500+", label: "Happy Clients"},
|
||||||
label: "Happy Clients",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "98%",
|
value: "98%", label: "Satisfaction Rate"},
|
||||||
label: "Satisfaction Rate",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="What Our Clients Say"
|
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>
|
</div>
|
||||||
|
|
||||||
@@ -340,61 +205,31 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "consultation",
|
id: "consultation", badge: "Introductory", badgeIcon: Sparkles,
|
||||||
badge: "Introductory",
|
price: "€150", subtitle: "Personal Style Assessment", buttons: [
|
||||||
badgeIcon: Sparkles,
|
|
||||||
price: "€150",
|
|
||||||
subtitle: "Personal Style Assessment",
|
|
||||||
buttons: [
|
|
||||||
{
|
{
|
||||||
text: "Book Now",
|
text: "Book Now", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"60-minute virtual consultation",
|
"60-minute virtual consultation", "Color analysis basic", "Body shape guidance"],
|
||||||
"Color analysis basic",
|
|
||||||
"Body shape guidance",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "wardrobe-edit",
|
id: "wardrobe-edit", badge: "Popular", badgeIcon: Star,
|
||||||
badge: "Popular",
|
price: "€800", subtitle: "Wardrobe Refresh & Organization", buttons: [
|
||||||
badgeIcon: Star,
|
|
||||||
price: "€800",
|
|
||||||
subtitle: "Wardrobe Refresh & Organization",
|
|
||||||
buttons: [
|
|
||||||
{
|
{
|
||||||
text: "Learn More",
|
text: "Learn More", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"4-hour in-person wardrobe audit",
|
"4-hour in-person wardrobe audit", "Outfit creation & photography", "Personal shopping list", "Digital lookbook"],
|
||||||
"Outfit creation & photography",
|
|
||||||
"Personal shopping list",
|
|
||||||
"Digital lookbook",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "full-transformation",
|
id: "full-transformation", badge: "Premium", badgeIcon: Zap,
|
||||||
badge: "Premium",
|
price: "€2,500", subtitle: "Complete Style Transformation", buttons: [
|
||||||
badgeIcon: Zap,
|
|
||||||
price: "€2,500",
|
|
||||||
subtitle: "Complete Style Transformation",
|
|
||||||
buttons: [
|
|
||||||
{
|
{
|
||||||
text: "Inquire",
|
text: "Inquire", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"Initial 90-minute style deep-dive",
|
"Initial 90-minute style deep-dive", "Full day personal shopping", "Custom garment creation consultation", "Seasonal style updates (1 year)", "Event styling"],
|
||||||
"Full day personal shopping",
|
|
||||||
"Custom garment creation consultation",
|
|
||||||
"Seasonal style updates (1 year)",
|
|
||||||
"Event styling",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Tailored Styling Experiences"
|
title="Tailored Styling Experiences"
|
||||||
@@ -407,15 +242,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
names={[
|
names={[
|
||||||
"Vogue Italia",
|
"Vogue Italia", "Harper's Bazaar", "Chanel", "Hermès", "Cartier", "Sotheby's", "The Ritz-Carlton", "Luxury Magazine"]}
|
||||||
"Harper's Bazaar",
|
|
||||||
"Chanel",
|
|
||||||
"Hermès",
|
|
||||||
"Cartier",
|
|
||||||
"Sotheby's",
|
|
||||||
"The Ritz-Carlton",
|
|
||||||
"Luxury Magazine",
|
|
||||||
]}
|
|
||||||
title="Partnered with Leading Names"
|
title="Partnered with Leading Names"
|
||||||
description="Collaborating with esteemed brands and publications in the luxury fashion and lifestyle industry."
|
description="Collaborating with esteemed brands and publications in the luxury fashion and lifestyle industry."
|
||||||
/>
|
/>
|
||||||
@@ -427,28 +254,24 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "faq1",
|
id: "faq1", title: "What is the typical timeline for a bespoke garment from Das ANNA?", content: "The timeline varies based on the complexity of the design and fabric availability, but typically ranges from 4 to 8 weeks from initial consultation to final fitting."},
|
||||||
title: "What is the typical timeline for a bespoke garment?",
|
|
||||||
content: "The timeline varies based on the complexity of the design and fabric availability, but typically ranges from 4 to 8 weeks from initial consultation to final fitting.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq2",
|
id: "faq2", title: "Do you offer international shipping for custom pieces from Das ANNA?", content: "Yes, we proudly offer insured international shipping for all our bespoke creations and collections. Shipping costs and timelines will be provided during the consultation."},
|
||||||
title: "Do you offer international shipping for custom pieces?",
|
|
||||||
content: "Yes, we proudly offer insured international shipping for all our bespoke creations and collections. Shipping costs and timelines will be provided during the consultation.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq3",
|
id: "faq3", title: "Can I provide my own materials or fabrics for Das ANNA creations?", content: "While we primarily source premium materials, we are open to discussing the use of client-provided fabrics. A consultation would be necessary to assess suitability."},
|
||||||
title: "Can I provide my own materials or fabrics?",
|
|
||||||
content: "While we primarily source premium materials, we are open to discussing the use of client-provided fabrics. A consultation would be necessary to assess suitability.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq4",
|
id: "faq4", title: "What is your cancellation or refund policy for Das ANNA services?", content: "Our policy is detailed in our terms and conditions. For bespoke services, a deposit is non-refundable due to material procurement and design commencement. Please contact us for specific details."},
|
||||||
title: "What is your cancellation or refund policy?",
|
{
|
||||||
content: "Our policy is detailed in our terms and conditions. For bespoke services, a deposit is non-refundable due to material procurement and design commencement. Please contact us for specific details.",
|
id: "faq5", title: "What are Kids Coffee's opening hours?", content: "Kids Coffee is open Monday to Friday from 8 AM to 6 PM, and weekends from 9 AM to 5 PM. Please check our social media for holiday hours."},
|
||||||
},
|
{
|
||||||
|
id: "faq6", title: "Does Kids Coffee host children's parties or events?", content: "Yes, Kids Coffee offers bespoke party packages for birthdays and special occasions! Please contact us directly for availability and custom arrangements."},
|
||||||
|
{
|
||||||
|
id: "faq7", title: "Are there vegan, gluten-free, or allergen-friendly options available at Kids Coffee?", content: "We strive to accommodate all dietary needs. Kids Coffee offers a variety of vegan, gluten-free, and allergen-friendly options. Please speak to our staff about your specific requirements."},
|
||||||
|
{
|
||||||
|
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="Frequently Asked Questions"
|
title="Frequently Asked Questions: Das ANNA (Fashion) & Kids Coffee (Cafe)"
|
||||||
description="Find answers to common inquiries about our services, process, and bespoke creations."
|
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>
|
||||||
@@ -457,75 +280,67 @@ export default function LandingPage() {
|
|||||||
<ContactCenter
|
<ContactCenter
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "downward-rays-static",
|
variant: "downward-rays-static"}}
|
||||||
}}
|
|
||||||
tag="Connect"
|
tag="Connect"
|
||||||
title="Begin Your Style Journey"
|
title="Ready to Connect? (Das ANNA & Kids Coffee)"
|
||||||
description="Ready to transform your wardrobe? Reach out to Das ANNA to schedule your personal consultation."
|
description="Whether for bespoke fashion inquiries with Das ANNA or planning a visit to Kids Coffee, we're here to help. Reach out to us or sign up for our latest updates."
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
inputPlaceholder="Enter your email for updates"
|
inputPlaceholder="Your Email Address"
|
||||||
buttonText="Subscribe"
|
buttonText="Get Updates"
|
||||||
termsText="By subscribing, you agree to receive emails from Das ANNA. You can unsubscribe at any time."
|
termsText="By getting updates, you agree to receive emails from ANNA Group. You can unsubscribe at any time."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseCard
|
<FooterBaseCard
|
||||||
logoText="Das ANNA"
|
logoText="ANNA Group"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services",
|
title: "Das ANNA Services", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Bespoke Design",
|
label: "Bespoke Design", href: "#features"},
|
||||||
href: "#features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Personal Styling",
|
label: "Personal Styling", href: "#features"},
|
||||||
href: "#features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Pricing",
|
label: "Pricing", href: "#pricing"},
|
||||||
href: "#pricing",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Kids Coffee", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "Menu", href: "#"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "Events", href: "#"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "FAQ",
|
label: "Book a Party", href: "#contact"},
|
||||||
href: "#faq",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Connect",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Instagram",
|
label: "About Us", href: "#about"},
|
||||||
href: "#",
|
{
|
||||||
|
label: "Contact", href: "#contact"},
|
||||||
|
{
|
||||||
|
label: "FAQ", href: "#faq"},
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "Pinterest",
|
title: "Connect & Support", items: [
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "LinkedIn",
|
label: "Instagram", href: "#"},
|
||||||
href: "#",
|
{
|
||||||
},
|
label: "Pinterest", href: "#"},
|
||||||
|
{
|
||||||
|
label: "LinkedIn", href: "#"},
|
||||||
|
{
|
||||||
|
label: "Help Center", href: "#faq"},
|
||||||
|
{
|
||||||
|
label: "Terms of Service", href: "#"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
copyrightText="© 2024 Das ANNA. All rights reserved."
|
copyrightText="© 2024 ANNA Group. All rights reserved."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user