@@ -42,67 +41,67 @@ export default function LandingPage() {
@@ -196,9 +195,9 @@ export default function LandingPage() {
columns={[
{
title: "Services", items: [
- { label: "Dental Examination", href: "#services" },
- { label: "Teeth Cleaning", href: "#services" },
- { label: "Cosmetic Dentistry", href: "#services" },
+ { label: "Preventive Care", href: "#services" },
+ { label: "Restorative Solutions", href: "#services" },
+ { label: "Cosmetic Excellence", href: "#services" },
{ label: "Emergency Care", href: "#contact" }
]
},
@@ -206,16 +205,16 @@ export default function LandingPage() {
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Our Team", href: "#about" },
- { label: "Testimonials", href: "#testimonials" },
+ { label: "Patient Stories", href: "#testimonials" },
{ label: "Contact", href: "#contact" }
]
},
{
title: "Contact", items: [
- { label: "Call: 067 401 1372", href: "tel:0674011372" },
- { label: "Willows Crossing, Die Wilgers", href: "https://maps.google.com/maps/place/Willows+Crossing+Shopping+Centre,+Die+Wilgers,+Pretoria" },
- { label: "Open Daily, Closes 5 PM", href: "#" },
- { label: "Email Inquiry", href: "#contact" }
+ { label: "Phone: 067 401 1372", href: "tel:0674011372" },
+ { label: "Willows Crossing, Die Wilgers, Pretoria", href: "https://maps.google.com/?q=Willows+Crossing+Shopping+Centre+Die+Wilgers+Pretoria" },
+ { label: "Monday - Friday: 08:00 - 17:00", href: "#" },
+ { label: "Saturday: By Appointment", href: "#contact" }
]
}
]}
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index 86ed82b..73d8d61 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -2,23 +2,23 @@
/* Base units */
/* --vw is set by ThemeProvider */
- /* --background: #f7f6f7;;
+ /* --background: #f9f6f3;;
--card: #ffffff;;
- --foreground: #0c1325;;
- --primary-cta: #0798ff;;
+ --foreground: #2b1810;;
+ --primary-cta: #c97147;;
--secondary-cta: #ffffff;;
- --accent: #93c7ff;;
- --background-accent: #a8cde8;; */
+ --accent: #d4a574;;
+ --background-accent: #e8d4c4;; */
- --background: #f7f6f7;;
+ --background: #f9f6f3;;
--card: #ffffff;;
- --foreground: #0c1325;;
- --primary-cta: #0798ff;;
+ --foreground: #2b1810;;
+ --primary-cta: #c97147;;
--primary-cta-text: #f7f6f7;;
--secondary-cta: #ffffff;;
--secondary-cta-text: #0c1325;;
- --accent: #93c7ff;;
- --background-accent: #a8cde8;;
+ --accent: #d4a574;;
+ --background-accent: #e8d4c4;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);