diff --git a/src/app/page.tsx b/src/app/page.tsx
index 969af0f..aa9ab09 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
@@ -53,20 +41,12 @@ export default function LandingPage() {
@@ -271,36 +146,8 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/washing-pet-dog-home_23-2149627213.jpg"
logoText="All American Pet"
columns={[
- {
- title: "Navigation",
- items: [
- {
- label: "Home",
- href: "#home",
- },
- {
- label: "Services",
- href: "#services",
- },
- {
- label: "About",
- href: "#about",
- },
- ],
- },
- {
- title: "Contact",
- items: [
- {
- label: "123 Main St, USA",
- href: "#",
- },
- {
- label: "(555) 012-3456",
- href: "tel:5550123456",
- },
- ],
- },
+ { title: "Navigation", items: [{ label: "Home", href: "#home" }, { label: "Services", href: "#services" }, { label: "About", href: "#about" }] },
+ { title: "Contact", items: [{ label: "123 Main St, USA", href: "#" }, { label: "(555) 012-3456", href: "tel:5550123456" }] },
]}
copyrightText="© 2025 All American Pet. All rights reserved."
/>
@@ -308,4 +155,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index 5f144b6..889fa7d 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
- --background: #fafffb;
- --card: #f7fffa;
- --foreground: #001a0a;
- --primary-cta: #0a7039;
+ --background: #ffffff;
+ --card: #f9f9f9;
+ --foreground: #120006e6;
+ --primary-cta: #e63946;
--primary-cta-text: #fafffb;
- --secondary-cta: #ffffff;
+ --secondary-cta: #f9f9f9;
--secondary-cta-text: #001a0a;
- --accent: #a8d9be;
- --background-accent: #6bbf8e;
+ --accent: #e2e2e2;
+ --background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);