5 Commits

Author SHA1 Message Date
cb5a25dea4 Merge version_2 into main
Merge version_2 into main
2026-04-21 05:42:03 +00:00
06c37c7f31 Update src/app/page.tsx 2026-04-21 05:42:00 +00:00
dfc8ba6a27 Merge version_2 into main
Merge version_2 into main
2026-04-21 05:41:36 +00:00
1ae080f9cb Update src/app/styles/variables.css 2026-04-21 05:41:33 +00:00
450f72006b Update src/app/page.tsx 2026-04-21 05:41:33 +00:00
2 changed files with 62 additions and 179 deletions

View File

@@ -6,10 +6,10 @@ import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterBase from '@/components/sections/footer/FooterBase';
import { Sparkles, Smile, Star, Mail } from 'lucide-react';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import { Sparkles, Award } from 'lucide-react';
export default function LuxuryDentistPage() {
return (
@@ -27,244 +27,127 @@ export default function LuxuryDentistPage() {
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="Luxury Dental Care"
brandName="Ajman Dental Excellence"
navItems={[
{ name: "Home", id: "hero" },
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
{ name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" }
]}
button={{
text: "Schedule Consultation",
href: "#contact"
text: "Book Appointment", href: "#contact"
}}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitKpi
title="California's Premier Luxury Dental Practice"
description="Experience world-class cosmetic and restorative dentistry with cutting-edge technology. Our award-winning dentists are committed to creating stunning smiles with personalized care and exceptional attention to detail."
tag="Excellence Since 2005"
title="Bilingual Precision Dentistry in Ajman"
description="Experience world-class cosmetic and restorative dentistry with cutting-edge technology, served with warmth in both Arabic and English."
tag="Excellence in Dental Care"
tagIcon={Sparkles}
background={{ variant: "glowing-orb" }}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/hero/hero1.avif"
imageAlt="Modern luxury dental practice with state-of-the-art equipment"
imagePosition="right"
imageAlt="Modern luxury dental practice"
kpis={[
{ value: "5000+", label: "Satisfied Patients" },
{ value: "99.8%", label: "Satisfaction Rate" },
{ value: "15+", label: "Industry Awards" }
{ value: "10k+", label: "Happy Patients" },
{ value: "20+", label: "Years Combined Exp" },
{ value: "100%", label: "Safety Guaranteed" }
]}
enableKpiAnimation={true}
buttons={[
{ text: "View Our Services", href: "#services" },
{ text: "Book Your Visit", href: "#contact" }
{ text: "View Services", href: "#services" },
{ text: "Contact Us", href: "#contact" }
]}
mediaAnimation="slide-up"
/>
</div>
<div id="services" data-section="services">
<ProductCardTwo
title="Our Signature Services"
description="From cosmetic enhancement to restorative excellence, our comprehensive services transform smiles and improve oral health with precision and artistry."
tag="Premium Dental Services"
tagIcon={Smile}
textboxLayout="default"
animationType="slide-up"
title="Signature Dental Services"
description="Comprehensive solutions for your dental health, ensuring comfort and aesthetic perfection."
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
products={[
{
id: "1",
brand: "Cosmetic",
name: "Smile Design & Whitening",
price: "From $500",
rating: 5,
reviewCount: "234",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/services/service1.avif",
imageAlt: "Cosmetic smile design consultation"
},
{
id: "2",
brand: "Restorative",
name: "Dental Implants & Crowns",
price: "From $1,200",
rating: 5,
reviewCount: "312",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/services/service2.avif",
imageAlt: "Advanced dental implant technology"
},
{
id: "3",
brand: "Advanced",
name: "Orthodontics & Aligners",
price: "From $800",
rating: 5,
reviewCount: "289",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/services/service3.avif",
imageAlt: "Clear aligner orthodontic treatment"
}
]}
buttons={[
{ text: "Schedule Consultation", href: "#contact" }
{ id: "1", brand: "Cosmetic", name: "Smile Makeover", price: "Custom", rating: 5, reviewCount: "400", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/services/service1.avif" },
{ id: "2", brand: "Family", name: "General Dentistry", price: "Standard", rating: 5, reviewCount: "800", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/services/service2.avif" },
{ id: "3", brand: "Restorative", name: "Dental Implants", price: "Competitive", rating: 5, reviewCount: "200", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/services/service3.avif" }
]}
/>
</div>
<div id="about" data-section="about">
<InlineImageSplitTextAbout
heading={[
{ type: "text", content: "Trusted Excellence in Dental Care Across California" }
]}
heading={[{ type: "text", content: "Accredited Quality in Ajman" }]}
useInvertedBackground={false}
buttons={[
{ text: "Meet Our Team", href: "#testimonials" },
{ text: "Learn More", href: "#contact" }
]}
buttons={[{ text: "See Certifications", href: "#features" }]}
/>
</div>
<div id="features" data-section="features">
<FeatureCardOne
title="Why Choose Our Luxury Practice"
description="We combine artistic excellence with scientific precision, utilizing the latest technology and techniques to deliver transformative results that exceed expectations."
tag="Premium Dental Excellence"
tagIcon={Star}
title="Certifications & Trust"
description="We pride ourselves on meeting international standards for safety and excellence."
tag="Accreditations"
tagIcon={Award}
textboxLayout="default"
animationType="slide-up"
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
features={[
{
title: "Digital Technology",
description: "3D imaging, intraoral cameras, and computer-aided design for precise diagnostics and treatment planning",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/about/about1.avif",
},
{
title: "Master Craftsmanship",
description: "Award-winning dentists with decades of experience in cosmetic and restorative excellence",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/about/about2.avif",
}
{ title: "ISO Accredited", description: "Our clinic meets global health safety standards", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/about/about1.avif" },
{ title: "Expert Staff", description: "Certified dental specialists trained in modern techniques", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/about/about2.avif" }
]}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
title="What Our Patients Say"
description="Discover why hundreds of California's discerning patients trust us for their dental care and smile transformations"
tag="Patient Reviews"
<TestimonialCardSixteen
title="Patient Testimonials"
description="Hear from our patients about their experiences at our Ajman clinic."
kpiItems={[
{ value: "5.0", label: "Average Rating" },
{ value: "5000+", label: "Smiles Crafted" },
{ value: "98%", label: "Patient Retention" }
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
testimonials={[
{
id: "1",
name: "Jennifer Martinez",
handle: "San Diego Patient",
testimonial: "The most professional and caring dental experience I've ever had. The results exceeded my expectations and the attention to detail is extraordinary.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/testimonial/testimonial1.webp",
imageAlt: "Jennifer Martinez"
},
{
id: "2",
name: "Robert Chen",
handle: "Business Executive",
testimonial: "Finally found a dentist who understands aesthetics and function. My smile is now my confidence. Highly recommended to anyone serious about quality.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/testimonial/testimonial2.webp",
imageAlt: "Robert Chen"
},
{
id: "3",
name: "Sarah Williams",
handle: "Entertainment Industry",
testimonial: "This is the place where art meets science. My smile transformation has been life-changing. The expertise here is unmatched.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/testimonial/testimonial3.webp",
imageAlt: "Sarah Williams"
},
{
id: "4",
name: "Michael Torres",
handle: "Loyal Patient",
testimonial: "I've been a patient for 8 years. The consistent excellence, warm staff, and cutting-edge treatments keep me coming back with confidence.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image5.avif",
imageAlt: "Michael Torres"
},
{
id: "5",
name: "Amanda Rodriguez",
handle: "Social Media Influencer",
testimonial: "When your smile matters for your career, you go to the best. This practice delivered a smile that's both beautiful and natural-looking.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image6.avif",
imageAlt: "Amanda Rodriguez"
},
{
id: "6",
name: "David Kim",
handle: "Healthcare Professional",
testimonial: "The clinical precision combined with artistic vision is remarkable. This team truly understands comprehensive dental care at the highest level.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image7.avif",
imageAlt: "David Kim"
}
{ id: "1", name: "Ahmed Al-Mansouri", role: "Local Resident", company: "Ajman", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/testimonial/testimonial1.webp" },
{ id: "2", name: "Sarah Miller", role: "Expatriate", company: "Ajman", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/testimonial/testimonial2.webp" }
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactSplit
tag="Get In Touch"
tagIcon={Mail}
title="Schedule Your Luxury Dental Experience"
description="Connect with our team to discuss your smile goals and discover how our personalized treatments can transform your dental health and confidence."
tag="Location & Contact"
title="Visit Us in Ajman"
description="We provide bilingual support. Schedule your visit today at our convenient location."
background={{ variant: "plain" }}
useInvertedBackground={true}
useInvertedBackground={false}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/contact/contact.avif"
imageAlt="Comfortable consultation room at our luxury dental practice"
mediaPosition="right"
mediaAnimation="slide-up"
inputPlaceholder="Enter your email"
buttonText="Get Started"
termsText="We respect your privacy. Unsubscribe anytime. Your smile deserves the best care."
mediaPosition="left"
inputPlaceholder="Your Name / اسمك"
buttonText="Submit / إرسال"
termsText="We speak English & Arabic. We value your confidentiality."
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
logoText="Luxury Dental Care California"
copyrightText="© 2025 Luxury Dental Care | Premium Dentistry Since 2005"
<FooterBaseReveal
logoText="Ajman Dental"
columns={[
{
title: "Services",
items: [
{ label: "Cosmetic Dentistry", href: "#services" },
{ label: "Dental Implants", href: "#services" },
{ label: "Orthodontics", href: "#services" },
{ label: "Restorative Care", href: "#services" }
]
},
{
title: "Practice",
items: [
{ label: "About Us", href: "#about" },
{ label: "Our Team", href: "#testimonials" },
{ label: "Technology", href: "#features" },
{ label: "Contact Us", href: "#contact" }
]
},
{
title: "Connect",
items: [
{ label: "Instagram", href: "https://instagram.com" },
{ label: "Facebook", href: "https://facebook.com" },
{ label: "Google Reviews", href: "https://google.com" },
{ label: "Smile Gallery", href: "#" }
]
}
{ title: "Services", items: [{ label: "Consultation", href: "#services" }, { label: "Dental Care", href: "#services" }] },
{ title: "Clinic Info", items: [{ label: "Ajman Location", href: "#" }, { label: "Working Hours", href: "#" }] },
{ title: "Legal", items: [{ label: "Terms", href: "#" }, { label: "Privacy", href: "#" }] }
]}
copyrightText="© 2025 Ajman Dental Care"
/>
</div>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f7f6f7;
--card: #ffffff;
--foreground: #0c1325;
--primary-cta: #0798ff;
--background: #f5faff;
--card: #f1f8ff;
--foreground: #001122;
--primary-cta: #15479c;
--primary-cta-text: #f7f6f7;
--secondary-cta: #ffffff;
--secondary-cta-text: #0c1325;
--accent: #93c7ff;
--background-accent: #a8cde8;
--accent: #a8cce8;
--background-accent: #7ba3cf;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);