Merge version_1 into main #1
283
src/app/page.tsx
283
src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import { Award, Coffee, Leaf, Music, Smile, Sparkles } from "lucide-react";
|
||||
import { Award, Smile, Sparkles, Leaf, Music, Coffee } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -32,26 +32,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Experience",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "Transformations",
|
||||
id: "#transformations",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
{
|
||||
name: "The Team",
|
||||
id: "#team",
|
||||
},
|
||||
{
|
||||
name: "Book Now",
|
||||
id: "#booking",
|
||||
},
|
||||
{ name: "Experience", id: "#hero" },
|
||||
{ name: "Transformations", id: "#transformations" },
|
||||
{ name: "Services", id: "#services" },
|
||||
{ name: "The Team", id: "#team" },
|
||||
{ name: "Book Now", id: "#booking" },
|
||||
]}
|
||||
brandName="Aura Dental"
|
||||
/>
|
||||
@@ -61,68 +46,28 @@ export default function LandingPage() {
|
||||
<HeroCarouselLogo
|
||||
logoText="AURA DENTAL"
|
||||
description="Redefining the dental experience through quiet luxury, precision artistry, and transformative confidence."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Transformation",
|
||||
href: "#booking",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Book Your Transformation", href: "#booking" }]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23915.jpg",
|
||||
imageAlt: "Luxurious serene dental clinic",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/winter-sports-equipment-complex_482257-76748.jpg",
|
||||
imageAlt: "Serene dental clinic reception",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-spacious-office-dentist_8353-9976.jpg",
|
||||
imageAlt: "Comfortable treatment suite",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-dentist-wearing-face-mask_23-2149164285.jpg",
|
||||
imageAlt: "Natural light in clinic",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/defocused-waiting-zone_1203-371.jpg",
|
||||
imageAlt: "Calming aesthetic details",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/groom-morning-preparing-wedding-posing-camera_1153-5935.jpg",
|
||||
imageAlt: "Modern dental spa interior",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23915.jpg", imageAlt: "Luxurious serene dental clinic" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/winter-sports-equipment-complex_482257-76748.jpg", imageAlt: "Serene dental clinic reception" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-spacious-office-dentist_8353-9976.jpg", imageAlt: "Comfortable treatment suite" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-dentist-wearing-face-mask_23-2149164285.jpg", imageAlt: "Natural light in clinic" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/defocused-waiting-zone_1203-371.jpg", imageAlt: "Calming aesthetic details" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/groom-morning-preparing-wedding-posing-camera_1153-5935.jpg", imageAlt: "Modern dental spa interior" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="trust" data-section="trust">
|
||||
<MetricCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15+",
|
||||
title: "Years of Excellence",
|
||||
description: "Dedicated to artistic dentistry",
|
||||
icon: Award,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "5k+",
|
||||
title: "Smiles Transformed",
|
||||
description: "Patients feeling more confident",
|
||||
icon: Sparkles,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "99%",
|
||||
title: "Patient Comfort",
|
||||
description: "Clinically proven satisfaction",
|
||||
icon: Smile,
|
||||
},
|
||||
{ id: "m1", value: "15+", title: "Years of Excellence", description: "Dedicated to artistic dentistry", icon: Award },
|
||||
{ id: "m2", value: "5k+", title: "Smiles Transformed", description: "Patients feeling more confident", icon: Sparkles },
|
||||
{ id: "m3", value: "99%", title: "Patient Comfort", description: "Clinically proven satisfaction", icon: Smile }
|
||||
]}
|
||||
title="A Legacy of Trust"
|
||||
description="Excellence defined by thousands of restored smiles and years of dedicated clinical artistry."
|
||||
@@ -134,24 +79,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Veneers Artistry",
|
||||
description: "Hand-sculpted porcelain to perfect your unique silhouette.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-representation-dental-health-hygiene_23-2150473210.jpg",
|
||||
imageAlt: "Veneers transformation",
|
||||
},
|
||||
{
|
||||
title: "Whitening Rituals",
|
||||
description: "Professional-grade brightness, gentle on your enamel.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/emotional-ecstatic-cute-young-female-with-blonde-bob-hairdo-nose-ring-exclaiming-excitedly-having-overjoyed-look-cheering-rejoicing-success-looking-with-broad-radiant-smile-biting-lip_343059-4640.jpg",
|
||||
imageAlt: "Teeth whitening",
|
||||
},
|
||||
{
|
||||
title: "Invisible Alignment",
|
||||
description: "Discrete solutions for a naturally straight smile.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-business-women-office_1301-3610.jpg",
|
||||
imageAlt: "Alignment results",
|
||||
},
|
||||
{ title: "Veneers Artistry", description: "Hand-sculpted porcelain to perfect your unique silhouette.", imageSrc: "http://img.b2bpic.net/free-photo/3d-representation-dental-health-hygiene_23-2150473210.jpg", imageAlt: "Veneers transformation" },
|
||||
{ title: "Whitening Rituals", description: "Professional-grade brightness, gentle on your enamel.", imageSrc: "http://img.b2bpic.net/free-photo/emotional-ecstatic-cute-young-female-with-blonde-bob-hairdo-nose-ring-exclaiming-excitedly-having-overjoyed-look-cheering-rejoicing-success-looking-with-broad-radiant-smile-biting-lip_343059-4640.jpg", imageAlt: "Teeth whitening" },
|
||||
{ title: "Invisible Alignment", description: "Discrete solutions for a naturally straight smile.", imageSrc: "http://img.b2bpic.net/free-photo/two-business-women-office_1301-3610.jpg", imageAlt: "Alignment results" }
|
||||
]}
|
||||
title="Confidence Reimagined"
|
||||
description="We don't just restore teeth; we craft identities. Every transformation is designed to enhance your natural beauty."
|
||||
@@ -165,42 +95,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Consultation",
|
||||
price: "Complimentary",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-asian-woman-touches-finger-finger-with-big-smiles_1150-51886.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Smile Design",
|
||||
price: "Custom",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/they-always-everything-same-time_329181-10706.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Porcelain Crowns",
|
||||
price: "Custom",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-representation-dental-health-hygiene_23-2150473211.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Dental Implants",
|
||||
price: "Custom",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blisful-girl-posing-with-trendy-black-head-scarf-studio-shot-positive-female-model-turban-laughing-pink-background_197531-25883.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "General Care",
|
||||
price: "Bespoke",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-natural-young-woman-showing-okay-sign-eye-smiling-approve-something-recommending-product-standing-white-background_176420-52090.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Night Guards",
|
||||
price: "Custom",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-eating-sweet-candy-desert_23-2149675166.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Consultation", price: "Complimentary", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-asian-woman-touches-finger-finger-with-big-smiles_1150-51886.jpg" },
|
||||
{ id: "p2", name: "Smile Design", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/they-always-everything-same-time_329181-10706.jpg" },
|
||||
{ id: "p3", name: "Porcelain Crowns", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/3d-representation-dental-health-hygiene_23-2150473211.jpg" },
|
||||
{ id: "p4", name: "Dental Implants", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/blisful-girl-posing-with-trendy-black-head-scarf-studio-shot-positive-female-model-turban-laughing-pink-background_197531-25883.jpg" },
|
||||
{ id: "p5", name: "General Care", price: "Bespoke", imageSrc: "http://img.b2bpic.net/free-photo/close-up-natural-young-woman-showing-okay-sign-eye-smiling-approve-something-recommending-product-standing-white-background_176420-52090.jpg" },
|
||||
{ id: "p6", name: "Night Guards", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/person-eating-sweet-candy-desert_23-2149675166.jpg" }
|
||||
]}
|
||||
title="Your Curated Care"
|
||||
description="A bespoke approach to oral health and aesthetic enhancement."
|
||||
@@ -209,31 +109,14 @@ export default function LandingPage() {
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
members={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Dr. Sarah Miller",
|
||||
role: "Principal Dentist",
|
||||
description: "Artistry meets precision.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-doctor-confidently-looking-camera-isolated-white-background-copy-space_574295-2110.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Dr. James Chen",
|
||||
role: "Cosmetic Specialist",
|
||||
description: "Expert in natural outcomes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-mask-dentistry-concept-dental-treatment_169016-67174.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Dr. Elena Rossi",
|
||||
role: "Orthodontic Lead",
|
||||
description: "Crafting perfect alignment.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/patient-checking-her-teeth-mirror_107420-74171.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Dr. Sarah Miller", role: "Principal Dentist", description: "Artistry meets precision.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-doctor-confidently-looking-camera-isolated-white-background-copy-space_574295-2110.jpg" },
|
||||
{ id: "t2", name: "Dr. James Chen", role: "Cosmetic Specialist", description: "Expert in natural outcomes.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-mask-dentistry-concept-dental-treatment_169016-67174.jpg" },
|
||||
{ id: "t3", name: "Dr. Elena Rossi", role: "Orthodontic Lead", description: "Crafting perfect alignment.", imageSrc: "http://img.b2bpic.net/free-photo/patient-checking-her-teeth-mirror_107420-74171.jpg" }
|
||||
]}
|
||||
title="Meet Your Artisans"
|
||||
description="Our team blends decades of expertise with an empathetic approach to your comfort."
|
||||
@@ -242,51 +125,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Jane D.",
|
||||
handle: "@janed",
|
||||
testimonial: "A truly transformative experience.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15168.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mark S.",
|
||||
handle: "@marks",
|
||||
testimonial: "I never thought my smile could look this natural.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-secret-calm-side-vietnamese_1262-1122.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Lucy K.",
|
||||
handle: "@lucyk",
|
||||
testimonial: "Professional, kind, and incredibly gentle.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-patient-bed-physiotherapy-center_1139-1121.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Tom R.",
|
||||
handle: "@tomr",
|
||||
testimonial: "Dr. Miller is a true artist. Simply amazing.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-smiles-toothily-keeps-eyes-closed-wears-round-transparent-glasses-pink-jacket-being-good-mood-isolated-blue_273609-56371.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Sarah P.",
|
||||
handle: "@sarahp",
|
||||
testimonial: "The best clinic I have ever visited in Australia.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-dentists-office-dentist-examining-child-patients-teeth-dentistry-concept_169016-67014.jpg",
|
||||
},
|
||||
]}
|
||||
showRating={true}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Jane D.", handle: "@janed", testimonial: "A truly transformative experience.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/joyful-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15168.jpg" },
|
||||
{ id: "t2", name: "Mark S.", handle: "@marks", testimonial: "I never thought my smile could look this natural.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-secret-calm-side-vietnamese_1262-1122.jpg" },
|
||||
{ id: "t3", name: "Lucy K.", handle: "@lucyk", testimonial: "Professional, kind, and incredibly gentle.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-female-patient-bed-physiotherapy-center_1139-1121.jpg" },
|
||||
{ id: "t4", name: "Tom R.", handle: "@tomr", testimonial: "Dr. Miller is a true artist. Simply amazing.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-smiles-toothily-keeps-eyes-closed-wears-round-transparent-glasses-pink-jacket-being-good-mood-isolated-blue_273609-56371.jpg" },
|
||||
{ id: "t5", name: "Sarah P.", handle: "@sarahp", testimonial: "The best clinic I have ever visited in Australia.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/girl-dentists-office-dentist-examining-child-patients-teeth-dentistry-concept_169016-67014.jpg" }
|
||||
]}
|
||||
title="Patient Journeys"
|
||||
description="Real stories from those who rediscovered their confidence."
|
||||
/>
|
||||
@@ -297,21 +146,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Designed for Peace"
|
||||
metrics={[
|
||||
{
|
||||
icon: Leaf,
|
||||
label: "Soothing Ambiance",
|
||||
value: "Serene",
|
||||
},
|
||||
{
|
||||
icon: Music,
|
||||
label: "Calming Sounds",
|
||||
value: "Relaxing",
|
||||
},
|
||||
{
|
||||
icon: Coffee,
|
||||
label: "Refreshment Rituals",
|
||||
value: "Bespoke",
|
||||
},
|
||||
{ icon: Leaf, label: "Soothing Ambiance", value: "Serene" },
|
||||
{ icon: Music, label: "Calming Sounds", value: "Relaxing" },
|
||||
{ icon: Coffee, label: "Refreshment Rituals", value: "Bespoke" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -320,9 +157,7 @@ export default function LandingPage() {
|
||||
<div id="booking" data-section="booking">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Get Started"
|
||||
title="Begin Your Transformation"
|
||||
description="Schedule a private consultation and step into a more confident version of yourself."
|
||||
@@ -335,38 +170,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Transformations",
|
||||
href: "#transformations",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Book Now",
|
||||
href: "#booking",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "Transformations", href: "#transformations" }, { label: "Services", href: "#services" }, { label: "Book Now", href: "#booking" }] },
|
||||
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Contact Us", href: "#" }] }
|
||||
]}
|
||||
logoText="AURA DENTAL"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user