43 Commits

Author SHA1 Message Date
e0ab9cc3b8 Update src/app/layout.tsx 2026-03-07 23:56:59 +00:00
b9a2270a09 Update src/app/page.tsx 2026-03-07 23:56:11 +00:00
effce66e8e Update src/app/layout.tsx 2026-03-07 23:56:11 +00:00
9aeb442781 Merge version_14 into main
Merge version_14 into main
2026-03-07 23:50:53 +00:00
7002ed49d1 Update src/app/page.tsx 2026-03-07 23:50:48 +00:00
06f5bb819d Merge version_13 into main
Merge version_13 into main
2026-03-07 23:40:45 +00:00
5ddd49871f Update src/app/page.tsx 2026-03-07 23:40:41 +00:00
c6851ccc59 Merge version_13 into main
Merge version_13 into main
2026-03-07 23:34:50 +00:00
4418116a1e Update src/app/page.tsx 2026-03-07 23:34:46 +00:00
5803ea50ea Merge version_13 into main
Merge version_13 into main
2026-03-07 23:33:08 +00:00
3143b58ff4 Update src/app/page.tsx 2026-03-07 23:33:04 +00:00
a153407906 Merge version_13 into main
Merge version_13 into main
2026-03-07 23:29:27 +00:00
b00784086b Update src/app/page.tsx 2026-03-07 23:29:23 +00:00
aef6003853 Merge version_13 into main
Merge version_13 into main
2026-03-07 23:28:07 +00:00
af7cae69b8 Update src/app/page.tsx 2026-03-07 23:28:03 +00:00
f5e284ffdd Merge version_12 into main
Merge version_12 into main
2026-03-07 23:24:08 +00:00
637247141e Update src/app/page.tsx 2026-03-07 23:24:03 +00:00
0925738bed Merge version_12 into main
Merge version_12 into main
2026-03-07 23:22:07 +00:00
4ef6a26429 Update src/app/page.tsx 2026-03-07 23:21:57 +00:00
e626b43f38 Merge version_12 into main
Merge version_12 into main
2026-03-07 23:17:31 +00:00
f5f0eb0bd1 Update src/app/page.tsx 2026-03-07 23:17:27 +00:00
0fcefb5dbc Merge version_12 into main
Merge version_12 into main
2026-03-07 23:14:39 +00:00
b4b2904546 Update src/app/page.tsx 2026-03-07 23:14:35 +00:00
1300619f48 Merge version_12 into main
Merge version_12 into main
2026-03-07 23:10:29 +00:00
2269329df6 Update src/app/page.tsx 2026-03-07 23:10:25 +00:00
c88433c216 Switch to version 10: modified src/app/page.tsx 2026-03-07 23:07:02 +00:00
3529e2459c Switch to version 9: modified src/app/page.tsx 2026-03-07 23:06:18 +00:00
90d58bcb9a Switch to version 10: modified src/app/page.tsx 2026-03-07 23:06:00 +00:00
b6ae3d743c Switch to version 9: modified src/app/page.tsx 2026-03-07 23:05:41 +00:00
d3fdc50213 Switch to version 8: modified src/app/page.tsx 2026-03-07 23:05:16 +00:00
a590d017c2 Switch to version 9: modified src/app/page.tsx 2026-03-07 23:05:10 +00:00
92b86e131a Switch to version 10: modified src/app/page.tsx 2026-03-07 23:05:00 +00:00
4ba0595afa Switch to version 10: modified src/app/layout.tsx 2026-03-07 23:05:00 +00:00
0a920bc5b2 Merge version_11 into main
Merge version_11 into main
2026-03-07 23:03:37 +00:00
46445016b2 Update src/app/page.tsx 2026-03-07 23:03:33 +00:00
7382a4ec7a Update src/app/layout.tsx 2026-03-07 23:03:33 +00:00
135646dc81 Merge version_10 into main
Merge version_10 into main
2026-03-07 23:00:00 +00:00
e09b2027b8 Update src/app/page.tsx 2026-03-07 22:59:56 +00:00
14f3c37815 Merge version_10 into main
Merge version_10 into main
2026-03-07 22:58:33 +00:00
2357c3476e Update src/app/page.tsx 2026-03-07 22:58:22 +00:00
dcdddd700d Merge version_9 into main
Merge version_9 into main
2026-03-07 22:53:49 +00:00
fda4621774 Update src/app/page.tsx 2026-03-07 22:53:45 +00:00
79a8c199bf Merge version_8 into main
Merge version_8 into main
2026-03-07 22:41:56 +00:00
2 changed files with 31 additions and 61 deletions

View File

@@ -1,17 +1,15 @@
import type { Metadata } from "next";
import { Geist, Geist_Mono } from "next/font/google";
import { Inter } from "next/font/google";
import "./styles/base.css";
import "./styles/variables.css";
import "./globals.css";
const geist = Geist({
variable: "--font-geist-sans", subsets: ["latin"],
});
const geistMono = Geist_Mono({
variable: "--font-geist-mono", subsets: ["latin"],
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "EXPERT DENTAL CARE", description: "Expert Dental Care provides comprehensive dental treatments with experienced dentists and advanced technology."};
title: "EXPERT DENTAL CARE - Professional Dental Services", description: "Welcome to EXPERT DENTAL CARE. We provide comprehensive dental treatments including teeth cleaning, dental implants, teeth whitening, root canal treatment, braces, and cosmetic dentistry."};
export default function RootLayout({
children,
@@ -19,9 +17,21 @@ export default function RootLayout({
children: React.ReactNode;
}) {
return (
<html lang="en">
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
<html lang="en" suppressHydrationWarning>
<body className={`${inter.variable}`}>
{children}
<script
dangerouslySetInnerHTML={{
__html: `
(function() {
const theme = localStorage.getItem('theme');
if (theme === 'dark' || (!theme && window.matchMedia('(prefers-color-scheme: dark)').matches)) {
document.documentElement.classList.add('dark');
}
})();
`,
}}
/>
<script
dangerouslySetInnerHTML={{
@@ -1392,4 +1402,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -4,13 +4,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterBase from '@/components/sections/footer/FooterBase';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import { Shield, Zap, Heart, DollarSign } from 'lucide-react';
@@ -40,7 +39,6 @@ export default function LandingPage() {
brandName="EXPERT DENTAL CARE"
navItems={[
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" }
]}
@@ -128,25 +126,12 @@ export default function LandingPage() {
id: "1", value: "20+", title: "Years in Practice", description: "Decades of trusted dental care", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFSYOeBWG7LyEYTdDfN4zPwli/uploaded-1772914288718-h4vcoekz.png?_wi=2", imageAlt: "Years of experience"
},
{
id: "2", value: "5000+", title: "Happy Patients", description: "Satisfied smiles every year", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFSYOeBWG7LyEYTdDfN4zPwli/uploaded-1772914288718-h4vcoekz.png?_wi=3", imageAlt: "Happy patients"
id: "2", value: "5000+", title: "Happy Patients", description: "Satisfied smiles every year", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFSYOeBWG7LyEYTdDfN4zPwli/uploaded-1772925259479-neifdik6.png", imageAlt: "Happy patients"
}
]}
/>
</div>
<div id="about" data-section="about">
<InlineImageSplitTextAbout
heading={[
{ type: "text", content: "Meet Our Lead Dentist with Over 20 Years of Excellence" }
]}
buttons={[
{ text: "Learn More About Our Team", href: "#testimonials" }
]}
buttonAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
<div id="features" data-section="features">
<div>
<FeatureBorderGlow
@@ -180,19 +165,19 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Patient-Centered Care", description: "Your comfort and satisfaction are our top priorities in every procedure", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFSYOeBWG7LyEYTdDfN4zPwli/uploaded-1772920945060-uuv27r5h.png?_wi=1", imageAlt: "Patient care", tag: "Care", subtitle: "Priority"
title: "Patient-Centered Care", description: "Your comfort and satisfaction are our top priorities in every procedure", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFSYOeBWG7LyEYTdDfN4zPwli/uploaded-1772925440120-hs5l4x66.jpg", imageAlt: "Patient care", tag: "Care", subtitle: "Priority"
},
{
id: 2,
title: "Proven Results", description: "Years of successful treatments and happy patients speak to our expertise", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFSYOeBWG7LyEYTdDfN4zPwli/uploaded-1772920945060-uuv27r5h.png?_wi=2", imageAlt: "Results", tag: "Results", subtitle: "Success"
title: "Proven Results", description: "Years of successful treatments and happy patients speak to our expertise", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFSYOeBWG7LyEYTdDfN4zPwli/uploaded-1772925708314-cs4pj2l7.png", imageAlt: "Results", tag: "Results", subtitle: "Success"
},
{
id: 3,
title: "Cutting-Edge Technology", description: "We use the latest dental innovations for better outcomes", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFSYOeBWG7LyEYTdDfN4zPwli/uploaded-1772920945060-uuv27r5h.png?_wi=3", imageAlt: "Technology", tag: "Innovation", subtitle: "Modern"
title: "Cutting-Edge Technology", description: "We use the latest dental innovations for better outcomes", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFSYOeBWG7LyEYTdDfN4zPwli/uploaded-1772925836873-9irpjklv.jpg", imageAlt: "Technology", tag: "Innovation", subtitle: "Modern"
},
{
id: 4,
title: "Personalized Approach", description: "Every patient gets a customized treatment plan tailored to their needs", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFSYOeBWG7LyEYTdDfN4zPwli/uploaded-1772920945060-uuv27r5h.png?_wi=4", imageAlt: "Personalized care", tag: "Custom", subtitle: "Tailored"
title: "Personalized Approach", description: "Every patient gets a customized treatment plan tailored to their needs", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFSYOeBWG7LyEYTdDfN4zPwli/uploaded-1772926378814-cb0nth1m.jpg", imageAlt: "Personalized care", tag: "Custom", subtitle: "Tailored"
}
]}
textboxLayout="default"
@@ -270,7 +255,7 @@ export default function LandingPage() {
description="Schedule your next dental visit with us. Our friendly team is ready to help you achieve your perfect smile."
background={{ variant: "plain" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/happy-man-welcoming-lady-sitting-sofa-holding-digital-tablet_23-2147879153.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/premium-photo/nature-reserve-zelenci-krajnska-gora-slovenia-europe-wonderful-morning-view-zelenci-nature-reserve-slovenia-travel_527096-20488.jpg?id=42831486"
imageAlt="Modern dental clinic"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -281,35 +266,10 @@ export default function LandingPage() {
</div>
<div id="footer" data-section="footer">
<FooterBase
<FooterLogoReveal
logoText="EXPERT DENTAL CARE"
columns={[
{
title: "Services", items: [
{ label: "Teeth Cleaning", href: "#services" },
{ label: "Dental Implants", href: "#services" },
{ label: "Teeth Whitening", href: "#services" },
{ label: "Root Canal", href: "#services" }
]
},
{
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Testimonials", href: "#testimonials" },
{ label: "Contact", href: "#contact" },
{ label: "Book Appointment", href: "#contact" }
]
},
{
title: "Contact", items: [
{ label: "Phone: +1-555-123-4567", href: "tel:+1-555-123-4567" },
{ label: "Email: info@expertdentalcare.com", href: "mailto:info@expertdentalcare.com" },
{ label: "Monday-Friday: 9AM-6PM", href: "#" },
{ label: "Saturday: 10AM-4PM", href: "#" }
]
}
]}
copyrightText="© 2026 EXPERT DENTAL CARE. All rights reserved."
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
/>
</div>
</ThemeProvider>