Merge version_2 into main #1
145
src/app/page.tsx
145
src/app/page.tsx
@@ -35,8 +35,7 @@ export default function LuxuryDentistPage() {
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Schedule Consultation",
|
||||
href: "#contact"
|
||||
text: "Schedule Consultation", href: "#contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -77,34 +76,16 @@ export default function LuxuryDentistPage() {
|
||||
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: "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: "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"
|
||||
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={[
|
||||
@@ -138,75 +119,30 @@ export default function LuxuryDentistPage() {
|
||||
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: "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: "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"}
|
||||
]}
|
||||
/>
|
||||
</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"
|
||||
title="ماذا يقول مرضانا"
|
||||
description="اكتشف لماذا يثق بنا مئات المرضى المميزين في بغداد للحصول على رعاية الأسنان وتحويل ابتساماتهم."
|
||||
tag="آراء المرضى"
|
||||
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: "1", name: "جينيفر مارتينيز", handle: "مريضة من بغداد", testimonial: "كانت هذه أروع تجربة علاج أسنان على الإطلاق. تجاوزت النتائج توقعاتي وكان الاهتمام بالتفاصيل استثنائيًا.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/testimonial/testimonial1.webp", imageAlt: "جينيفر مارتينيز"
|
||||
},
|
||||
{
|
||||
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: "2", name: "روبرت تشين", handle: "مدير تنفيذي", testimonial: "أخيرًا وجدت طبيب أسنان يفهم الجمال والوظيفة. ابتسامتي الآن هي مصدر ثقتي. أوصي بشدة لأي شخص جاد بشأن الجودة.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/testimonial/testimonial2.webp", imageAlt: "روبرت تشين"
|
||||
},
|
||||
{
|
||||
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: "3", name: "سارة ويليامز", handle: "صناعة الترفيه", testimonial: "هذا هو المكان الذي يلتقي فيه الفن بالعلم. لقد غيّر تحويل ابتسامتي حياتي. الخبرة هنا لا مثيل لها.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/testimonial/testimonial3.webp", imageAlt: "سارة ويليامز"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -214,52 +150,49 @@ export default function LuxuryDentistPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Get In Touch"
|
||||
tag="تواصل معنا"
|
||||
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."
|
||||
title="احجز تجربتك الفاخرة لطب الأسنان"
|
||||
description="تواصل مع فريقنا لمناقشة أهداف ابتسامتك واكتشاف كيف يمكن لعلاجاتنا المخصصة أن تغير صحة أسنانك وثقتك بنفسك.\nموقع العيادة: بغداد - اليرموك - شارع البرج.\nرقم الهاتف: 078012345678.\nساعات العمل: الأحد - الخميس 9:00 صباحًا - 5:00 مساءً."
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={true}
|
||||
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"
|
||||
imageAlt="غرفة استشارة مريحة في عيادة الأسنان الفاخرة لدينا"
|
||||
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."
|
||||
inputPlaceholder="أدخل بريدك الإلكتروني"
|
||||
buttonText="ابدأ الآن"
|
||||
termsText="نحن نحترم خصوصيتك. يمكنك إلغاء الاشتراك في أي وقت. ابتسامتك تستحق أفضل رعاية."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
logoText="Luxury Dental Care California"
|
||||
copyrightText="© 2025 Luxury Dental Care | Premium Dentistry Since 2005"
|
||||
logoText="الرعاية الفاخرة للأسنان بغداد"
|
||||
copyrightText="© 2025 الرعاية الفاخرة للأسنان | طب أسنان فاخر منذ 2005"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{ label: "Cosmetic Dentistry", href: "#services" },
|
||||
{ label: "Dental Implants", href: "#services" },
|
||||
{ label: "Orthodontics", href: "#services" },
|
||||
{ label: "Restorative Care", href: "#services" }
|
||||
title: "خدمات", items: [
|
||||
{ label: "تجميل الأسنان", href: "#services" },
|
||||
{ label: "زراعة الأسنان", href: "#services" },
|
||||
{ label: "تقويم الأسنان", href: "#services" },
|
||||
{ label: "العناية الترميمية", 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: "العيادة", items: [
|
||||
{ label: "من نحن", href: "#about" },
|
||||
{ label: "فريقنا", href: "#testimonials" },
|
||||
{ label: "التكنولوجيا", href: "#features" },
|
||||
{ label: "اتصل بنا", 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: "تواصل", items: [
|
||||
{ label: "انستغرام", href: "https://instagram.com" },
|
||||
{ label: "فيسبوك", href: "https://facebook.com" },
|
||||
{ label: "تقييمات جوجل", href: "https://google.com" },
|
||||
{ label: "معرض الابتسامات", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
|
||||
@@ -11,7 +11,7 @@ html {
|
||||
body {
|
||||
background-color: var(--background);
|
||||
color: var(--foreground);
|
||||
font-family: var(--font-inter-tight), sans-serif;
|
||||
font-family: var(--font-lato), sans-serif;
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
overscroll-behavior: none;
|
||||
@@ -24,5 +24,5 @@ h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: var(--font-inter-tight), sans-serif;
|
||||
font-family: var(--font-playfair-display), serif;
|
||||
}
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f7f6f7;
|
||||
--card: #ffffff;
|
||||
--foreground: #0c1325;
|
||||
--primary-cta: #0798ff;
|
||||
--primary-cta-text: #f7f6f7;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #0c1325;
|
||||
--accent: #93c7ff;
|
||||
--background-accent: #a8cde8;
|
||||
--background: #ffffff;
|
||||
--card: #f5f5f5;
|
||||
--foreground: #1a1a1a;
|
||||
--primary-cta: #0D6E6E;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #C9A84C;
|
||||
--secondary-cta-text: #1a1a1a;
|
||||
--accent: #C9A84C;
|
||||
--background-accent: #e0f2f2;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user