Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 2026-03-12 15:10:38 +00:00
4 changed files with 66 additions and 27 deletions

View File

@@ -128,21 +128,21 @@ export default function AboutPage() {
title: "Clinical Excellence",
description:
"We pursue the highest standards of clinical skill and knowledge, ensuring every procedure is performed with precision and care.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-teeth-x-ray_23-2148396206.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-teeth-x-ray_23-2148396206.jpg?_wi=3",
imageAlt: "Advanced dental technology",
},
{
title: "Patient-Centered Care",
description:
"Your comfort, safety, and satisfaction are our top priorities. We listen, understand your goals, and customize our approach to meet your unique needs.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-happy-dentist_23-2148396150.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-happy-dentist_23-2148396150.jpg?_wi=2",
imageAlt: "Patient comfort",
},
{
title: "Continuous Innovation",
description:
"We invest in the latest technology and stay current with advancements in dentistry to provide you with cutting-edge treatment options.",
imageSrc: "http://img.b2bpic.net/free-photo/many-kind-medical-equipment-manage-surgeon-start-operations-operating-room_1301-7803.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/many-kind-medical-equipment-manage-surgeon-start-operations-operating-room_1301-7803.jpg?_wi=2",
imageAlt: "Modern dental innovation",
},
]}
@@ -175,7 +175,7 @@ export default function AboutPage() {
handle: "@sarahsmile",
testimonial:
"Dr. Patel's expertise and compassion completely transformed my smile. The entire experience was professional, comfortable, and exceeded my expectations.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-16049.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-16049.jpg?_wi=2",
imageAlt: "Sarah Mitchell",
icon: Heart,
},
@@ -185,7 +185,7 @@ export default function AboutPage() {
handle: "@james_r",
testimonial:
"I was terrified of dental work, but the sedation dentistry option made everything painless and relaxing. I finally have the smile I always wanted.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-holding-book-close-up_23-2148396302.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-holding-book-close-up_23-2148396302.jpg?_wi=2",
imageAlt: "James Richardson",
icon: ThumbsUp,
},
@@ -195,7 +195,7 @@ export default function AboutPage() {
handle: "@emilychen_dental",
testimonial:
"The attention to detail and use of advanced technology made my implant procedure seamless. The results are absolutely stunning.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-man-posing-with-crossed-arms_23-2149206526.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-man-posing-with-crossed-arms_23-2149206526.jpg?_wi=2",
imageAlt: "Emily Chen",
icon: Star,
},

View File

@@ -1,24 +1,61 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Raleway } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Raleway } from "next/font/google";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const raleway = Raleway({
variable: "--font-raleway",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Luxury Dental Practice | Luminous Dental",
description: "Premium cosmetic and restorative dentistry with advanced technology and compassionate care. Book your consultation today.",
keywords: "luxury dental, cosmetic dentistry, dental implants, orthodontics, teeth whitening",
metadataBase: new URL("https://luminousdental.com"),
alternates: {
canonical: "https://luminousdental.com",
},
openGraph: {
title: "Luxury Dental Practice | Luminous Dental",
description: "Experience excellence in modern dentistry. Transform your smile with our expert team.",
url: "https://luminousdental.com",
siteName: "Luminous Dental",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/dental-equipment-placed-table_1150-19620.jpg",
alt: "Premium dental care",
},
],
},
twitter: {
card: "summary_large_image",
title: "Luxury Dental Practice | Luminous Dental",
description: "Transform your smile with premium cosmetic dentistry",
images: ["http://img.b2bpic.net/free-photo/dental-equipment-placed-table_1150-19620.jpg"],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -27,7 +64,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${raleway.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${raleway.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +78,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -143,7 +143,7 @@ export default function HomePage() {
price: "Starting at $299",
rating: 5,
reviewCount: "500+",
imageSrc: "http://img.b2bpic.net/free-photo/dentist-talking-worried-woman-dental-checkup_329181-20771.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/dentist-talking-worried-woman-dental-checkup_329181-20771.jpg?_wi=1",
imageAlt: "Professional teeth whitening treatment",
},
{
@@ -153,7 +153,7 @@ export default function HomePage() {
price: "Custom Pricing",
rating: 5,
reviewCount: "450+",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-talking-phone_1301-124.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-talking-phone_1301-124.jpg?_wi=1",
imageAlt: "Advanced implant restoration",
},
{
@@ -163,7 +163,7 @@ export default function HomePage() {
price: "Starting at $1,999",
rating: 5,
reviewCount: "380+",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-patient-looking-dentist-working-dental-jaw_23-2147862037.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-patient-looking-dentist-working-dental-jaw_23-2147862037.jpg?_wi=1",
imageAlt: "Modern orthodontic treatment",
},
]}
@@ -223,21 +223,21 @@ export default function HomePage() {
title: "Sedation Dentistry",
description:
"Experience dentistry in complete comfort with our professional sedation options, perfect for anxious patients and complex procedures.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-happy-dentist_23-2148396150.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-happy-dentist_23-2148396150.jpg?_wi=1",
imageAlt: "Comfortable sedation dental treatment",
},
{
title: "3D Digital Imaging",
description:
"Utilizing the latest diagnostic technology for precise treatment planning and optimal outcomes with minimal radiation exposure.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-teeth-x-ray_23-2148396206.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-teeth-x-ray_23-2148396206.jpg?_wi=1",
imageAlt: "Advanced dental imaging technology",
},
{
title: "Hospital-Grade Sterilization",
description:
"Your safety is paramount. We exceed all infection control standards with advanced sterilization protocols.",
imageSrc: "http://img.b2bpic.net/free-photo/many-kind-medical-equipment-manage-surgeon-start-operations-operating-room_1301-7803.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/many-kind-medical-equipment-manage-surgeon-start-operations-operating-room_1301-7803.jpg?_wi=1",
imageAlt: "Professional sterilization standards",
},
]}
@@ -270,7 +270,7 @@ export default function HomePage() {
handle: "@sarahsmile",
testimonial:
"Dr. Patel's expertise and compassion completely transformed my smile. The entire experience was professional, comfortable, and exceeded my expectations.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-16049.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-16049.jpg?_wi=1",
imageAlt: "Sarah Mitchell",
icon: Heart,
},
@@ -280,7 +280,7 @@ export default function HomePage() {
handle: "@james_r",
testimonial:
"I was terrified of dental work, but the sedation dentistry option made everything painless and relaxing. I finally have the smile I always wanted.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-holding-book-close-up_23-2148396302.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-holding-book-close-up_23-2148396302.jpg?_wi=1",
imageAlt: "James Richardson",
icon: ThumbsUp,
},
@@ -290,7 +290,7 @@ export default function HomePage() {
handle: "@emilychen_dental",
testimonial:
"The attention to detail and use of advanced technology made my implant procedure seamless. The results are absolutely stunning.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-man-posing-with-crossed-arms_23-2149206526.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-man-posing-with-crossed-arms_23-2149206526.jpg?_wi=1",
imageAlt: "Emily Chen",
icon: Star,
},

View File

@@ -104,7 +104,7 @@ export default function ServicesPage() {
{ text: "Back to Home", href: "/" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/smiling-female-patient-looking-dentist-working-dental-jaw_23-2147862037.jpg"
imageSrc="http://img.b2bpic.net/free-photo/smiling-female-patient-looking-dentist-working-dental-jaw_23-2147862037.jpg?_wi=2"
imageAlt="Comprehensive dental services showcase"
mediaAnimation="opacity"
imagePosition="right"
@@ -136,21 +136,21 @@ export default function ServicesPage() {
{
title: "Cosmetic Dentistry",
description: "Enhance your smile with professional whitening, veneers, bonding, and smile design services that bring out your natural beauty.",
imageSrc: "http://img.b2bpic.net/free-photo/dentist-talking-worried-woman-dental-checkup_329181-20771.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/dentist-talking-worried-woman-dental-checkup_329181-20771.jpg?_wi=2",
imageAlt: "Cosmetic dentistry services",
button: { text: "Learn More", href: "/services" },
},
{
title: "Restorative Treatments",
description: "Advanced procedures including implants, crowns, bridges, and root canal therapy to restore function and aesthetics to damaged teeth.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-talking-phone_1301-124.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-talking-phone_1301-124.jpg?_wi=2",
imageAlt: "Restorative dental procedures",
button: { text: "Explore Options", href: "/services" },
},
{
title: "Orthodontic Solutions",
description: "Invisible aligners and advanced braces for achieving perfectly aligned teeth and a confident smile in months, not years.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-teeth-x-ray_23-2148396206.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-teeth-x-ray_23-2148396206.jpg?_wi=2",
imageAlt: "Orthodontic alignment solutions",
button: { text: "Get Started", href: "/services" },
},