Update src/app/page.tsx
This commit is contained in:
135
src/app/page.tsx
135
src/app/page.tsx
@@ -30,21 +30,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Why Us",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Ananya A.J."
|
||||
/>
|
||||
@@ -56,11 +50,9 @@ export default function LandingPage() {
|
||||
description="Helping every child find their voice with professional, home-based speech therapy in Mysore."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Session",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book a Session", href: "#contact"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C6VRX4f2f3gkdq5DyveJ4QiBzc/uploaded-1775706222577-aljr3rhu.jpg?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C6VRX4f2f3gkdq5DyveJ4QiBzc/uploaded-1775706222577-aljr3rhu.jpg"
|
||||
imageAlt="Abstract medical art"
|
||||
/>
|
||||
</div>
|
||||
@@ -72,19 +64,13 @@ export default function LandingPage() {
|
||||
description="We specialize in early intervention and one-to-one sessions to help your child grow and thrive in a comfortable home environment."
|
||||
metrics={[
|
||||
{
|
||||
value: "3+",
|
||||
title: "Years Experience",
|
||||
},
|
||||
value: "3+", title: "Years Experience"},
|
||||
{
|
||||
value: "100+",
|
||||
title: "Families Helped",
|
||||
},
|
||||
value: "100+", title: "Families Helped"},
|
||||
{
|
||||
value: "1:1",
|
||||
title: "Personalized Care",
|
||||
},
|
||||
value: "1:1", title: "Personalized Care"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C6VRX4f2f3gkdq5DyveJ4QiBzc/uploaded-1775706222577-3ss5by0a.jpg?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C6VRX4f2f3gkdq5DyveJ4QiBzc/uploaded-1775706222577-3ss5by0a.jpg"
|
||||
imageAlt="Speech therapy session"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -98,28 +84,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Sparkles,
|
||||
title: "Early Intervention",
|
||||
description: "Detecting and treating developmental delays early for better outcomes.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C6VRX4f2f3gkdq5DyveJ4QiBzc/uploaded-1775706222577-aljr3rhu.jpg?_wi=2",
|
||||
imageAlt: "User provided image",
|
||||
bentoComponent: "reveal-icon", icon: Sparkles,
|
||||
title: "Early Intervention", description: "Detecting and treating developmental delays early for better outcomes."
|
||||
},
|
||||
{
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Clock,
|
||||
title: "Flexible Timings",
|
||||
description: "Scheduling that works around your family's busy daily routine.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C6VRX4f2f3gkdq5DyveJ4QiBzc/uploaded-1775706222577-3ss5by0a.jpg?_wi=2",
|
||||
imageAlt: "User provided image",
|
||||
bentoComponent: "reveal-icon", icon: Clock,
|
||||
title: "Flexible Timings", description: "Scheduling that works around your family's busy daily routine."
|
||||
},
|
||||
{
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Heart,
|
||||
title: "Parent Guidance",
|
||||
description: "Supporting you with tools to help your child at home daily.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-lgbt-mother-outdoors-park-with-her-child_23-2148953018.jpg?_wi=1",
|
||||
imageAlt: "happy mother with child portrait",
|
||||
bentoComponent: "reveal-icon", icon: Heart,
|
||||
title: "Parent Guidance", description: "Supporting you with tools to help your child at home daily."
|
||||
},
|
||||
]}
|
||||
title="Why Choose Our Therapy"
|
||||
@@ -134,40 +108,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Parent",
|
||||
testimonial: "Ananya has a gentle touch and my son's speech has improved significantly in just three months.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-lgbt-mother-outdoors-park-with-her-child_23-2148953018.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Sarah J.", role: "Parent", testimonial: "Ananya has a gentle touch and my son's speech has improved significantly in just three months.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-lgbt-mother-outdoors-park-with-her-child_23-2148953018.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael K.",
|
||||
role: "Parent",
|
||||
testimonial: "The one-to-one home sessions made a huge difference. Highly recommended for early intervention.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/father-spending-time-together-with-his-girl-outdoors_23-2149032211.jpg",
|
||||
},
|
||||
id: "2", name: "Michael K.", role: "Parent", testimonial: "The one-to-one home sessions made a huge difference. Highly recommended for early intervention.", imageSrc: "http://img.b2bpic.net/free-photo/father-spending-time-together-with-his-girl-outdoors_23-2149032211.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
role: "Parent",
|
||||
testimonial: "Flexible and professional. We are so happy with the progress made.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-smiling-young-blonde-girl-looking-isolated-pink-wall_141793-112729.jpg",
|
||||
},
|
||||
id: "3", name: "Emily R.", role: "Parent", testimonial: "Flexible and professional. We are so happy with the progress made.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-smiling-young-blonde-girl-looking-isolated-pink-wall_141793-112729.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David M.",
|
||||
role: "Parent",
|
||||
testimonial: "Very patient therapist. Understands child needs thoroughly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aged-middle-expression-calling-business_1262-2838.jpg",
|
||||
},
|
||||
id: "4", name: "David M.", role: "Parent", testimonial: "Very patient therapist. Understands child needs thoroughly.", imageSrc: "http://img.b2bpic.net/free-photo/aged-middle-expression-calling-business_1262-2838.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Anita P.",
|
||||
role: "Parent",
|
||||
testimonial: "Best speech therapy in Mysore. Thank you Ananya.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-looking-camera-violet-shirt-looking-cheerful-front-view_176474-14482.jpg",
|
||||
},
|
||||
id: "5", name: "Anita P.", role: "Parent", testimonial: "Best speech therapy in Mysore. Thank you Ananya.", imageSrc: "http://img.b2bpic.net/free-photo/young-female-looking-camera-violet-shirt-looking-cheerful-front-view_176474-14482.jpg"},
|
||||
]}
|
||||
title="Kind Words from Families"
|
||||
description="See how our home therapy has transformed lives."
|
||||
@@ -181,26 +130,18 @@ export default function LandingPage() {
|
||||
description="Ready to help your child find their voice? Call or WhatsApp us today."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Parent Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Parent Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email Address", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your child's needs",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Tell us about your child's needs", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
buttonText="Send Message"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C6VRX4f2f3gkdq5DyveJ4QiBzc/uploaded-1775706222577-aljr3rhu.jpg?_wi=3"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C6VRX4f2f3gkdq5DyveJ4QiBzc/uploaded-1775706222577-aljr3rhu.jpg"
|
||||
imageAlt="Contact us"
|
||||
/>
|
||||
</div>
|
||||
@@ -210,29 +151,19 @@ export default function LandingPage() {
|
||||
logoText="Ananya A.J."
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Speech Delay",
|
||||
href: "#",
|
||||
},
|
||||
label: "Speech Delay", href: "#"},
|
||||
{
|
||||
label: "Stuttering",
|
||||
href: "#",
|
||||
},
|
||||
label: "Stuttering", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Call Us",
|
||||
href: "tel:8951587067",
|
||||
},
|
||||
label: "Call Us", href: "tel:8951587067"},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/8951587067",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/8951587067"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user