From 7e9a874360a19a32bc532f04bcb7077367bd274c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 03:41:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 611b21f..101ebcc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCar import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBase from "@/components/sections/footer/FooterBase"; -import { Pizza, Star } from "lucide-react"; +import { Pizza } from "lucide-react"; export default function EddiesAndSamsPage() { return ( @@ -57,6 +57,7 @@ export default function EddiesAndSamsPage() { @@ -67,6 +68,7 @@ export default function EddiesAndSamsPage() { gridVariant="bento-grid" animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} products={[ { id: "1", brand: "Classic", name: "Plain Cheese", price: "$4", rating: 5, reviewCount: "1.2k", imageSrc: "https://img.b2bpic.net/free-photo/top-view-pepperoni-pizza-with-mushroom-tomatoes-parsley-dark-wooden-table_141793-2174.jpg" }, { id: "2", brand: "Signature", name: "Pepperoni Explosion", price: "$5", rating: 5, reviewCount: "850", imageSrc: "https://img.b2bpic.net/free-photo/delicious-homemade-pizza-with-mushrooms-salami_144627-24754.jpg" }, @@ -84,6 +86,7 @@ export default function EddiesAndSamsPage() { { id: "2", value: "1M+", description: "Slices served" } ]} metricsAnimation="slide-up" + useInvertedBackground={false} /> @@ -94,6 +97,7 @@ export default function EddiesAndSamsPage() { gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} testimonials={[ { id: "1", name: "Mike D.", role: "Local Resident", company: "Tampa", rating: 5 }, { id: "2", name: "Sarah L.", role: "Foodie", company: "St. Pete", rating: 5 } @@ -107,6 +111,7 @@ export default function EddiesAndSamsPage() { description="Experience the difference of authentic New York methods versus the fast-food standard." animationType="blur-reveal" textboxLayout="split" + useInvertedBackground={false} features={[ { id: "1", title: "Imported Ingredients", descriptions: ["Premium flour and tomatoes shipped from Italy and NYC partners"] }, { id: "2", title: "Artisan Process", descriptions: ["Hand-tossed, long-fermentation dough for the perfect crisp"] } @@ -121,6 +126,7 @@ export default function EddiesAndSamsPage() { description="Visit us today in downtown Tampa and see why we are the city's #1 pizza destination." buttons={[{ text: "Get Directions", href: "#" }]} background={{ variant: "sparkles-gradient" }} + useInvertedBackground={false} /> -- 2.49.1