diff --git a/src/app/page.tsx b/src/app/page.tsx index 6f1d6c8..758160c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,37 +4,38 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactText from '@/components/sections/contact/ContactText'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; +import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import HeroBillboard from '@/components/sections/hero/HeroBillboard'; -import MediaAbout from '@/components/sections/about/MediaAbout'; -import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import HeroPersonalLinks from '@/components/sections/hero/HeroPersonalLinks'; +import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; +import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import { Utensils, CheckCircle, Award, Sparkles } from "lucide-react"; export default function LandingPage() { return ( ); -} +} \ No newline at end of file diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index dc6eaec..682ffbd 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0a0a0a; - --card: #1a1a1a; - --foreground: #ffffff; - --primary-cta: #D4AF37; + --background: #f6f0e9; + --card: #efe7dd; + --foreground: #2b180a; + --primary-cta: #2b180a; --primary-cta-text: #0a0a0a; - --secondary-cta: #1a1a1a; + --secondary-cta: #efe7dd; --secondary-cta-text: #ffffff; - --accent: #D4AF37; - --background-accent: #D4AF37; + --accent: #94877c; + --background-accent: #afa094; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);