Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-04-13 03:41:20 +00:00

View File

@@ -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() {
<TextAbout
title="We aren't just tossing dough; we're crafting a piece of NYC tradition. Every slice is a testament to our commitment to excellence, using the finest water and flour sourced directly from the North."
buttons={[{ text: "Learn More", href: "#" }]}
useInvertedBackground={false}
/>
</div>
@@ -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}
/>
</div>
@@ -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}
/>
</div>