From 0d9f12f8e8c12ad70c3a344442e1d6b84361bae2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 02:41:30 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 68 ++++++++++++++++++++++++------------------------ 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6146755..711c060 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Instagram, Facebook, Twitter } from 'lucide-react'; +import { Instagram, Facebook, Twitter, Flame } from 'lucide-react'; export default function LandingPage() { return ( @@ -34,7 +34,7 @@ export default function LandingPage() { { name: "Help", id: "faq" }, { name: "Contact", id: "contact" } ]} - brandName="VaporEssence" + brandName="Tuff Puff Vape" button={{ text: "Shop Now", href: "products" }} /> @@ -59,11 +59,11 @@ export default function LandingPage() {
@@ -195,15 +195,15 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From 0c0ae0eb8a032a5b7321473c8cf8e2e2824146e3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 02:41:30 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 32083d5..32c3402 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #e3deea; - --card: #ffffff; - --foreground: #27231f; - --primary-cta: #27231f; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #ffffff; + --primary-cta: #ff6b35; --primary-cta-text: #e3deea; - --secondary-cta: #ffffff; + --secondary-cta: #010101; --secondary-cta-text: #27231f; - --accent: #c68a62; - --background-accent: #c68a62; + --accent: #ff6b35; + --background-accent: #ff4500; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1