Merge version_1 into main #2

Merged
bender merged 4 commits from version_1 into main 2026-02-20 23:24:10 +00:00
4 changed files with 26 additions and 30 deletions

View File

@@ -37,13 +37,13 @@ export default function BlogPage() {
<NavbarLayoutFloatingInline
navItems={[
{ name: "Home", id: "/" },
{ name: "Services", id: "services" },
{ name: "About Us", id: "about" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
{ name: "Services", id: "/#services" },
{ name: "About Us", id: "/#about" },
{ name: "Testimonials", id: "/#testimonials" },
{ name: "Contact", id: "/#contact" },
]}
brandName="SmileCare Dental"
button={{ text: "Book Appointment", href: "#contact" }}
button={{ text: "Book Appointment", href: "/#contact" }}
className="py-3 px-6 lg:px-12"
navItemClassName="text-foreground hover:text-primary-cta"
buttonClassName="shadow-lg"
@@ -77,30 +77,28 @@ export default function BlogPage() {
columns={[
{
title: "Services", items: [
{ label: "General Dentistry", href: "#services" },
{ label: "Cosmetic Dentistry", href: "#services" },
{ label: "Emergency Care", href: "#services" },
{ label: "General Dentistry", href: "/#services" },
{ label: "Cosmetic Dentistry", href: "/#services" },
{ label: "Emergency Care", href: "/#services" },
],
},
{
title: "About Us", items: [
{ label: "Our Story", href: "#about" },
{ label: "Our Team", href: "#about" },
{ label: "Patient Info", href: "#" },
{ label: "Our Story", href: "/#about" },
{ label: "Our Team", href: "/#about" },
{ label: "Patient Info", href: "/#" },
],
},
{
title: "Contact", items: [
{ label: "Location", href: "#contact" },
{ label: "Schedule Visit", href: "#contact" },
{ label: "Location", href: "/#contact" },
{ label: "Schedule Visit", href: "/#contact" },
{ label: "Call Us", href: "tel:+1234567890" },
],
},
]}
logoText="SmileCare Dental"
copyrightText="© 2024 SmileCare Dental. All rights reserved."
onPrivacyClick={null}
useInvertedBackground={true}
className="bg-background-accent"
/>
</div>

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
<HeroSplitKpi
title="Your Healthy Smile Starts Here"
description="Experience comprehensive dental care tailored to your needs. From routine check-ups to advanced treatments, we're dedicated to your oral health and comfort."
background={{ variant: "aurora" }}
background={{ variant: "sparkles-gradient" }}
kpis={[
{ value: "20+", label: "Years of Experience" },
{ value: "98%", label: "Patient Satisfaction" },
@@ -57,7 +57,7 @@ export default function LandingPage() {
{ text: "Book Appointment", href: "#contact" },
{ text: "Our Services", href: "#services" }
]}
mediaAnimation="reveal-blur"
mediaAnimation="blur-reveal"
imageSrc="https://img.b2bpic.net/free-photo/medical-nurse-examining-patient-paing-writing-dental-problem-clipboard-while-sitting-dental-hospital-office_482257-4882.jpg"
imageAlt="Modern dentist chair with dental tools"
imagePosition="right"
@@ -75,16 +75,16 @@ export default function LandingPage() {
title="Our Comprehensive Dental Services"
description="Discover a full range of services designed to keep your smile healthy and bright."
products={[
{ id: "1", brand: "General Dentistry", name: "Regular Check-ups & Cleanings", price: "Starting at $99", rating: 5, reviewCount: "1.2k", imageSrc: "https://img.b2bpic.net/free-photo/female-patient-opening-her-mouth-doctor-look-her-throat-otolaryngologist-examines-sore-throat-patient_657921-196.jpg?_wi=1", imageAlt: "Dentist performing a check-up" },
{ id: "1", brand: "General Dentistry", name: "Regular Check-ups & Cleanings", price: "Starting at $99", rating: 5, reviewCount: "1.2k", imageSrc: "https://img.b2bpic.net/free-photo/female-patient-opening-her-mouth-doctor-look-her-throat-otolaryngologist-examines-sore-throat-patient_657921-196.jpg", imageAlt: "Dentist performing a check-up" },
{ id: "2", brand: "Cosmetic Dentistry", name: "Teeth Whitening", price: "Starting at $250", rating: 4, reviewCount: "850", imageSrc: "https://img.b2bpic.net/free-photo/portrait-young-woman_93675-131882.jpg", imageAlt: "Bright white teeth after treatment" },
{ id: "3", brand: "Restorative Dentistry", name: "Root Canal Therapy", price: "Consultation", rating: 5, reviewCount: "430", imageSrc: "https://img.b2bpic.net/free-photo/model-tooth-dentist-doctor-shows-patient-tooth-reception-dentist-s-office_1157-40926.jpg", imageAlt: "Dental X-ray showing root canal" },
{ id: "4", brand: "Preventive Care", name: "Fluoride Treatments", price: "Starting at $50", rating: 5, reviewCount: "600", imageSrc: "https://img.b2bpic.net/free-photo/female-patient-opening-her-mouth-doctor-look-her-throat-otolaryngologist-examines-sore-throat-patient_657921-196.jpg?_wi=2", imageAlt: "Dental professional applying fluoride" }
{ id: "4", brand: "Preventive Care", name: "Fluoride Treatments", price: "Starting at $50", rating: 5, reviewCount: "600", imageSrc: "https://img.b2bpic.net/free-photo/female-patient-opening-her-mouth-doctor-look-her-throat-otolaryngologist-examines-sore-throat-patient_657921-196.jpg", imageAlt: "Dental professional applying fluoride" }
]}
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
titleClassName="text-foreground font-light"
textBoxTitleClassName="text-foreground font-light"
descriptionClassName="text-foreground/90"
cardClassName="bg-card shadow-lg"
cardNameClassName="text-foreground"
@@ -125,7 +125,7 @@ export default function LandingPage() {
description="Discover what sets us apart and makes us the preferred choice for your oral health needs."
textboxLayout="default"
useInvertedBackground={true}
titleClassName="text-foreground font-light"
textBoxTitleClassName="text-foreground font-light"
descriptionClassName="text-foreground/90"
cardClassName="bg-card shadow-lg"
cardTitleClassName="text-foreground"
@@ -136,12 +136,12 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
testimonials={[
{ id: "1", name: "Sarah M.", handle: "Happy Patient", testimonial: "Absolutely wonderful experience! The staff is so friendly and professional. My teeth have never felt cleaner. Highly recommend!", imageSrc: "https://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=1", imageAlt: "Sarah M." },
{ id: "2", name: "John D.", handle: "Long-time Client", testimonial: "I've been coming here for years, and I always leave with a smile. Dr. Smith and his team are simply the best.", imageSrc: "https://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "John D." },
{ id: "3", name: "Emily R.", handle: "New to Area", testimonial: "Moving to a new city, finding a good dentist was a worry. SmileCare Dental exceeded all my expectations! Fantastic service.", imageSrc: "https://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=2", imageAlt: "Emily R." },
{ id: "1", name: "Sarah M.", handle: "Happy Patient", testimonial: "Absolutely wonderful experience! The staff is so friendly and professional. My teeth have never felt cleaner. Highly recommend!", imageSrc: "https://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Sarah M." },
{ id: "2", name: "John D.", handle: "Long-time Client", testimonial: "I've been coming here for years, and I always leave with a smile. Dr. Smith and his team are simply the best.", imageSrc: "https://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "John D." },
{ id: "3", name: "Emily R.", handle: "New to Area", testimonial: "Moving to a new city, finding a good dentist was a worry. SmileCare Dental exceeded all my expectations! Fantastic service.", imageSrc: "https://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Emily R." },
{ id: "4", name: "Michael P.", handle: "Satisfied Customer", testimonial: "Pain-free dentistry at its finest. They genuinely care about patient comfort. Grateful for their expertise.", imageSrc: "https://img.b2bpic.net/free-photo/smiling-patient-looking-mirror-clinic_107420-73992.jpg", imageAlt: "Michael P." },
{ id: "5", name: "Jessica L.", handle: "Regular Visitor", testimonial: "Always a positive visit. The explanations are clear, and I feel involved in my treatment decisions.", imageSrc: "https://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=3", imageAlt: "Jessica L." },
{ id: "6", name: "David K.", handle: "Five-Star Review", testimonial: "From the reception to the dental chair, everything is top-notch. Truly a five-star dental practice!", imageSrc: "https://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "David K." }
{ id: "5", name: "Jessica L.", handle: "Regular Visitor", testimonial: "Always a positive visit. The explanations are clear, and I feel involved in my treatment decisions.", imageSrc: "https://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Jessica L." },
{ id: "6", name: "David K.", handle: "Five-Star Review", testimonial: "From the reception to the dental chair, everything is top-notch. Truly a five-star dental practice!", imageSrc: "https://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "David K." }
]}
animationType="slide-up"
title="What Our Patients Say"
@@ -149,7 +149,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
speed={35}
titleClassName="text-foreground font-light"
textBoxTitleClassName="text-foreground font-light"
descriptionClassName="text-foreground/90"
cardClassName="bg-card/70 backdrop-blur-sm shadow-lg"
testimonialClassName="text-foreground/90"
@@ -168,7 +168,7 @@ export default function LandingPage() {
useInvertedBackground={true}
imageSrc="https://img.b2bpic.net/free-photo/doctor-looking-medical-report-while-walking_107420-84823.jpg"
imageAlt="Modern dental office exterior"
mediaAnimation="reveal-blur"
mediaAnimation="blur-reveal"
mediaPosition="left"
inputPlaceholder="Your Email Address"
buttonText="Book Now"

View File

@@ -216,7 +216,6 @@ function ProductPageContent({ params }: ProductPageProps) {
columns={[{ "title": "Services", "items": [{ "label": "General Dentistry", "href": "#services" }, { "label": "Cosmetic Dentistry", "href": "#services" }, { "label": "Emergency Care", "href": "#services" }] }, { "title": "About Us", "items": [{ "label": "Our Story", "href": "#about" }, { "label": "Our Team", "href": "#about" }, { "label": "Patient Info", "href": "#" }] }, { "title": "Contact", "items": [{ "label": "Location", "href": "#contact" }, { "label": "Schedule Visit", "href": "#contact" }, { "label": "Call Us", "href": "tel:+1234567890" }] }]}
logoText="SmileCare Dental"
copyrightText="© 2024 SmileCare Dental. All rights reserved."
useInvertedBackground={true}
className="bg-background-accent"
/>
</div>

View File

@@ -129,7 +129,6 @@ export default function ShopPage() {
columns={[{ "title": "Services", "items": [{ "label": "General Dentistry", "href": "#services" }, { "label": "Cosmetic Dentistry", "href": "#services" }, { "label": "Emergency Care", "href": "#services" }] }, { "title": "About Us", "items": [{ "label": "Our Story", "href": "#about" }, { "label": "Our Team", "href": "#about" }, { "label": "Patient Info", "href": "#" }] }, { "title": "Contact", "items": [{ "label": "Location", "href": "#contact" }, { "label": "Schedule Visit", "href": "#contact" }, { "label": "Call Us", "href": "tel:+1234567890" }] }]}
logoText="SmileCare Dental"
copyrightText="© 2024 SmileCare Dental. All rights reserved."
useInvertedBackground={true}
className="bg-background-accent"
/>
</div>