Merge version_1 into main #2
179
src/app/page.tsx
179
src/app/page.tsx
@@ -30,44 +30,25 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Tanya@theDoc"
|
||||
button={{ text: "Book Appointment", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="Premium Oral Care You Can Trust"
|
||||
description="Gentle, professional dental hygiene services in Parklands, Cape Town"
|
||||
tag="Rated 5.0 ⭐ by 38+ Patients"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Appointment",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:0215567717",
|
||||
},
|
||||
{ text: "Book Appointment", href: "#contact" },
|
||||
{ text: "Call Now", href: "tel:0215567717" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-sitting-chair-dental-clinic_662251-2583.jpg"
|
||||
imageAlt="Professional Oral Hygiene Services in Parklands"
|
||||
@@ -95,32 +76,16 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Professional Teeth Cleaning",
|
||||
description: "A thorough cleaning to remove plaque and polish teeth for a healthy shine.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/healthy-teeth-horizontal-banner-set_1284-22507.jpg",
|
||||
imageAlt: "Teeth cleaning icon",
|
||||
},
|
||||
title: "Professional Teeth Cleaning", description: "A thorough cleaning to remove plaque and polish teeth for a healthy shine.", imageSrc: "http://img.b2bpic.net/free-vector/healthy-teeth-horizontal-banner-set_1284-22507.jpg", imageAlt: "Teeth cleaning icon"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Gum Care & Health Checks",
|
||||
description: "Comprehensive assessments to ensure your gums are healthy and strong.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vials-medical-tools-arrangement-high-angle_23-2149341599.jpg",
|
||||
imageAlt: "Gum care icon",
|
||||
},
|
||||
title: "Gum Care & Health Checks", description: "Comprehensive assessments to ensure your gums are healthy and strong.", imageSrc: "http://img.b2bpic.net/free-photo/vials-medical-tools-arrangement-high-angle_23-2149341599.jpg", imageAlt: "Gum care icon"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Plaque & Tartar Removal",
|
||||
description: "Professional removal of stubborn deposits for optimal oral health.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/illustrated-medical-infographic-template_23-2148372605.jpg",
|
||||
imageAlt: "Plaque removal icon",
|
||||
},
|
||||
title: "Plaque & Tartar Removal", description: "Professional removal of stubborn deposits for optimal oral health.", imageSrc: "http://img.b2bpic.net/free-vector/illustrated-medical-infographic-template_23-2148372605.jpg", imageAlt: "Plaque removal icon"},
|
||||
{
|
||||
id: 4,
|
||||
title: "Hygiene Education",
|
||||
description: "Personalized advice to maintain your best oral hygiene routine at home.",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/skincare-routine-banner-template_23-2148717141.jpg",
|
||||
imageAlt: "Education icon",
|
||||
},
|
||||
title: "Hygiene Education", description: "Personalized advice to maintain your best oral hygiene routine at home.", imageSrc: "http://img.b2bpic.net/free-psd/skincare-routine-banner-template_23-2148717141.jpg", imageAlt: "Education icon"},
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
description="Tailored oral hygiene care to keep your smile bright and healthy."
|
||||
@@ -129,33 +94,14 @@ export default function LandingPage() {
|
||||
|
||||
<div id="why-choose-us" data-section="why-choose-us">
|
||||
<MetricCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Smile,
|
||||
title: "Pain-Free Focus",
|
||||
value: "Gentle",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Star,
|
||||
title: "Top Rated",
|
||||
value: "5.0",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Users,
|
||||
title: "Personalized",
|
||||
value: "Tailored",
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
icon: Home,
|
||||
title: "Environment",
|
||||
value: "Welcoming",
|
||||
},
|
||||
{ id: "m1", icon: Smile, title: "Pain-Free Focus", value: "Gentle" },
|
||||
{ id: "m2", icon: Star, title: "Top Rated", value: "5.0" },
|
||||
{ id: "m3", icon: Users, title: "Personalized", value: "Tailored" },
|
||||
{ id: "m4", icon: Home, title: "Environment", value: "Welcoming" },
|
||||
]}
|
||||
title="Why Choose Our Clinic"
|
||||
description="We put your comfort first with personalized, professional care."
|
||||
@@ -168,45 +114,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Excellent!",
|
||||
quote: "Thorough, gentle, and incredibly informative. Best experience ever.",
|
||||
name: "Sarah Miller",
|
||||
role: "Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-doctor-speaking-with-patient_23-2147896697.jpg?_wi=1",
|
||||
},
|
||||
id: "1", title: "Excellent!", quote: "Thorough, gentle, and incredibly informative. Best experience ever.", name: "Sarah Miller", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-doctor-speaking-with-patient_23-2147896697.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "So Welcoming",
|
||||
quote: "A truly warm and welcoming experience. Tanya is fantastic.",
|
||||
name: "Mark D.",
|
||||
role: "Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-giving-injection-patient-hospital_1170-2136.jpg",
|
||||
},
|
||||
id: "2", title: "So Welcoming", quote: "A truly warm and welcoming experience. Tanya is fantastic.", name: "Mark D.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-giving-injection-patient-hospital_1170-2136.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Highly Recommend",
|
||||
quote: "The best oral hygienist I’ve ever visited. Very professional.",
|
||||
name: "Elena V.",
|
||||
role: "Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-woman-having-consultations-with-her-doctor-talking-about-medical-insurance-possibilities-clinic_637285-1198.jpg",
|
||||
},
|
||||
id: "3", title: "Highly Recommend", quote: "The best oral hygienist I’ve ever visited. Very professional.", name: "Elena V.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-woman-having-consultations-with-her-doctor-talking-about-medical-insurance-possibilities-clinic_637285-1198.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Super Gentle",
|
||||
quote: "I usually dread the dentist, but this was painless and easy.",
|
||||
name: "David K.",
|
||||
role: "Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-349.jpg",
|
||||
},
|
||||
id: "4", title: "Super Gentle", quote: "I usually dread the dentist, but this was painless and easy.", name: "David K.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-349.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Life Changing",
|
||||
quote: "The care provided is unmatched. I feel confident in my smile again.",
|
||||
name: "Jessica L.",
|
||||
role: "Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-doctor-speaking-with-patient_23-2147896697.jpg?_wi=2",
|
||||
},
|
||||
id: "5", title: "Life Changing", quote: "The care provided is unmatched. I feel confident in my smile again.", name: "Jessica L.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-doctor-speaking-with-patient_23-2147896697.jpg"},
|
||||
]}
|
||||
title="Patient Reviews"
|
||||
description="Hear what our patients have to say about their care."
|
||||
@@ -219,24 +135,10 @@ export default function LandingPage() {
|
||||
title="Book Your Appointment Today"
|
||||
description="Ready for your healthy smile? Contact us today to schedule your visit in Parklands."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your appointment request or questions",
|
||||
rows: 4,
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "Your appointment request or questions", rows: 4 }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-spacious-office-dentist_8353-9976.jpg"
|
||||
buttonText="Book Now"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -247,33 +149,16 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Tanya@theDoc",
|
||||
items: [
|
||||
{
|
||||
label: "Parklands, Cape Town",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "021 556 7717",
|
||||
href: "tel:0215567717",
|
||||
},
|
||||
title: "Tanya@theDoc", items: [
|
||||
{ label: "Parklands, Cape Town", href: "#" },
|
||||
{ label: "021 556 7717", href: "tel:0215567717" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Links",
|
||||
items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Booking",
|
||||
href: "#contact",
|
||||
},
|
||||
title: "Links", items: [
|
||||
{ label: "Services", href: "#services" },
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Booking", href: "#contact" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user