diff --git a/src/app/page.tsx b/src/app/page.tsx index 2c5184d..87fb9cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,6 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; export default function LandingPage() { return ( @@ -41,7 +40,7 @@ export default function LandingPage() { { name: "Support", id: "faq"}, ]} - brandName="AuraPods" + brandName="Aura Pods" /> @@ -140,34 +139,6 @@ 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 b483a57..b450351 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #000000; - --card: #0c0c0c; - --foreground: #ffffff; - --primary-cta: #cee7ff; + --background: #e5e7eb; + --card: #f3f4f6; + --foreground: #1f2937; + --primary-cta: #374151; --primary-cta-text: #000000; - --secondary-cta: #000000; + --secondary-cta: #f3f4f6; --secondary-cta-text: #ffffff; - --accent: #535353; - --background-accent: #CEE7FF; + --accent: #9ca3af; + --background-accent: #d1d5db; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);