From 1c2c63d99210dc544dd3f0785c02f7dc11446fb2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 20:59:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 54e382f..d036000 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Clock, Pizza, Star, Truck, Utensils, MapPin, Heart } from "lucide-react"; +import { Clock, Pizza, Star, Truck } from "lucide-react"; export default function LandingPage() { return ( @@ -63,7 +63,7 @@ export default function LandingPage() { { icon: Pizza, label: "Kitchen", value: "Made Fresh" }, ]} metricsAnimation="slide-up" - useInvertedBackground={true} + useInvertedBackground={false} /> @@ -78,6 +78,7 @@ export default function LandingPage() { gridVariant="bento-grid" animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} /> @@ -108,6 +109,7 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} /> @@ -129,12 +131,14 @@ export default function LandingPage() {
@@ -144,6 +148,8 @@ export default function LandingPage() { title="Hungry? Reach Out." description="Located in the heart of the city. We look forward to serving you!" buttons={[{ text: "Order Online", href: "#menu" }, { text: "Call Us", href: "tel:1234567890" }]} + background={{ variant: "gradient-bars" }} + useInvertedBackground={true} /> -- 2.49.1