diff --git a/src/app/page.tsx b/src/app/page.tsx index 2913f39..1339f15 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import AboutMetric from '@/components/sections/about/AboutMetric'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; @@ -16,16 +16,16 @@ import { Award, CheckCircle, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -87,7 +87,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" gridVariant="bento-grid" - useInvertedBackground={false} + useInvertedBackground={true} products={[ { id: "g1", name: "Modern Roof Build", price: "Portfolio", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beautiful-wooden-house-with-new-roof_23-2149343703.jpg" }, { id: "g2", name: "Shingle Restoration", price: "Portfolio", imageSrc: "http://img.b2bpic.net/free-photo/old-rural-house-with-wild-grape-covering-part-yard_1268-15653.jpg" }, @@ -116,7 +116,7 @@ export default function LandingPage() {
); +}" + } + ], + "theme": { + "--background": "#010912", "--card": "#152840", "--foreground": "#e6f0ff", "--primary-cta": "#cee7ff", "--secondary-cta": "#0e1a29", "--accent": "#3f5c79", "--background-accent": "#004a93" + }, + "rawPlan": "I've elevated the website's design with a refined, luxury-focused aesthetic. The new theme uses a deep, premium blue palette, improved spacing, and glass-like card styling for a more sophisticated look. I've also redesigned the footer to include branded visual imagery and clearer links for a more cohesive professional presence." } \ No newline at end of file