Update src/app/about/page.tsx
This commit is contained in:
@@ -28,39 +28,23 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about",
|
||||
},
|
||||
name: "About Us", id: "about"},
|
||||
{
|
||||
name: "Our Team",
|
||||
id: "team",
|
||||
},
|
||||
name: "Our Team", id: "team"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Book Appointment",
|
||||
href: "#contact",
|
||||
}}
|
||||
brandName="Bright Smile Dental"
|
||||
text: "Book Appointment", href: "#contact"}}
|
||||
brandName="White Friars Dental Care"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -70,22 +54,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
imagePosition="right"
|
||||
title="Our Commitment to Your Bright Smile"
|
||||
description="At Bright Smile Dental, we are dedicated to providing comprehensive, compassionate dental care tailored to your unique needs. Our experienced team uses state-of-the-art technology to ensure comfortable and effective treatments for the entire family. We believe that a healthy smile is a happy smile, and we're here to help you achieve it."
|
||||
description="At White Friars Dental Care, we are dedicated to providing comprehensive, compassionate dental care tailored to your unique needs. Our experienced team uses state-of-the-art technology to ensure comfortable and effective treatments for the entire family. We believe that a healthy smile is a happy smile, and we're here to help you achieve it."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Personalized Care",
|
||||
description: "Every patient receives a customized treatment plan designed for their optimal oral health and aesthetic goals.",
|
||||
icon: User,
|
||||
title: "Personalized Care", description: "Every patient receives a customized treatment plan designed for their optimal oral health and aesthetic goals.", icon: User,
|
||||
},
|
||||
{
|
||||
title: "Advanced Technology",
|
||||
description: "Utilizing the latest dental innovations for precise diagnostics and comfortable, efficient procedures.",
|
||||
icon: Computer,
|
||||
title: "Advanced Technology", description: "Utilizing the latest dental innovations for precise diagnostics and comfortable, efficient procedures.", icon: Computer,
|
||||
},
|
||||
{
|
||||
title: "Comfort-Focused Environment",
|
||||
description: "We strive to create a relaxing and welcoming atmosphere, easing any dental anxieties you may have with our gentle approach.",
|
||||
icon: Sofa,
|
||||
title: "Comfort-Focused Environment", description: "We strive to create a relaxing and welcoming atmosphere, easing any dental anxieties you may have with our gentle approach.", icon: Sofa,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-woman-holding-pen_1098-898.jpg"
|
||||
@@ -101,19 +79,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Smile,
|
||||
label: "Happy Patients",
|
||||
value: "10,000+",
|
||||
},
|
||||
label: "Happy Patients", value: "10,000+"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Years Experience",
|
||||
value: "25+",
|
||||
},
|
||||
label: "Years Experience", value: "25+"},
|
||||
{
|
||||
icon: HeartHandshake,
|
||||
label: "Community Trust",
|
||||
value: "5 Stars",
|
||||
},
|
||||
label: "Community Trust", value: "5 Stars"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -123,16 +95,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Ready for Your Visit?"
|
||||
title="Schedule Your Appointment Today"
|
||||
description="Take the first step towards a healthier, brighter smile. Our friendly team is ready to welcome you."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Book Now", href: "/contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -141,80 +110,50 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "General Dentistry",
|
||||
href: "/services#general",
|
||||
},
|
||||
label: "General Dentistry", href: "/services#general"},
|
||||
{
|
||||
label: "Cosmetic Dentistry",
|
||||
href: "/services#cosmetic",
|
||||
},
|
||||
label: "Cosmetic Dentistry", href: "/services#cosmetic"},
|
||||
{
|
||||
label: "Orthodontics",
|
||||
href: "/services#orthodontics",
|
||||
},
|
||||
label: "Orthodontics", href: "/services#orthodontics"},
|
||||
{
|
||||
label: "Emergency Care",
|
||||
href: "/services#emergency",
|
||||
},
|
||||
label: "Emergency Care", href: "/services#emergency"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About Us",
|
||||
items: [
|
||||
title: "About Us", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "/about",
|
||||
},
|
||||
label: "Our Story", href: "/about"},
|
||||
{
|
||||
label: "Our Team",
|
||||
href: "/team",
|
||||
},
|
||||
label: "Our Team", href: "/team"},
|
||||
{
|
||||
label: "Patient Reviews",
|
||||
href: "/testimonials",
|
||||
},
|
||||
label: "Patient Reviews", href: "/testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/faq",
|
||||
},
|
||||
label: "FAQ", href: "/faq"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "/privacy-policy",
|
||||
},
|
||||
label: "Privacy Policy", href: "/privacy-policy"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Location",
|
||||
items: [
|
||||
title: "Location", items: [
|
||||
{
|
||||
label: "123 Smile Avenue, City, State",
|
||||
href: "https://maps.google.com/?q=123+Smile+Avenue",
|
||||
},
|
||||
label: "123 Smile Avenue, City, State", href: "https://maps.google.com/?q=123+Smile+Avenue"},
|
||||
{
|
||||
label: "Phone: (123) 456-7890",
|
||||
href: "tel:+1234567890",
|
||||
},
|
||||
label: "Phone: (123) 456-7890", href: "tel:+1234567890"},
|
||||
{
|
||||
label: "Hours: Mon-Fri, 9am-5pm",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Hours: Mon-Fri, 9am-5pm", href: "/contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="Bright Smile Dental"
|
||||
copyrightText="© 2024 Bright Smile Dental. All rights reserved."
|
||||
logoText="White Friars Dental Care"
|
||||
copyrightText="© 2024 White Friars Dental Care. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user