8 Commits

Author SHA1 Message Date
9b488e1ac8 Merge version_4 into main
Merge version_4 into main
2026-04-16 05:53:07 +00:00
07b781d699 Update src/app/page.tsx 2026-04-16 05:53:04 +00:00
c0a3dfb19a Merge version_3 into main
Merge version_3 into main
2026-04-16 05:50:46 +00:00
60305601e9 Update src/app/styles/variables.css 2026-04-16 05:50:43 +00:00
ace0518b20 Update src/app/page.tsx 2026-04-16 05:50:43 +00:00
09022a0a49 Merge version_2 into main
Merge version_2 into main
2026-04-15 18:41:59 +00:00
4d737fceab Merge version_2 into main
Merge version_2 into main
2026-04-15 18:41:35 +00:00
f18981bddc Merge version_2 into main
Merge version_2 into main
2026-04-15 18:41:06 +00:00
2 changed files with 6 additions and 7 deletions

View File

@@ -57,7 +57,6 @@ export default function LandingPage() {
features={[
{ title: "Teeth Cleaning", description: "Professional removal of plaque and tartar.", imageSrc: "http://img.b2bpic.net/free-photo/curly-woman-cares-about-teeth-holds-dental-floss-surrounded-by-toothpaste-brushes_273609-37071.jpg" },
{ title: "Teeth Whitening", description: "Brighter, whiter smile with safe treatments.", imageSrc: "http://img.b2bpic.net/free-photo/dental-health-hygiene-concept-dark-skinned-curly-woman-closes-eyes-shows-white-healthy-teeth-holds-two-tooth-brushes-enjoys-morning-routine-stands-indoor-against-purple-wall_273609-42646.jpg" },
{ title: "Braces", description: "Modern orthodontic alignment solutions.", imageSrc: "http://img.b2bpic.net/free-photo/photo-curly-haired-woman-cleans-teeth-with-electric-toothbrush-undergoes-morning-dental-hygiene-holds-glass-mouthwash-dressed-casually-isolated-blue-background-stomatology-concept_273609-60921.jpg" },
]}
title="Our Professional Services"
description="We offer a comprehensive range of treatments to maintain your oral health."

View File

@@ -11,14 +11,14 @@
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #106EFB;
--card: #f0f8ff;
--foreground: #001122;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta: #f0f8ff;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #106EFB;
--accent: #a8cce8;
--background-accent: #e0f2fe;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);