From f703b7469030af096a71ec418c066248b600b8e5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:53:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4b3e87b..bf7b6eb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,7 +102,7 @@ export default function LandingPage() { { id: "4", title: "Customizable Pizzas", description: "Create your own pizza masterpiece with our extensive selection of premium toppings and sauce options."}, ]} - gridVariant="uniform-4-items" + gridVariant="four-items-2x2-equal-grid" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -157,14 +157,11 @@ export default function LandingPage() { id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "The best pizza I've had outside of Italy! The wood-fired oven makes all the difference. Fast delivery, delicious pizza, highly recommend!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/picture-beautiful-smiling-woman-against-blurry-background_181624-19438.jpg", imageAlt: "Sarah Johnson"}, { - id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Amazing quality and fresh ingredients. Our family orders from here every Friday night. The customization options are fantastic!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen"}, + id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Amazing quality and fresh ingredients. Our family orders from here every Friday night. The customization options are fantastic!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen"}, { - id: "3", name: "Emily Rodriguez", handle: "@emilyeats", testimonial: "Finally, authentic woodfired pizza in our neighborhood! The crust is perfect, toppings are generous, and service is quick. Worth every penny.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Emily Rodriguez"}, + id: "3", name: "Emily Rodriguez", handle: "@emilyeats", testimonial: "Finally, authentic woodfired pizza in our neighborhood! The crust is perfect, toppings are generous, and service is quick. Worth every penny.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Emily Rodriguez"}, { - id: "4", name: "David Kim", handle: "@davidkim", testimonial: "Ordered 3 times this month - never disappointed. The online ordering system is super easy, and pizza arrives hot and fresh. Best local spot!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "David Kim"}, + id: "4", name: "David Kim", handle: "@davidkim", testimonial: "Ordered 3 times this month - never disappointed. The online ordering system is super easy, and pizza arrives hot and fresh. Best local spot!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "David Kim"}, ]} showRating={true} animationType="slide-up" -- 2.49.1