Merge version_1 into main #2
221
src/app/page.tsx
221
src/app/page.tsx
@@ -31,78 +31,45 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Treatments",
|
||||
id: "features",
|
||||
},
|
||||
name: "Treatments", id: "features"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Sydney CBD Dental"
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book Now", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
variant: "rotated-rays-animated"}}
|
||||
title="Premium Dental Care in Sydney CBD"
|
||||
description="Same-day appointments available. Modern treatments from experienced dentists who prioritize your comfort and smile."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Appointment",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Your Appointment", href: "#contact"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "h1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/revealing-shot-orthodontic-chair-with-nobody-teeth-x-ray-images-modern-display_482257-14035.jpg?_wi=1",
|
||||
imageAlt: "Dental office",
|
||||
},
|
||||
id: "h1", imageSrc: "http://img.b2bpic.net/free-photo/revealing-shot-orthodontic-chair-with-nobody-teeth-x-ray-images-modern-display_482257-14035.jpg", imageAlt: "Dental office"},
|
||||
{
|
||||
id: "h2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-dentist-using-digital-tablet_107420-74079.jpg?_wi=1",
|
||||
imageAlt: "Professional dentist",
|
||||
},
|
||||
id: "h2", imageSrc: "http://img.b2bpic.net/free-photo/smiling-dentist-using-digital-tablet_107420-74079.jpg", imageAlt: "Professional dentist"},
|
||||
{
|
||||
id: "h3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dental-cabinet-with-various-medical-equipment_140725-7679.jpg?_wi=1",
|
||||
imageAlt: "Clinic technology",
|
||||
},
|
||||
id: "h3", imageSrc: "http://img.b2bpic.net/free-photo/dental-cabinet-with-various-medical-equipment_140725-7679.jpg", imageAlt: "Clinic technology"},
|
||||
{
|
||||
id: "h4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-73983.jpg",
|
||||
imageAlt: "Consultation",
|
||||
},
|
||||
id: "h4", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-73983.jpg", imageAlt: "Consultation"},
|
||||
{
|
||||
id: "h5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-treating-patients-teeth-with-dental-microscope-dentistry-concept_169016-67130.jpg",
|
||||
imageAlt: "Modern interior",
|
||||
},
|
||||
id: "h5", imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-treating-patients-teeth-with-dental-microscope-dentistry-concept_169016-67130.jpg", imageAlt: "Modern interior"},
|
||||
{
|
||||
id: "h6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-modern-teethcare-stomatology-hospital-office-with-nobody-it-equipped-with-dental-intruments-ready-orthodontist-healthcare-treatment-tooth-radiography-images-display_482257-9418.jpg",
|
||||
imageAlt: "Clinic space",
|
||||
},
|
||||
id: "h6", imageSrc: "http://img.b2bpic.net/free-photo/empty-modern-teethcare-stomatology-hospital-office-with-nobody-it-equipped-with-dental-intruments-ready-orthodontist-healthcare-treatment-tooth-radiography-images-display_482257-9418.jpg", imageAlt: "Clinic space"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -112,9 +79,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Your Smile, Our Priority"
|
||||
description={[
|
||||
"Located in the heart of Sydney's CBD, we provide expert dental services tailored to busy professionals.",
|
||||
"Our state-of-the-art practice combines modern dentistry with a patient-first approach to ensure you feel relaxed and informed throughout your visit.",
|
||||
]}
|
||||
"Located in the heart of Sydney's CBD, we provide expert dental services tailored to busy professionals.", "Our state-of-the-art practice combines modern dentistry with a patient-first approach to ensure you feel relaxed and informed throughout your visit."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -125,40 +90,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Preventative Care",
|
||||
description: "Regular check-ups and hygiene services to maintain oral health.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-performing-medical-research-lab_23-2149335663.jpg",
|
||||
},
|
||||
title: "Preventative Care", description: "Regular check-ups and hygiene services to maintain oral health.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-performing-medical-research-lab_23-2149335663.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-holding-mirror_23-2149164333.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/revealing-shot-orthodontic-chair-with-nobody-teeth-x-ray-images-modern-display_482257-14035.jpg?_wi=2",
|
||||
imageAlt: "modern dental imaging technology",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-holding-mirror_23-2149164333.jpg"},
|
||||
},
|
||||
{
|
||||
title: "Cosmetic Dentistry",
|
||||
description: "Professional teeth whitening and veneers for a perfect smile.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nobody-waiting-room-with-front-desk-reception-wall-screen-tv-with-promotional-offer-private-practice-hopital-waiting-area-patients-with-doctor-appointments-modern-healthcare-clinic_482257-46743.jpg",
|
||||
},
|
||||
title: "Cosmetic Dentistry", description: "Professional teeth whitening and veneers for a perfect smile.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nobody-waiting-room-with-front-desk-reception-wall-screen-tv-with-promotional-offer-private-practice-hopital-waiting-area-patients-with-doctor-appointments-modern-healthcare-clinic_482257-46743.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-looking-patient-through-window_23-2149011289.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-dentist-using-digital-tablet_107420-74079.jpg?_wi=2",
|
||||
imageAlt: "modern dental imaging technology",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-looking-patient-through-window_23-2149011289.jpg"},
|
||||
},
|
||||
{
|
||||
title: "Restorative Treatments",
|
||||
description: "High-quality implants and fillings tailored to your needs.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dental-equipment-placed-table_1150-19616.jpg",
|
||||
},
|
||||
title: "Restorative Treatments", description: "High-quality implants and fillings tailored to your needs.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dental-equipment-placed-table_1150-19616.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-washing-her-hands_624325-2864.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dental-cabinet-with-various-medical-equipment_140725-7679.jpg?_wi=2",
|
||||
imageAlt: "modern dental imaging technology",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-washing-her-hands_624325-2864.jpg"},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
@@ -174,40 +121,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
handle: "@sarahj",
|
||||
testimonial: "The fastest, most professional dental visit I've had in years.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-smiling-confident-standing-park_839833-8957.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah J.", handle: "@sarahj", testimonial: "The fastest, most professional dental visit I've had in years.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-smiling-confident-standing-park_839833-8957.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael K.",
|
||||
handle: "@michaek",
|
||||
testimonial: "Perfect for my lunch break. Seamless service and great results.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-entrepreneur-posing-camera_1262-3636.jpg",
|
||||
},
|
||||
id: "t2", name: "Michael K.", handle: "@michaek", testimonial: "Perfect for my lunch break. Seamless service and great results.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-entrepreneur-posing-camera_1262-3636.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily D.",
|
||||
handle: "@emilyd",
|
||||
testimonial: "Professional, clean, and very thorough. Highly recommended.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-dentist_23-2148396152.jpg",
|
||||
},
|
||||
id: "t3", name: "Emily D.", handle: "@emilyd", testimonial: "Professional, clean, and very thorough. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-dentist_23-2148396152.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David W.",
|
||||
handle: "@davidw",
|
||||
testimonial: "Efficient booking and top-tier care. A reliable choice for busy professionals.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-laughing-woman-rose-blouse_23-2148036588.jpg",
|
||||
},
|
||||
id: "t4", name: "David W.", handle: "@davidw", testimonial: "Efficient booking and top-tier care. A reliable choice for busy professionals.", imageSrc: "http://img.b2bpic.net/free-photo/senior-laughing-woman-rose-blouse_23-2148036588.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Jessica R.",
|
||||
handle: "@jessicar",
|
||||
testimonial: "Finally found a dentist that understands my schedule and needs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
|
||||
},
|
||||
id: "t5", name: "Jessica R.", handle: "@jessicar", testimonial: "Finally found a dentist that understands my schedule and needs.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg"},
|
||||
]}
|
||||
title="Trusted by Sydney Professionals"
|
||||
description="See why busy locals trust us for their dental health needs."
|
||||
@@ -221,55 +143,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Essential",
|
||||
price: "$150",
|
||||
subtitle: "New Patient Consultation",
|
||||
buttons: [
|
||||
id: "basic", badge: "Essential", price: "$150", subtitle: "New Patient Consultation", buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Now", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Full dental examination",
|
||||
"Comprehensive hygiene assessment",
|
||||
"Digital X-rays",
|
||||
],
|
||||
"Full dental examination", "Comprehensive hygiene assessment", "Digital X-rays"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Most Popular",
|
||||
price: "$450",
|
||||
subtitle: "Cosmetic Whitening",
|
||||
buttons: [
|
||||
id: "pro", badge: "Most Popular", price: "$450", subtitle: "Cosmetic Whitening", buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Now", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"In-chair whitening session",
|
||||
"Take-home touch-up kit",
|
||||
"Sensitivity consultation",
|
||||
],
|
||||
"In-chair whitening session", "Take-home touch-up kit", "Sensitivity consultation"],
|
||||
},
|
||||
{
|
||||
id: "premium",
|
||||
badge: "Advanced",
|
||||
price: "$1200",
|
||||
subtitle: "Implant Restoration",
|
||||
buttons: [
|
||||
id: "premium", badge: "Advanced", price: "$1200", subtitle: "Implant Restoration", buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Now", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Specialist implant consultation",
|
||||
"Treatment planning",
|
||||
"After-care support",
|
||||
],
|
||||
"Specialist implant consultation", "Treatment planning", "After-care support"],
|
||||
},
|
||||
]}
|
||||
title="Transparent Pricing"
|
||||
@@ -283,20 +178,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you offer same-day appointments?",
|
||||
content: "Yes, we prioritize same-day appointments for busy CBD workers.",
|
||||
},
|
||||
id: "q1", title: "Do you offer same-day appointments?", content: "Yes, we prioritize same-day appointments for busy CBD workers."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Are you a private health insurance provider?",
|
||||
content: "We work with most major health insurance providers and offer Hicaps for on-the-spot claims.",
|
||||
},
|
||||
id: "q2", title: "Are you a private health insurance provider?", content: "We work with most major health insurance providers and offer Hicaps for on-the-spot claims."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "How long does a typical check-up take?",
|
||||
content: "Our comprehensive examinations usually take 45–60 minutes.",
|
||||
},
|
||||
id: "q3", title: "How long does a typical check-up take?", content: "Our comprehensive examinations usually take 45–60 minutes."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Answers to commonly asked questions about our services."
|
||||
@@ -308,8 +194,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Booking"
|
||||
title="Book Your Appointment Today"
|
||||
description="Fill out the form below to secure a time that works for your busy schedule."
|
||||
@@ -321,29 +206,19 @@ export default function LandingPage() {
|
||||
logoText="Sydney CBD Dental"
|
||||
columns={[
|
||||
{
|
||||
title: "Practice",
|
||||
items: [
|
||||
title: "Practice", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Services", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Use",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Use", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user