Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-14 16:48:20 +00:00

View File

@@ -9,7 +9,7 @@ import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterBase from '@/components/sections/footer/FooterBase';
import { Award, Sparkles, Zap, Star } from 'lucide-react';
import { Award, Sparkles, Zap, Star, Phone, Clock, MapPin } from 'lucide-react';
export default function LandingPage() {
return (
@@ -27,11 +27,11 @@ export default function LandingPage() {
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="Luminous Dental"
brandName="Studio Dentistico Coppola"
navItems={[
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
{ name: "Technology", id: "technology" },
{ name: "Technology", id: "features" },
{ name: "Testimonials", id: "testimonials" }
]}
button={{ text: "Book Appointment", href: "#contact" }}
@@ -46,15 +46,15 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitKpi
title="Exceptional Dental Care, Delivered with Luxury"
description="Experience dentistry reimagined. Precision technology meets compassionate care in our state-of-the-art practice. Every visit is crafted for your comfort and confidence."
description="Experience dentistry reimagined at Studio Dentistico Coppola. Precision technology meets compassionate care in our state-of-the-art practice in Alessano. Every visit is crafted for your comfort and confidence."
background={{ variant: "plain" }}
kpis={[
{ value: "25+", label: "Years of Excellence" },
{ value: "10,000+", label: "Smiles Transformed" },
{ value: "5.0★", label: "96 Reviews" },
{ value: "25+", label: "Years Experience" },
{ value: "100%", label: "Patient Satisfaction" }
]}
enableKpiAnimation={true}
tag="Premium Dental Practice"
tag="Premium Dental Practice - Alessano, LE"
tagIcon={Sparkles}
tagAnimation="slide-up"
buttons={[
@@ -118,8 +118,10 @@ export default function LandingPage() {
<div id="about" data-section="about">
<InlineImageSplitTextAbout
heading={[{ type: "text", content: "Dedicated to Your Dental Excellence" }]}
buttons={[{ text: "Meet Our Team", href: "#contact" }]}
heading={[
{ type: "text", content: "Studio Dentistico Coppola: Your Trusted Partner in Dental Excellence" }
]}
buttons={[{ text: "Contact Us", href: "#contact" }]}
buttonAnimation="blur-reveal"
useInvertedBackground={false}
className="py-20"
@@ -213,7 +215,7 @@ export default function LandingPage() {
<ContactSplit
tag="Get In Touch"
title="Schedule Your Transformation"
description="Book your consultation today and discover how we can create your ideal smile. Our scheduling team is ready to find the perfect appointment time."
description="Studio Dentistico Coppola is located in Alessano, LE, Italy. We're open Monday-Wednesday 09:00-13:00 and 15:00-19:00, Thursday 15:00-20:00, Friday 09:00-13:00 and 15:00-19:00. Book your consultation today at +39 353 351 4329."
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "plain" }}
@@ -241,8 +243,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBase
logoText="Luminous Dental"
copyrightText="© 2025 Luminous Dental. All rights reserved."
logoText="Studio Dentistico Coppola"
copyrightText="© 2025 Studio Dentistico Coppola. All rights reserved. Via Portanova 33, Alessano LE, Italy | Phone: +39 353 351 4329"
columns={[
{
title: "Services", items: [
@@ -261,18 +263,18 @@ export default function LandingPage() {
]
},
{
title: "Support", items: [
{ label: "Contact", href: "#contact" },
title: "Contact", items: [
{ label: "Phone: +39 353 351 4329", href: "tel:+39353351432" },
{ label: "Via Portanova 33, Alessano LE", href: "#" },
{ label: "Book Appointment", href: "#contact" },
{ label: "Patient Portal", href: "#" },
{ label: "Insurance", href: "#" }
{ label: "Hours & Info", href: "#contact" }
]
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "HIPAA Notice", href: "#" },
{ label: "Data Protection", href: "#" },
{ label: "Cookie Policy", href: "#" }
]
}