Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-05-23 21:39:48 +00:00
2 changed files with 42 additions and 215 deletions

View File

@@ -25,26 +25,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About",
id: "/about",
},
{
name: "Services",
id: "/services",
},
{
name: "Testimonials",
id: "/testimonials",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Services", id: "/services" },
{ name: "Testimonials", id: "/testimonials" },
{ name: "Contact", id: "/contact" }
]}
brandName="Daniel M Flynn Denture Clinic"
/>
@@ -55,6 +40,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="About Daniel M Flynn"
description="Daniel M Flynn is dedicated to providing comfortable, custom dentures to the Benalla community. With a focus on understanding the needs of nervous or first-time patients, our clinic provides a friendly, reassuring environment where your comfort is our priority. Every patient deserves care delivered with patience, respect, and deep understanding of their unique dental requirements."
metrics={[]}
imageSrc="http://img.b2bpic.net/free-photo/young-blonde-female-posing-while-standing-casual-clothes-mask-looking-pensive_176474-81407.jpg"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -69,16 +55,8 @@ export default function LandingPage() {
description="Learn more about our denture services and what to expect."
faqsAnimation="slide-up"
faqs={[
{
id: "1",
title: "How long do dentures last?",
content: "Dentures typically last 5 to 7 years with proper care.",
},
{
id: "2",
title: "Do I need to see a dentist daily?",
content: "Cleaning your dentures daily is essential for oral hygiene.",
},
{ id: "1", title: "How long do dentures last?", content: "Dentures typically last 5 to 7 years with proper care." },
{ id: "2", title: "Do I need to see a dentist daily?", content: "Cleaning your dentures daily is essential for oral hygiene." }
]}
/>
</div>
@@ -86,36 +64,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Clinic Info",
items: [
{
label: "39 Nunn St, Benalla VIC 3672",
href: "#",
},
{
label: "Call Us",
href: "tel:+61000000000",
},
],
},
{
title: "Quick Links",
items: [
{
label: "About",
href: "/about",
},
{
label: "Services",
href: "/services",
},
{
label: "Contact",
href: "/contact",
},
],
},
{ title: "Clinic Info", items: [{ label: "39 Nunn St, Benalla VIC 3672", href: "#" }, { label: "Call Us", href: "tel:+61000000000" }] },
{ title: "Quick Links", items: [{ label: "About", href: "/about" }, { label: "Services", href: "/services" }, { label: "Contact", href: "/contact" }] }
]}
bottomLeftText="© 2024 Daniel M Flynn Denture Clinic"
bottomRightText="All rights reserved."

View File

@@ -27,26 +27,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About",
id: "/about",
},
{
name: "Services",
id: "/services",
},
{
name: "Testimonials",
id: "/testimonials",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Services", id: "/services" },
{ name: "Testimonials", id: "/testimonials" },
{ name: "Contact", id: "/contact" }
]}
brandName="Daniel M Flynn Denture Clinic"
/>
@@ -54,67 +39,29 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplit
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
title="Natural, Comfortable Dentures Designed For Your Perfect Smile"
description="Personalized denture care with a stress-free experience. Expert fittings, adjustments, and custom dentures made with comfort in mind."
buttons={[
{
text: "Book Appointment",
href: "/contact",
},
{
text: "Call Now",
href: "tel:+61000000000",
},
{ text: "Book Appointment", href: "/contact" },
{ text: "Call Now", href: "tel:+61000000000" }
]}
imageSrc="http://img.b2bpic.net/free-photo/businessman-testing-vr-game_74855-1107.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/businessman-testing-vr-game_74855-1107.jpg"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-listening-music-nature_23-2148442048.jpg",
alt: "Happy Patient 1",
},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-pillow-beach_23-2148442052.jpg",
alt: "Happy Patient 2",
},
{
src: "http://img.b2bpic.net/free-photo/smiley-man-enjoying-his-time-nature_23-2148231897.jpg",
alt: "Happy Patient 3",
},
{
src: "http://img.b2bpic.net/free-photo/happy-senior-with-headphones_23-2148341478.jpg",
alt: "Happy Patient 4",
},
{
src: "http://img.b2bpic.net/free-photo/experienced-businessman_1098-14941.jpg",
alt: "Happy Patient 5",
},
{ src: "http://img.b2bpic.net/free-photo/medium-shot-woman-listening-music-nature_23-2148442048.jpg", alt: "Happy Patient 1" },
{ src: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-pillow-beach_23-2148442052.jpg", alt: "Happy Patient 2" },
{ src: "http://img.b2bpic.net/free-photo/smiley-man-enjoying-his-time-nature_23-2148231897.jpg", alt: "Happy Patient 3" },
{ src: "http://img.b2bpic.net/free-photo/happy-senior-with-headphones_23-2148341478.jpg", alt: "Happy Patient 4" },
{ src: "http://img.b2bpic.net/free-photo/experienced-businessman_1098-14941.jpg", alt: "Happy Patient 5" }
]}
avatarText="Trusted by over 500+ locals"
marqueeItems={[
{
type: "text",
text: "Stress-free environment",
},
{
type: "text",
text: "Custom fit guaranteed",
},
{
type: "text",
text: "Expert clinical care",
},
{
type: "text",
text: "Repairs & adjustments",
},
{
type: "text",
text: "Compassionate approach",
},
{ type: "text", text: "Stress-free environment" },
{ type: "text", text: "Custom fit guaranteed" },
{ type: "text", text: "Expert clinical care" },
{ type: "text", text: "Repairs & adjustments" },
{ type: "text", text: "Compassionate approach" }
]}
/>
</div>
@@ -125,20 +72,11 @@ export default function LandingPage() {
title="Commitment to Patient Comfort"
description="At Daniel M Flynn Denture Clinic, we take the time to ensure your denture fit is perfect. We specialize in supporting nervous patients with a gentle, friendly approach in Benalla."
metrics={[
{
value: "100%",
title: "Patient-Focused",
},
{
value: "Custom",
title: "Personalized Fit",
},
{
value: "5-Star",
title: "Rated Service",
},
{ value: "100%", title: "Patient-Focused" },
{ value: "Custom", title: "Personalized Fit" },
{ value: "5-Star", title: "Rated Service" }
]}
imageSrc="http://img.b2bpic.net/free-photo/smiling-female-dentist-dental-clinic_107420-74193.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/smiling-female-dentist-dental-clinic_107420-74193.jpg"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
@@ -150,46 +88,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah J.",
handle: "Benalla Local",
testimonial: "Great customer service and a stress-free experience. My new denture is a perfect fit.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/duvet-is-very-warm_329181-7945.jpg?_wi=1",
},
{
id: "2",
name: "Robert M.",
handle: "New Patient",
testimonial: "Absolutely perfect, beautiful, natural and so comfortable they might as well just be my own teeth.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-woman-meditating-outdoors_23-2148442071.jpg",
},
{
id: "3",
name: "Linda K.",
handle: "Regular Client",
testimonial: "Daniel has been amazing, accommodating my work schedule, super friendly and reassuring.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/charming-woman-watching-movie_23-2147790524.jpg",
},
{
id: "4",
name: "Mark D.",
handle: "Anxious Patient",
testimonial: "Daniel understands how nervous some patients are when having dental work done. Highly recommend.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-clapping-while-her-husband-juggling-whole-oranges-kitchen_23-2148128074.jpg",
},
{
id: "5",
name: "Helen P.",
handle: "Denture Wearer",
testimonial: "Professional, respectful, and truly attentive to my needs. The best clinic in town.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-man-banner-concept-with-copy-space_23-2149601527.jpg",
},
{ id: "1", name: "Sarah J.", handle: "Benalla Local", testimonial: "Great customer service and a stress-free experience. My new denture is a perfect fit.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/duvet-is-very-warm_329181-7945.jpg" },
{ id: "2", name: "Robert M.", handle: "New Patient", testimonial: "Absolutely perfect, beautiful, natural and so comfortable they might as well just be my own teeth.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/low-angle-woman-meditating-outdoors_23-2148442071.jpg" },
{ id: "3", name: "Linda K.", handle: "Regular Client", testimonial: "Daniel has been amazing, accommodating my work schedule, super friendly and reassuring.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/charming-woman-watching-movie_23-2147790524.jpg" },
{ id: "4", name: "Mark D.", handle: "Anxious Patient", testimonial: "Daniel understands how nervous some patients are when having dental work done. Highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-clapping-while-her-husband-juggling-whole-oranges-kitchen_23-2148128074.jpg" },
{ id: "5", name: "Helen P.", handle: "Denture Wearer", testimonial: "Professional, respectful, and truly attentive to my needs. The best clinic in town.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-man-banner-concept-with-copy-space_23-2149601527.jpg" }
]}
showRating={true}
title="Patient Stories"
@@ -203,42 +106,16 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
title="Our Products"
description="High quality dentures designed for comfort."
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Clinic Info",
items: [
{
label: "39 Nunn St, Benalla VIC 3672",
href: "#",
},
{
label: "Call Us",
href: "tel:+61000000000",
},
],
},
{
title: "Quick Links",
items: [
{
label: "About",
href: "/about",
},
{
label: "Services",
href: "/services",
},
{
label: "Contact",
href: "/contact",
},
],
},
{ title: "Clinic Info", items: [{ label: "39 Nunn St, Benalla VIC 3672", href: "#" }, { label: "Call Us", href: "tel:+61000000000" }] },
{ title: "Quick Links", items: [{ label: "About", href: "/about" }, { label: "Services", href: "/services" }, { label: "Contact", href: "/contact" }] }
]}
bottomLeftText="© 2024 Daniel M Flynn Denture Clinic"
bottomRightText="All rights reserved."