Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
171
src/app/page.tsx
171
src/app/page.tsx
@@ -11,7 +11,7 @@ import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import { Award, Star, Users } from "lucide-react";
|
||||
import { Award, Star, Users, CheckCircle } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -31,26 +31,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Curewell Dental"
|
||||
/>
|
||||
@@ -58,17 +43,10 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Excellence in Dental Care at Curewell"
|
||||
description="Providing compassionate, high-quality dental services for the whole family in a modern, welcoming environment."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Appointment",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Book Appointment", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-looking-teeth-mirror-dentist-appointment_23-2148338114.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -88,28 +66,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "General Dentistry",
|
||||
description: "Routine cleanings and comprehensive exams for lasting oral health.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-treating-patients-teeth-with-dental-microscope-dentistry-concept_169016-66977.jpg",
|
||||
buttonIcon: "CheckCircle",
|
||||
title: "General Dentistry", description: "Routine cleanings and comprehensive exams for lasting oral health.", imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-treating-patients-teeth-with-dental-microscope-dentistry-concept_169016-66977.jpg", buttonIcon: CheckCircle,
|
||||
},
|
||||
{
|
||||
title: "Orthodontics",
|
||||
description: "Advanced straightening solutions including braces and clear aligners.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/little-baby-girl-dentist-chair-children-dental_627829-9365.jpg",
|
||||
buttonIcon: "CheckCircle",
|
||||
title: "Orthodontics", description: "Advanced straightening solutions including braces and clear aligners.", imageSrc: "http://img.b2bpic.net/free-photo/little-baby-girl-dentist-chair-children-dental_627829-9365.jpg", buttonIcon: CheckCircle,
|
||||
},
|
||||
{
|
||||
title: "Dental Implants",
|
||||
description: "High-quality tooth replacement solutions for a natural smile.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-sits-chair-dentist-office-while-doctor-shows-her-something_8353-1654.jpg",
|
||||
buttonIcon: "CheckCircle",
|
||||
title: "Dental Implants", description: "High-quality tooth replacement solutions for a natural smile.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-sits-chair-dentist-office-while-doctor-shows-her-something_8353-1654.jpg", buttonIcon: CheckCircle,
|
||||
},
|
||||
{
|
||||
title: "Emergency Care",
|
||||
description: "Prompt attention for urgent dental pain and dental emergencies.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-treats-childs-tooth-using-rubber-dam-closeup-tooth-treatment_169016-66999.jpg",
|
||||
buttonIcon: "CheckCircle",
|
||||
title: "Emergency Care", description: "Prompt attention for urgent dental pain and dental emergencies.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-treats-childs-tooth-using-rubber-dam-closeup-tooth-treatment_169016-66999.jpg", buttonIcon: CheckCircle,
|
||||
},
|
||||
]}
|
||||
title="Comprehensive Dental Services"
|
||||
@@ -123,24 +89,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
title: "Patients Served",
|
||||
value: "5000+",
|
||||
icon: Users,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
title: "Clinical Rating",
|
||||
value: "5.0",
|
||||
icon: Star,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
title: "Years Experience",
|
||||
value: "15+",
|
||||
icon: Award,
|
||||
},
|
||||
{ id: "m1", title: "Patients Served", value: "5000+", icon: Users },
|
||||
{ id: "m2", title: "Clinical Rating", value: "5.0", icon: Star },
|
||||
{ id: "m3", title: "Years Experience", value: "15+", icon: Award },
|
||||
]}
|
||||
title="Clinical Excellence"
|
||||
description="Our statistics speak for our commitment to quality care."
|
||||
@@ -151,31 +102,11 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Johnson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-patient-bed-physiotherapy-center_1139-1121.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-watching-news-tv_23-2149718956.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily Rodriguez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/husband-wife-spending-some-quality-time-together_23-2149032208.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Kim",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-holding-toothbrush_273609-22141.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Jessica Lee",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-woman-looking-shy_273609-13720.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/young-female-patient-bed-physiotherapy-center_1139-1121.jpg" },
|
||||
{ id: "t2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/people-watching-news-tv_23-2149718956.jpg" },
|
||||
{ id: "t3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/husband-wife-spending-some-quality-time-together_23-2149032208.jpg" },
|
||||
{ id: "t4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-holding-toothbrush_273609-22141.jpg" },
|
||||
{ id: "t5", name: "Jessica Lee", imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-woman-looking-shy_273609-13720.jpg" },
|
||||
]}
|
||||
cardTitle="What Our Patients Say"
|
||||
cardTag="Trusted Care"
|
||||
@@ -188,21 +119,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you accept new patients?",
|
||||
content: "Yes, we are currently accepting new patients of all ages.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you offer financing?",
|
||||
content: "We provide several flexible payment plans for major procedures.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Is the clinic open on weekends?",
|
||||
content: "We offer select weekend appointments for patient convenience.",
|
||||
},
|
||||
{ id: "f1", title: "Do you accept new patients?", content: "Yes, we are currently accepting new patients of all ages." },
|
||||
{ id: "f2", title: "Do you offer financing?", content: "We provide several flexible payment plans for major procedures." },
|
||||
{ id: "f3", title: "Is the clinic open on weekends?", content: "We offer select weekend appointments for patient convenience." },
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Find answers to frequently asked questions about our services."
|
||||
@@ -216,23 +135,9 @@ export default function LandingPage() {
|
||||
title="Get in Touch"
|
||||
description="Ready for your next checkup? Contact us to schedule an appointment today."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Your Phone",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Your Phone", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-woman-african-american-female-doctor-shaking-hands-after-medical-appointment-clinic_637285-1164.jpg"
|
||||
/>
|
||||
@@ -243,30 +148,10 @@ export default function LandingPage() {
|
||||
logoText="Curewell Dental"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Dentistry",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Orthodontics",
|
||||
href: "#features",
|
||||
},
|
||||
],
|
||||
title: "Services", items: [{ label: "Dentistry", href: "#features" }, { label: "Orthodontics", href: "#features" }],
|
||||
},
|
||||
{
|
||||
title: "Clinic",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
title: "Clinic", items: [{ label: "About Us", href: "#about" }, { label: "Contact", href: "#contact" }],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user