Merge version_2 into main #1
213
src/app/page.tsx
213
src/app/page.tsx
@@ -9,9 +9,9 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import { Shield } from "lucide-react";
|
||||
import { Shield, CheckCircle, Clock, Smile } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="North Brisbane Dental"
|
||||
/>
|
||||
@@ -56,110 +48,73 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Professional Dental Care in North Brisbane"
|
||||
description="Welcome to North Brisbane Dental Clinic, where your comfort and oral health are our primary goals. Experience gentle, state-of-the-art care."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Jane Smith",
|
||||
handle: "@janesmith",
|
||||
testimonial: "Exceptional care and professional staff. I felt completely at ease.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-entrepreneur_1098-15359.jpg",
|
||||
},
|
||||
name: "Jane Smith", handle: "@janesmith", testimonial: "Exceptional care and professional staff. I felt completely at ease.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-entrepreneur_1098-15359.jpg"},
|
||||
{
|
||||
name: "John Doe",
|
||||
handle: "@johndoe",
|
||||
testimonial: "The best dental experience I've had in years.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-healthcare-worker-communicating-with-senior-man-pointing-him-while-being-home-visit_637285-1380.jpg",
|
||||
},
|
||||
name: "John Doe", handle: "@johndoe", testimonial: "The best dental experience I've had in years.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-healthcare-worker-communicating-with-senior-man-pointing-him-while-being-home-visit_637285-1380.jpg"},
|
||||
{
|
||||
name: "Alice Brown",
|
||||
handle: "@aliceb",
|
||||
testimonial: "Professional and very clean clinic, highly recommended.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23917.jpg",
|
||||
},
|
||||
name: "Alice Brown", handle: "@aliceb", testimonial: "Professional and very clean clinic, highly recommended.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23917.jpg"},
|
||||
{
|
||||
name: "Mark Wilson",
|
||||
handle: "@mwilson",
|
||||
testimonial: "Quick and painless procedure. Great staff.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-s-office-interior-with-modern-chair-special-dentisd-equipment-interior-stomatology-clinic_482257-11998.jpg",
|
||||
},
|
||||
name: "Mark Wilson", handle: "@mwilson", testimonial: "Quick and painless procedure. Great staff.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-s-office-interior-with-modern-chair-special-dentisd-equipment-interior-stomatology-clinic_482257-11998.jpg"},
|
||||
{
|
||||
name: "Sarah Lee",
|
||||
handle: "@slee",
|
||||
testimonial: "They made me feel very welcome and comfortable.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-treating-patients-teeth-with-dental-microscope-dentistry-concept_169016-67130.jpg",
|
||||
},
|
||||
name: "Sarah Lee", handle: "@slee", testimonial: "They made me feel very welcome and comfortable.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-treating-patients-teeth-with-dental-microscope-dentistry-concept_169016-67130.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Appointment",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Appointment", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dental-clinic-interior-with-modern-dentistry-equipment-orange-color-stomatology-cabinet-with-nobody-it-orange-equipment-oral-treatment_482257-12486.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/female-doctor-sitting-beside-patient-dental-office_651396-3411.jpg",
|
||||
alt: "Dentist portrait 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/female-doctor-sitting-beside-patient-dental-office_651396-3411.jpg", alt: "Dentist portrait 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-dentist-standing-with-arms-crossed_107420-73977.jpg",
|
||||
alt: "Dentist portrait 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-dentist-standing-with-arms-crossed_107420-73977.jpg", alt: "Dentist portrait 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/joyful-female-dentist-male-patient-sitting-dental-office_651396-2610.jpg",
|
||||
alt: "Dentist portrait 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/joyful-female-dentist-male-patient-sitting-dental-office_651396-2610.jpg", alt: "Dentist portrait 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-female-dentist-treating-patients-teeth-with-dental-microscope-dentistry-concept_169016-67130.jpg",
|
||||
alt: "Dentist portrait 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-female-dentist-treating-patients-teeth-with-dental-microscope-dentistry-concept_169016-67130.jpg", alt: "Dentist portrait 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-spacious-office-dentist_8353-9976.jpg",
|
||||
alt: "Dentist portrait 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-spacious-office-dentist_8353-9976.jpg", alt: "Dentist portrait 5"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "General Dentistry",
|
||||
},
|
||||
type: "text", text: "General Dentistry"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Cosmetic Care",
|
||||
},
|
||||
type: "text", text: "Cosmetic Care"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Emergency Services",
|
||||
},
|
||||
type: "text", text: "Emergency Services"},
|
||||
{
|
||||
type: "text",
|
||||
text: "State-of-the-art",
|
||||
},
|
||||
type: "text", text: "State-of-the-art"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Gentle Care",
|
||||
},
|
||||
type: "text", text: "Gentle Care"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TestimonialAboutCard
|
||||
useInvertedBackground={true}
|
||||
<SplitAbout
|
||||
tag="Our Clinic"
|
||||
title="Committed to Your Healthy Smile"
|
||||
description="Our dedicated team provides a full range of dental services in a warm and welcoming environment."
|
||||
subdescription="We believe that everyone deserves a healthy, confident smile."
|
||||
icon={Shield}
|
||||
bulletPoints={[
|
||||
{ title: "Expert Care", description: "Experienced dental professionals.", icon: Shield },
|
||||
{ title: "Modern Tech", description: "Latest tools for gentle treatments.", icon: CheckCircle },
|
||||
{ title: "Comfort First", description: "Relaxing and friendly atmosphere.", icon: Clock },
|
||||
{ title: "Patient Focused", description: "Care tailored to your needs.", icon: Smile }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/professional-dentist-tools-dental-office_1204-393.jpg"
|
||||
imagePosition="right"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -170,20 +125,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "General Dentistry",
|
||||
description: "Preventative care, exams, and fillings.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waiting-room-lobby-with-empty-reception-counter-desk-give-help-support-patients-with-consultation-appointments-professional-treatment-space-with-checkup-visits-clinical-exam_482257-50526.jpg",
|
||||
},
|
||||
title: "General Dentistry", description: "Preventative care, exams, and fillings.", imageSrc: "http://img.b2bpic.net/free-photo/waiting-room-lobby-with-empty-reception-counter-desk-give-help-support-patients-with-consultation-appointments-professional-treatment-space-with-checkup-visits-clinical-exam_482257-50526.jpg"},
|
||||
{
|
||||
title: "Cosmetic Dentistry",
|
||||
description: "Transform your smile with whitening and veneers.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-dentist-treating-patient-clinic_23-2147906074.jpg",
|
||||
},
|
||||
title: "Cosmetic Dentistry", description: "Transform your smile with whitening and veneers.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-dentist-treating-patient-clinic_23-2147906074.jpg"},
|
||||
{
|
||||
title: "Emergency Care",
|
||||
description: "Prompt support for urgent dental pain.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beuatiful-female-dentist-posing-smiling-with-her-lovely-patient-laying-dental-chair-redviolet-dress_627829-9777.jpg",
|
||||
},
|
||||
title: "Emergency Care", description: "Prompt support for urgent dental pain.", imageSrc: "http://img.b2bpic.net/free-photo/beuatiful-female-dentist-posing-smiling-with-her-lovely-patient-laying-dental-chair-redviolet-dress_627829-9777.jpg"},
|
||||
]}
|
||||
title="Comprehensive Dental Services"
|
||||
description="Tailored solutions for every age and dental need."
|
||||
@@ -197,20 +143,11 @@ export default function LandingPage() {
|
||||
tag="Key Facts"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "15+",
|
||||
description: "Years of Serving North Brisbane",
|
||||
},
|
||||
id: "1", value: "15+", description: "Years of Serving North Brisbane"},
|
||||
{
|
||||
id: "2",
|
||||
value: "10k+",
|
||||
description: "Smiles Transformed",
|
||||
},
|
||||
id: "2", value: "10k+", description: "Smiles Transformed"},
|
||||
{
|
||||
id: "3",
|
||||
value: "99%",
|
||||
description: "Patient Satisfaction Rate",
|
||||
},
|
||||
id: "3", value: "99%", description: "Patient Satisfaction Rate"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -224,25 +161,15 @@ export default function LandingPage() {
|
||||
author="Sarah Miller"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/brunette-blogger-doing-her-make-up_23-2148192218.jpg",
|
||||
alt: "Sarah",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/brunette-blogger-doing-her-make-up_23-2148192218.jpg", alt: "Sarah"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/doctor-preparing-consult_23-2149309927.jpg",
|
||||
alt: "John",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/doctor-preparing-consult_23-2149309927.jpg", alt: "John"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-dentist_23-2148396152.jpg",
|
||||
alt: "Emily",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-dentist_23-2148396152.jpg", alt: "Emily"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/old-man-sitting-car-salon-talking-with-manager_1157-31999.jpg",
|
||||
alt: "David",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/old-man-sitting-car-salon-talking-with-manager_1157-31999.jpg", alt: "David"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-man-smiling-close-up_23-2148508995.jpg",
|
||||
alt: "Jessica",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-man-smiling-close-up_23-2148508995.jpg", alt: "Jessica"},
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -254,20 +181,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How often should I have a dental checkup?",
|
||||
content: "We generally recommend bi-annual cleanings and exams.",
|
||||
},
|
||||
id: "q1", title: "How often should I have a dental checkup?", content: "We generally recommend bi-annual cleanings and exams."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you accept new patients?",
|
||||
content: "Yes, we are always welcoming new patients.",
|
||||
},
|
||||
id: "q2", title: "Do you accept new patients?", content: "Yes, we are always welcoming new patients."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "What insurance do you accept?",
|
||||
content: "We work with most major private health insurance providers.",
|
||||
},
|
||||
id: "q3", title: "What insurance do you accept?", content: "We work with most major private health insurance providers."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Get clear answers to the most common questions."
|
||||
@@ -279,8 +197,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-static-grid",
|
||||
}}
|
||||
variant: "rotated-rays-static-grid"}}
|
||||
tag="Get in Touch"
|
||||
title="Ready to book your appointment?"
|
||||
description="Call us today or send an enquiry and we'll reach out."
|
||||
@@ -291,29 +208,19 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Clinic",
|
||||
items: [
|
||||
title: "Clinic", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -324,4 +231,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user