Merge version_1 into main #2
@@ -17,7 +17,7 @@ export default function AboutPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="fluid"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -33,9 +33,7 @@ export default function AboutPage() {
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
]}
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "/",
|
||||
}}
|
||||
text: "Get Started", href: "/"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -47,20 +45,14 @@ export default function AboutPage() {
|
||||
tag="Our Story"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "fluid" }}
|
||||
background={{ variant: "plain" }}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beauty-treatments_1098-3132.jpg?_wi=5",
|
||||
imageAlt: "ZenBook wellness platform",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beauty-treatments_1098-3132.jpg", imageAlt: "ZenBook wellness platform"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-work-portrait_23-2149304144.jpg?_wi=8",
|
||||
imageAlt: "Professional massage therapist",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-work-portrait_23-2149304144.jpg", imageAlt: "Professional massage therapist"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blond-nurse-happily-looking-camera-near-place-advertisement-promotional-text-white-background_574295-2099.jpg?_wi=10",
|
||||
imageAlt: "Certified wellness practitioner",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blond-nurse-happily-looking-camera-near-place-advertisement-promotional-text-white-background_574295-2099.jpg", imageAlt: "Certified wellness practitioner"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Join as a Client", href: "/" },
|
||||
@@ -75,27 +67,20 @@ export default function AboutPage() {
|
||||
<AboutMetric
|
||||
title="Our Commitment to Excellence and Wellness"
|
||||
useInvertedBackground={false}
|
||||
metricsAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
icon: CheckCircle,
|
||||
label: "Verified Professionals",
|
||||
value: "500+",
|
||||
},
|
||||
label: "Verified Professionals", value: "500+"},
|
||||
{
|
||||
icon: Heart,
|
||||
label: "Client Satisfaction",
|
||||
value: "98%",
|
||||
},
|
||||
label: "Client Satisfaction", value: "98%"},
|
||||
{
|
||||
icon: Clock,
|
||||
label: "Bookings Completed",
|
||||
value: "50K+",
|
||||
},
|
||||
label: "Bookings Completed", value: "50K+"},
|
||||
{
|
||||
icon: Shield,
|
||||
label: "Trust Score",
|
||||
value: "A+",
|
||||
},
|
||||
label: "Trust Score", value: "A+"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -113,32 +98,14 @@ export default function AboutPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Chen",
|
||||
role: "Swedish Massage Specialist",
|
||||
company: "Independent Practice",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-work-portrait_23-2149304144.jpg?_wi=9",
|
||||
imageAlt: "Sarah Chen - Massage Therapist Success",
|
||||
},
|
||||
id: "1", name: "Sarah Chen", role: "Swedish Massage Specialist", company: "Independent Practice", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-work-portrait_23-2149304144.jpg", imageAlt: "Sarah Chen - Massage Therapist Success"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marcus Johnson",
|
||||
role: "Deep Tissue Expert",
|
||||
company: "Wellness Center",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=4",
|
||||
imageAlt: "Marcus Johnson - Therapist Success Story",
|
||||
},
|
||||
id: "2", name: "Marcus Johnson", role: "Deep Tissue Expert", company: "Wellness Center", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Marcus Johnson - Therapist Success Story"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Rodriguez",
|
||||
role: "Holistic Wellness Practitioner",
|
||||
company: "Spa & Wellness",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-confident-red-haired-business-lady-wearing-jacket-standing-with-arms-folded_74855-10381.jpg?_wi=2",
|
||||
imageAlt: "Elena Rodriguez - Practitioner Success",
|
||||
},
|
||||
id: "3", name: "Elena Rodriguez", role: "Holistic Wellness Practitioner", company: "Spa & Wellness", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-confident-red-haired-business-lady-wearing-jacket-standing-with-arms-folded_74855-10381.jpg", imageAlt: "Elena Rodriguez - Practitioner Success"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -148,8 +115,7 @@ export default function AboutPage() {
|
||||
logoText="ZenBook"
|
||||
columns={[
|
||||
{
|
||||
title: "For Clients",
|
||||
items: [
|
||||
title: "For Clients", items: [
|
||||
{ label: "Find Therapists", href: "/therapists" },
|
||||
{ label: "How It Works", href: "/" },
|
||||
{ label: "My Bookings", href: "/dashboard" },
|
||||
@@ -157,8 +123,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "For Therapists",
|
||||
items: [
|
||||
title: "For Therapists", items: [
|
||||
{ label: "Join ZenBook", href: "/join-therapist" },
|
||||
{ label: "Manage Profile", href: "/dashboard" },
|
||||
{ label: "Promotion Tools", href: "/" },
|
||||
@@ -166,8 +131,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "FAQ", href: "/faq" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
@@ -175,8 +139,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
|
||||
@@ -17,7 +17,7 @@ export default function FAQPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="fluid"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -33,9 +33,7 @@ export default function FAQPage() {
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
]}
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "/",
|
||||
}}
|
||||
text: "Get Started", href: "/"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -47,16 +45,12 @@ export default function FAQPage() {
|
||||
tag="Help & Support"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "fluid" }}
|
||||
background={{ variant: "plain" }}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beauty-treatments_1098-3132.jpg?_wi=6",
|
||||
imageAlt: "ZenBook FAQ and support",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beauty-treatments_1098-3132.jpg", imageAlt: "ZenBook FAQ and support"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-showing-smartphone-screen-recommending-mobile-app-travelling_1258-270227.jpg?_wi=4",
|
||||
imageAlt: "Customer support",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-showing-smartphone-screen-recommending-mobile-app-travelling_1258-270227.jpg", imageAlt: "Customer support"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Contact Support", href: "#support-contact" },
|
||||
@@ -76,48 +70,20 @@ export default function FAQPage() {
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "Q1",
|
||||
title: "How do I find a massage therapist near me?",
|
||||
items: [
|
||||
"Use the search bar and filter by location and service type",
|
||||
"Browse therapist profiles with verified reviews",
|
||||
"Compare pricing and availability instantly",
|
||||
"View credentials and specializations",
|
||||
],
|
||||
id: "1", value: "Q1", title: "How do I find a massage therapist near me?", items: [
|
||||
"Use the search bar and filter by location and service type", "Browse therapist profiles with verified reviews", "Compare pricing and availability instantly", "View credentials and specializations"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "Q2",
|
||||
title: "Are all therapists on ZenBook verified?",
|
||||
items: [
|
||||
"Yes, all therapists undergo background verification",
|
||||
"We verify certifications and professional credentials",
|
||||
"Therapists must maintain high client ratings",
|
||||
"Regular compliance checks ensure quality standards",
|
||||
],
|
||||
id: "2", value: "Q2", title: "Are all therapists on ZenBook verified?", items: [
|
||||
"Yes, all therapists undergo background verification", "We verify certifications and professional credentials", "Therapists must maintain high client ratings", "Regular compliance checks ensure quality standards"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "Q3",
|
||||
title: "What payment methods do you accept?",
|
||||
items: [
|
||||
"Credit and debit cards (Visa, Mastercard, Amex)",
|
||||
"Digital wallets and payment apps",
|
||||
"Secure encryption for all transactions",
|
||||
"Instant confirmation and receipt",
|
||||
],
|
||||
id: "3", value: "Q3", title: "What payment methods do you accept?", items: [
|
||||
"Credit and debit cards (Visa, Mastercard, Amex)", "Digital wallets and payment apps", "Secure encryption for all transactions", "Instant confirmation and receipt"],
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "Q4",
|
||||
title: "Can I reschedule or cancel my booking?",
|
||||
items: [
|
||||
"Free cancellation up to 24 hours before appointment",
|
||||
"Easy rescheduling through your dashboard",
|
||||
"Refunds processed within 3-5 business days",
|
||||
"Contact support for special circumstances",
|
||||
],
|
||||
id: "4", value: "Q4", title: "Can I reschedule or cancel my booking?", items: [
|
||||
"Free cancellation up to 24 hours before appointment", "Easy rescheduling through your dashboard", "Refunds processed within 3-5 business days", "Contact support for special circumstances"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -132,48 +98,20 @@ export default function FAQPage() {
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "Q1",
|
||||
title: "What are the requirements to join ZenBook?",
|
||||
items: [
|
||||
"Valid massage therapy certification or license",
|
||||
"Professional liability insurance recommended",
|
||||
"Valid government-issued ID",
|
||||
"Completed background check",
|
||||
],
|
||||
id: "1", value: "Q1", title: "What are the requirements to join ZenBook?", items: [
|
||||
"Valid massage therapy certification or license", "Professional liability insurance recommended", "Valid government-issued ID", "Completed background check"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "Q2",
|
||||
title: "How do I set up my profile?",
|
||||
items: [
|
||||
"Create account and verify your email",
|
||||
"Upload certifications and professional documents",
|
||||
"Add service offerings and pricing",
|
||||
"Set your availability calendar",
|
||||
],
|
||||
id: "2", value: "Q2", title: "How do I set up my profile?", items: [
|
||||
"Create account and verify your email", "Upload certifications and professional documents", "Add service offerings and pricing", "Set your availability calendar"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "Q3",
|
||||
title: "How much commission does ZenBook take?",
|
||||
items: [
|
||||
"Competitive 15% commission on each booking",
|
||||
"No hidden fees or startup costs",
|
||||
"Transparent earnings dashboard",
|
||||
"Direct deposit to your account",
|
||||
],
|
||||
id: "3", value: "Q3", title: "How much commission does ZenBook take?", items: [
|
||||
"Competitive 15% commission on each booking", "No hidden fees or startup costs", "Transparent earnings dashboard", "Direct deposit to your account"],
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "Q4",
|
||||
title: "When and how do I receive payments?",
|
||||
items: [
|
||||
"Weekly payouts every Monday",
|
||||
"Direct deposit to your bank account",
|
||||
"Instant earnings view in dashboard",
|
||||
"Detailed transaction history",
|
||||
],
|
||||
id: "4", value: "Q4", title: "When and how do I receive payments?", items: [
|
||||
"Weekly payouts every Monday", "Direct deposit to your bank account", "Instant earnings view in dashboard", "Detailed transaction history"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -188,7 +126,7 @@ export default function FAQPage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-handsome-young-man-showing-smartphone-screen-recommending-mobile-app-travelling_1258-270227.jpg?_wi=5"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-handsome-young-man-showing-smartphone-screen-recommending-mobile-app-travelling_1258-270227.jpg"
|
||||
imageAlt="Customer support team"
|
||||
mediaAnimation="opacity"
|
||||
mediaPosition="left"
|
||||
@@ -203,8 +141,7 @@ export default function FAQPage() {
|
||||
logoText="ZenBook"
|
||||
columns={[
|
||||
{
|
||||
title: "For Clients",
|
||||
items: [
|
||||
title: "For Clients", items: [
|
||||
{ label: "Find Therapists", href: "/therapists" },
|
||||
{ label: "How It Works", href: "/" },
|
||||
{ label: "My Bookings", href: "/dashboard" },
|
||||
@@ -212,8 +149,7 @@ export default function FAQPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "For Therapists",
|
||||
items: [
|
||||
title: "For Therapists", items: [
|
||||
{ label: "Join ZenBook", href: "/join-therapist" },
|
||||
{ label: "Manage Profile", href: "/dashboard" },
|
||||
{ label: "Promotion Tools", href: "/" },
|
||||
@@ -221,8 +157,7 @@ export default function FAQPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "FAQ", href: "/faq" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
@@ -230,8 +165,7 @@ export default function FAQPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
|
||||
@@ -28,7 +28,7 @@ export default function JoinTherapistPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="fluid"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -44,9 +44,7 @@ export default function JoinTherapistPage() {
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
]}
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "#therapist-signup",
|
||||
}}
|
||||
text: "Get Started", href: "#therapist-signup"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -60,53 +58,23 @@ export default function JoinTherapistPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Easy Profile Setup",
|
||||
description: "Create a professional profile in minutes with certifications, photos, and service offerings.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-work-portrait_23-2149304144.jpg?_wi=5",
|
||||
imageAlt: "Easy profile setup",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "/join-therapist",
|
||||
},
|
||||
title: "Easy Profile Setup", description: "Create a professional profile in minutes with certifications, photos, and service offerings.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-work-portrait_23-2149304144.jpg", imageAlt: "Easy profile setup", buttonIcon: ArrowRight,
|
||||
buttonHref: "/join-therapist"},
|
||||
{
|
||||
title: "Smart Scheduling",
|
||||
description: "Manage your availability calendar and automate booking confirmations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-man-underlining-data-notebook_23-2147785056.jpg?_wi=2",
|
||||
imageAlt: "Smart scheduling calendar",
|
||||
buttonIcon: Calendar,
|
||||
buttonHref: "/join-therapist",
|
||||
},
|
||||
title: "Smart Scheduling", description: "Manage your availability calendar and automate booking confirmations.", imageSrc: "http://img.b2bpic.net/free-photo/crop-man-underlining-data-notebook_23-2147785056.jpg", imageAlt: "Smart scheduling calendar", buttonIcon: Calendar,
|
||||
buttonHref: "/join-therapist"},
|
||||
{
|
||||
title: "Secure Payments",
|
||||
description: "Get paid fast with automatic transfers and transparent pricing.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/smart-payment-wallet-isometric-landing-web-banner_107791-934.jpg?_wi=3",
|
||||
imageAlt: "Secure payment processing",
|
||||
buttonIcon: CreditCard,
|
||||
buttonHref: "/join-therapist",
|
||||
},
|
||||
title: "Secure Payments", description: "Get paid fast with automatic transfers and transparent pricing.", imageSrc: "http://img.b2bpic.net/free-vector/smart-payment-wallet-isometric-landing-web-banner_107791-934.jpg", imageAlt: "Secure payment processing", buttonIcon: CreditCard,
|
||||
buttonHref: "/join-therapist"},
|
||||
{
|
||||
title: "Client Reviews",
|
||||
description: "Build credibility with authentic client reviews and ratings.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-fashionable-teenage-girl-with-fair-hair_176532-8114.jpg?_wi=5",
|
||||
imageAlt: "Client testimonials",
|
||||
buttonIcon: CheckCircle,
|
||||
buttonHref: "/join-therapist",
|
||||
},
|
||||
title: "Client Reviews", description: "Build credibility with authentic client reviews and ratings.", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-fashionable-teenage-girl-with-fair-hair_176532-8114.jpg", imageAlt: "Client testimonials", buttonIcon: CheckCircle,
|
||||
buttonHref: "/join-therapist"},
|
||||
{
|
||||
title: "Promotion Tools",
|
||||
description: "Boost visibility with featured placements and targeted promotions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-bank-holiday-labels_23-2149378402.jpg?_wi=2",
|
||||
imageAlt: "Promotion tools",
|
||||
buttonIcon: TrendingUp,
|
||||
buttonHref: "/join-therapist",
|
||||
},
|
||||
title: "Promotion Tools", description: "Boost visibility with featured placements and targeted promotions.", imageSrc: "http://img.b2bpic.net/free-vector/gradient-bank-holiday-labels_23-2149378402.jpg", imageAlt: "Promotion tools", buttonIcon: TrendingUp,
|
||||
buttonHref: "/join-therapist"},
|
||||
{
|
||||
title: "Client Support",
|
||||
description: "24/7 messaging and support to communicate with your clients.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-showing-smartphone-screen-recommending-mobile-app-travelling_1258-270227.jpg?_wi=3",
|
||||
imageAlt: "Client support messaging",
|
||||
buttonIcon: MessageCircle,
|
||||
buttonHref: "/join-therapist",
|
||||
},
|
||||
title: "Client Support", description: "24/7 messaging and support to communicate with your clients.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-showing-smartphone-screen-recommending-mobile-app-travelling_1258-270227.jpg", imageAlt: "Client support messaging", buttonIcon: MessageCircle,
|
||||
buttonHref: "/join-therapist"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -115,10 +83,11 @@ export default function JoinTherapistPage() {
|
||||
<AboutMetric
|
||||
title="Join Our Growing Community of Wellness Professionals"
|
||||
useInvertedBackground={false}
|
||||
metricsAnimation="slide-up"
|
||||
metrics={[
|
||||
{ icon: Users, label: "Active Therapists", value: "1,500+" },
|
||||
{ icon: CheckCircle, label: "Monthly Bookings", value: "25K+" },
|
||||
{ icon: Clock, label: "Avg Response Time", value: "<2 hrs" },
|
||||
{ icon: Clock, label: "Avg Response Time", value: "<2 hrs" },
|
||||
{ icon: Shield, label: "Therapist Satisfaction", value: "98%" },
|
||||
]}
|
||||
/>
|
||||
@@ -133,7 +102,7 @@ export default function JoinTherapistPage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-woman-with-beauty-treatments_1098-3132.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-woman-with-beauty-treatments_1098-3132.jpg"
|
||||
imageAlt="Professional therapist platform"
|
||||
mediaAnimation="opacity"
|
||||
mediaPosition="right"
|
||||
@@ -148,8 +117,7 @@ export default function JoinTherapistPage() {
|
||||
logoText="ZenBook"
|
||||
columns={[
|
||||
{
|
||||
title: "For Clients",
|
||||
items: [
|
||||
title: "For Clients", items: [
|
||||
{ label: "Find Therapists", href: "/therapists" },
|
||||
{ label: "How It Works", href: "#how-it-works" },
|
||||
{ label: "My Bookings", href: "/dashboard" },
|
||||
@@ -157,8 +125,7 @@ export default function JoinTherapistPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "For Therapists",
|
||||
items: [
|
||||
title: "For Therapists", items: [
|
||||
{ label: "Join ZenBook", href: "/join-therapist" },
|
||||
{ label: "Manage Profile", href: "/dashboard" },
|
||||
{ label: "Promotion Tools", href: "#therapist-benefits" },
|
||||
@@ -166,8 +133,7 @@ export default function JoinTherapistPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "FAQ", href: "/faq" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
@@ -175,8 +141,7 @@ export default function JoinTherapistPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
|
||||
257
src/app/page.tsx
257
src/app/page.tsx
@@ -21,7 +21,7 @@ export default function HomePage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="fluid"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -37,9 +37,7 @@ export default function HomePage() {
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
]}
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "#cta",
|
||||
}}
|
||||
text: "Get Started", href: "#cta"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -51,28 +49,18 @@ export default function HomePage() {
|
||||
tag="Wellness Marketplace"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "fluid" }}
|
||||
background={{ variant: "plain" }}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beauty-treatments_1098-3132.jpg?_wi=1",
|
||||
imageAlt: "Serene massage therapy session",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beauty-treatments_1098-3132.jpg", imageAlt: "Serene massage therapy session"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-work-portrait_23-2149304144.jpg?_wi=1",
|
||||
imageAlt: "Professional massage therapist",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-work-portrait_23-2149304144.jpg", imageAlt: "Professional massage therapist"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blond-nurse-happily-looking-camera-near-place-advertisement-promotional-text-white-background_574295-2099.jpg?_wi=1",
|
||||
imageAlt: "Certified wellness practitioner",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blond-nurse-happily-looking-camera-near-place-advertisement-promotional-text-white-background_574295-2099.jpg", imageAlt: "Certified wellness practitioner"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-showing-smartphone-screen-recommending-mobile-app-travelling_1258-270227.jpg?_wi=1",
|
||||
imageAlt: "Easy booking interface",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-showing-smartphone-screen-recommending-mobile-app-travelling_1258-270227.jpg", imageAlt: "Easy booking interface"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/smart-payment-wallet-isometric-landing-web-banner_107791-934.jpg?_wi=1",
|
||||
imageAlt: "Secure payment processing",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/smart-payment-wallet-isometric-landing-web-banner_107791-934.jpg", imageAlt: "Secure payment processing"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Find a Massage Therapist", href: "#featured" },
|
||||
@@ -96,45 +84,17 @@ export default function HomePage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Swedish Specialist",
|
||||
name: "Sarah Chen",
|
||||
price: "$60 / hour",
|
||||
rating: 5,
|
||||
reviewCount: "487",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-work-portrait_23-2149304144.jpg?_wi=2",
|
||||
imageAlt: "Sarah Chen - Swedish Massage Specialist",
|
||||
},
|
||||
id: "1", brand: "Swedish Specialist", name: "Sarah Chen", price: "$60 / hour", rating: 5,
|
||||
reviewCount: "487", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-work-portrait_23-2149304144.jpg", imageAlt: "Sarah Chen - Swedish Massage Specialist"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Deep Tissue Expert",
|
||||
name: "Marcus Johnson",
|
||||
price: "$70 / hour",
|
||||
rating: 5,
|
||||
reviewCount: "342",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blond-nurse-happily-looking-camera-near-place-advertisement-promotional-text-white-background_574295-2099.jpg?_wi=2",
|
||||
imageAlt: "Marcus Johnson - Deep Tissue Specialist",
|
||||
},
|
||||
id: "2", brand: "Deep Tissue Expert", name: "Marcus Johnson", price: "$70 / hour", rating: 5,
|
||||
reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blond-nurse-happily-looking-camera-near-place-advertisement-promotional-text-white-background_574295-2099.jpg", imageAlt: "Marcus Johnson - Deep Tissue Specialist"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Holistic Wellness",
|
||||
name: "Elena Rodriguez",
|
||||
price: "$65 / hour",
|
||||
rating: 5,
|
||||
reviewCount: "298",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blond-nurse-happily-looking-camera-near-place-advertisement-promotional-text-white-background_574295-2099.jpg?_wi=3",
|
||||
imageAlt: "Elena Rodriguez - Holistic Wellness Practitioner",
|
||||
},
|
||||
id: "3", brand: "Holistic Wellness", name: "Elena Rodriguez", price: "$65 / hour", rating: 5,
|
||||
reviewCount: "298", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blond-nurse-happily-looking-camera-near-place-advertisement-promotional-text-white-background_574295-2099.jpg", imageAlt: "Elena Rodriguez - Holistic Wellness Practitioner"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Sports Recovery",
|
||||
name: "David Kim",
|
||||
price: "$75 / hour",
|
||||
rating: 4,
|
||||
reviewCount: "215",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-lady-bathrobe-hugging-herself-looking-confident_176474-88286.jpg?_wi=1",
|
||||
imageAlt: "David Kim - Sports Recovery Specialist",
|
||||
},
|
||||
id: "4", brand: "Sports Recovery", name: "David Kim", price: "$75 / hour", rating: 4,
|
||||
reviewCount: "215", imageSrc: "http://img.b2bpic.net/free-photo/young-lady-bathrobe-hugging-herself-looking-confident_176474-88286.jpg", imageAlt: "David Kim - Sports Recovery Specialist"},
|
||||
]}
|
||||
buttons={[{ text: "Browse All Therapists", href: "/therapists" }]}
|
||||
/>
|
||||
@@ -151,53 +111,23 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Easy Profile Setup",
|
||||
description: "Create a professional profile in minutes with certifications, photos, and service offerings.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-work-portrait_23-2149304144.jpg?_wi=3",
|
||||
imageAlt: "Easy profile setup",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "#cta",
|
||||
},
|
||||
title: "Easy Profile Setup", description: "Create a professional profile in minutes with certifications, photos, and service offerings.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-work-portrait_23-2149304144.jpg", imageAlt: "Easy profile setup", buttonIcon: ArrowRight,
|
||||
buttonHref: "#cta"},
|
||||
{
|
||||
title: "Smart Scheduling",
|
||||
description: "Manage your availability calendar and automate booking confirmations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-man-underlining-data-notebook_23-2147785056.jpg?_wi=1",
|
||||
imageAlt: "Smart scheduling calendar",
|
||||
buttonIcon: Calendar,
|
||||
buttonHref: "#cta",
|
||||
},
|
||||
title: "Smart Scheduling", description: "Manage your availability calendar and automate booking confirmations.", imageSrc: "http://img.b2bpic.net/free-photo/crop-man-underlining-data-notebook_23-2147785056.jpg", imageAlt: "Smart scheduling calendar", buttonIcon: Calendar,
|
||||
buttonHref: "#cta"},
|
||||
{
|
||||
title: "Secure Payments",
|
||||
description: "Get paid fast with automatic transfers and transparent pricing.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/smart-payment-wallet-isometric-landing-web-banner_107791-934.jpg?_wi=2",
|
||||
imageAlt: "Secure payment processing",
|
||||
buttonIcon: CreditCard,
|
||||
buttonHref: "#cta",
|
||||
},
|
||||
title: "Secure Payments", description: "Get paid fast with automatic transfers and transparent pricing.", imageSrc: "http://img.b2bpic.net/free-vector/smart-payment-wallet-isometric-landing-web-banner_107791-934.jpg", imageAlt: "Secure payment processing", buttonIcon: CreditCard,
|
||||
buttonHref: "#cta"},
|
||||
{
|
||||
title: "Client Reviews",
|
||||
description: "Build credibility with authentic client reviews and ratings.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-fashionable-teenage-girl-with-fair-hair_176532-8114.jpg?_wi=1",
|
||||
imageAlt: "Client testimonials",
|
||||
buttonIcon: Star,
|
||||
buttonHref: "#cta",
|
||||
},
|
||||
title: "Client Reviews", description: "Build credibility with authentic client reviews and ratings.", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-fashionable-teenage-girl-with-fair-hair_176532-8114.jpg", imageAlt: "Client testimonials", buttonIcon: Star,
|
||||
buttonHref: "#cta"},
|
||||
{
|
||||
title: "Promotion Tools",
|
||||
description: "Boost visibility with featured placements and targeted promotions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-bank-holiday-labels_23-2149378402.jpg?_wi=1",
|
||||
imageAlt: "Promotion tools",
|
||||
buttonIcon: TrendingUp,
|
||||
buttonHref: "#cta",
|
||||
},
|
||||
title: "Promotion Tools", description: "Boost visibility with featured placements and targeted promotions.", imageSrc: "http://img.b2bpic.net/free-vector/gradient-bank-holiday-labels_23-2149378402.jpg", imageAlt: "Promotion tools", buttonIcon: TrendingUp,
|
||||
buttonHref: "#cta"},
|
||||
{
|
||||
title: "Client Support",
|
||||
description: "24/7 messaging and support to communicate with your clients.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-showing-smartphone-screen-recommending-mobile-app-travelling_1258-270227.jpg?_wi=2",
|
||||
imageAlt: "Client support messaging",
|
||||
buttonIcon: MessageCircle,
|
||||
buttonHref: "#cta",
|
||||
},
|
||||
title: "Client Support", description: "24/7 messaging and support to communicate with your clients.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-showing-smartphone-screen-recommending-mobile-app-travelling_1258-270227.jpg", imageAlt: "Client support messaging", buttonIcon: MessageCircle,
|
||||
buttonHref: "#cta"},
|
||||
]}
|
||||
buttons={[{ text: "Start Your Free Profile", href: "#cta" }]}
|
||||
/>
|
||||
@@ -207,27 +137,20 @@ export default function HomePage() {
|
||||
<AboutMetric
|
||||
title="Why Clients Trust ZenBook for Their Wellness Journey"
|
||||
useInvertedBackground={false}
|
||||
metricsAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
icon: CheckCircle,
|
||||
label: "Verified Therapists",
|
||||
value: "500+",
|
||||
},
|
||||
label: "Verified Therapists", value: "500+"},
|
||||
{
|
||||
icon: Heart,
|
||||
label: "Satisfied Clients",
|
||||
value: "10K+",
|
||||
},
|
||||
label: "Satisfied Clients", value: "10K+"},
|
||||
{
|
||||
icon: Clock,
|
||||
label: "Instant Booking",
|
||||
value: "24/7",
|
||||
},
|
||||
label: "Instant Booking", value: "24/7"},
|
||||
{
|
||||
icon: Shield,
|
||||
label: "Secure Payments",
|
||||
value: "100%",
|
||||
},
|
||||
label: "Secure Payments", value: "100%"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -241,44 +164,20 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "01",
|
||||
title: "Search & Discover",
|
||||
items: [
|
||||
"Filter by location and massage type",
|
||||
"Read verified reviews and ratings",
|
||||
"View therapist credentials and experience",
|
||||
],
|
||||
id: "1", value: "01", title: "Search & Discover", items: [
|
||||
"Filter by location and massage type", "Read verified reviews and ratings", "View therapist credentials and experience"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "02",
|
||||
title: "View & Compare",
|
||||
items: [
|
||||
"Compare therapist profiles and pricing",
|
||||
"Check availability in real-time",
|
||||
"See service packages and specialties",
|
||||
],
|
||||
id: "2", value: "02", title: "View & Compare", items: [
|
||||
"Compare therapist profiles and pricing", "Check availability in real-time", "See service packages and specialties"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "03",
|
||||
title: "Book & Pay",
|
||||
items: [
|
||||
"Select your preferred time slot",
|
||||
"Secure payment processing",
|
||||
"Instant confirmation and reminders",
|
||||
],
|
||||
id: "3", value: "03", title: "Book & Pay", items: [
|
||||
"Select your preferred time slot", "Secure payment processing", "Instant confirmation and reminders"],
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "04",
|
||||
title: "Enjoy & Review",
|
||||
items: [
|
||||
"Receive your massage therapy session",
|
||||
"Leave a verified review",
|
||||
"Save favorite therapists for future bookings",
|
||||
],
|
||||
id: "4", value: "04", title: "Enjoy & Review", items: [
|
||||
"Receive your massage therapy session", "Leave a verified review", "Save favorite therapists for future bookings"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -297,59 +196,23 @@ export default function HomePage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Jennifer Martinez",
|
||||
role: "Marketing Manager",
|
||||
company: "Tech Startup",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-fashionable-teenage-girl-with-fair-hair_176532-8114.jpg?_wi=2",
|
||||
imageAlt: "Jennifer Martinez - Client testimonial",
|
||||
},
|
||||
id: "1", name: "Jennifer Martinez", role: "Marketing Manager", company: "Tech Startup", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-fashionable-teenage-girl-with-fair-hair_176532-8114.jpg", imageAlt: "Jennifer Martinez - Client testimonial"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Robert Thompson",
|
||||
role: "CEO",
|
||||
company: "Consulting Firm",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1",
|
||||
imageAlt: "Robert Thompson - Client testimonial",
|
||||
},
|
||||
id: "2", name: "Robert Thompson", role: "CEO", company: "Consulting Firm", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Robert Thompson - Client testimonial"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Lisa Wong",
|
||||
role: "Yoga Instructor",
|
||||
company: "Wellness Studio",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-confident-red-haired-business-lady-wearing-jacket-standing-with-arms-folded_74855-10381.jpg?_wi=1",
|
||||
imageAlt: "Lisa Wong - Client testimonial",
|
||||
},
|
||||
id: "3", name: "Lisa Wong", role: "Yoga Instructor", company: "Wellness Studio", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-confident-red-haired-business-lady-wearing-jacket-standing-with-arms-folded_74855-10381.jpg", imageAlt: "Lisa Wong - Client testimonial"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Michael Anderson",
|
||||
role: "Software Engineer",
|
||||
company: "Tech Company",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-arms-crossed-looking-camera_23-2148308625.jpg",
|
||||
imageAlt: "Michael Anderson - Client testimonial",
|
||||
},
|
||||
id: "4", name: "Michael Anderson", role: "Software Engineer", company: "Tech Company", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-arms-crossed-looking-camera_23-2148308625.jpg", imageAlt: "Michael Anderson - Client testimonial"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Amanda Johnson",
|
||||
role: "Fitness Coach",
|
||||
company: "Gym",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-fashionable-teenage-girl-with-fair-hair_176532-8114.jpg?_wi=3",
|
||||
imageAlt: "Amanda Johnson - Client testimonial",
|
||||
},
|
||||
id: "5", name: "Amanda Johnson", role: "Fitness Coach", company: "Gym", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-fashionable-teenage-girl-with-fair-hair_176532-8114.jpg", imageAlt: "Amanda Johnson - Client testimonial"},
|
||||
{
|
||||
id: "6",
|
||||
name: "David Lee",
|
||||
role: "Business Owner",
|
||||
company: "Restaurant",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2",
|
||||
imageAlt: "David Lee - Client testimonial",
|
||||
},
|
||||
id: "6", name: "David Lee", role: "Business Owner", company: "Restaurant", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "David Lee - Client testimonial"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -363,7 +226,7 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-woman-with-beauty-treatments_1098-3132.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-woman-with-beauty-treatments_1098-3132.jpg"
|
||||
imageAlt="Wellness and relaxation"
|
||||
mediaAnimation="opacity"
|
||||
mediaPosition="right"
|
||||
@@ -378,8 +241,7 @@ export default function HomePage() {
|
||||
logoText="ZenBook"
|
||||
columns={[
|
||||
{
|
||||
title: "For Clients",
|
||||
items: [
|
||||
title: "For Clients", items: [
|
||||
{ label: "Find Therapists", href: "/therapists" },
|
||||
{ label: "How It Works", href: "#how-it-works" },
|
||||
{ label: "My Bookings", href: "/dashboard" },
|
||||
@@ -387,8 +249,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "For Therapists",
|
||||
items: [
|
||||
title: "For Therapists", items: [
|
||||
{ label: "Join ZenBook", href: "/join-therapist" },
|
||||
{ label: "Manage Profile", href: "/dashboard" },
|
||||
{ label: "Promotion Tools", href: "#therapist-benefits" },
|
||||
@@ -396,8 +257,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "FAQ", href: "/faq" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
@@ -405,8 +265,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user