From 450f72006b62edf37cc5bcc7e214f019a639567a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 05:41:33 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 228 ++++++++++++----------------------------------- 1 file changed, 55 insertions(+), 173 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8596276..7318917 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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, Smile, Star, MapPin, Award } from 'lucide-react'; export default function LuxuryDentistPage() { return ( @@ -27,244 +27,126 @@ export default function LuxuryDentistPage() { >
-
); -} +} \ No newline at end of file -- 2.49.1 From 1ae080f9cb63f21b9b42f6552e56e96bdf5d8afa Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 05:41:33 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 676c0e8..96c2894 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -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); -- 2.49.1