diff --git a/src/app/page.tsx b/src/app/page.tsx index 2d5f9ba..f7f6777 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,11 +4,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard"; import ProductCardThree from "@/components/sections/product/ProductCardThree"; -import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen"; import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; import TextAbout from "@/components/sections/about/TextAbout"; -import FaqDouble from "@/components/sections/faq/FaqDouble"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; +import { Zap, Award, Flame } from "lucide-react"; export default function HomePage() { const navItems = [ @@ -21,25 +20,25 @@ export default function HomePage() { return (
); -} \ No newline at end of file +} diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 9cf288d..ee5db84 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,14 +11,14 @@ --background-accent: #ffffff; */ --background: #ffffff; - --card: #f8f8f8; + --card: #f0f0f0; --foreground: #1a1a1a; - --primary-cta: #ff6b35; + --primary-cta: #ff4500; --primary-cta-text: #ffffff; - --secondary-cta: #004e89; + --secondary-cta: #1a1a1a; --secondary-cta-text: #ffffff; - --accent: #1a1a1a; - --background-accent: #ff6b35; + --accent: #ff6b35; + --background-accent: #ff4500; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);