From c18a7874c9bef9488948857f10f8d33a37cb74c0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 01:41:36 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 49 +++++++++--------------------------------------- 1 file changed, 9 insertions(+), 40 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ceb3194..0a0c6d3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,11 +6,10 @@ import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGaller import ProductCardFour from "@/components/sections/product/ProductCardFour"; import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix"; import AboutMetric from "@/components/sections/about/AboutMetric"; -import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import ContactFaq from "@/components/sections/contact/ContactFaq"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; -import { Award, CheckCircle, DollarSign, MapPin, ShoppingBag, ShoppingCart, Sparkles, Users, Zap } from "lucide-react"; +import { Award, CheckCircle, DollarSign, MapPin, ShoppingBag, ShoppingCart, Sparkles, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -131,10 +130,8 @@ export default function LandingPage() { -
- -
-
@@ -251,8 +221,7 @@ export default function LandingPage() { items: [ { label: "Legal", href: "#" }, { label: "Privacy Policy", href: "#" }, - { label: "Terms of Service", href: "#" }, - { label: "Return Policy", href: "#" } + { label: "Terms of Service", href: "#" } ] }, { @@ -269,4 +238,4 @@ export default function LandingPage() {
); -} +} \ No newline at end of file From fe6fa746a767be5004ded45bdcd60d0bfa3f6169 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 01:41:36 +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 fbd84bc..ba74585 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f5f5; - --card: #ffffff; - --foreground: #1c1c1c; - --primary-cta: #1c1c1c; + --background: #f0f8ff; + --card: #e6f2ff; + --foreground: #00366b; + --primary-cta: #0066cc; --primary-cta-text: #f5f5f5; --secondary-cta: #ffffff; --secondary-cta-text: #1c1c1c; - --accent: #e63946; - --background-accent: #e8bea8; + --accent: #4da6ff; + --background-accent: #99ccff; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);