From d204c329869017c3c9880d519f3c1d13cf9b4f91 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 00:20:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 53 ++++++++++++++++++++++++++++++++---------------- 1 file changed, 35 insertions(+), 18 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8c8a352..33549f3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,11 +51,14 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-burgers-with-pickles_23-2148784499.jpg", imageAlt: "The legendary double cheeseburger"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-burgers-with-pickles_23-2148784499.jpg", imageAlt: "The legendary double cheeseburger" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-rare-steak-wooden-board_181624-59117.jpg", imageAlt: "Hand-selected premium steaks"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-rare-steak-wooden-board_181624-59117.jpg", imageAlt: "Hand-selected premium steaks" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/homemade-delicious-zebra-marble-cake_114579-14293.jpg", imageAlt: "Tempting desserts and cakes"}, + imageSrc: "http://img.b2bpic.net/free-photo/homemade-delicious-zebra-marble-cake_114579-14293.jpg", imageAlt: "Tempting desserts and cakes" + }, ]} autoplayDelay={4000} showDimOverlay={true} @@ -68,11 +71,14 @@ export default function LandingPage() { description="Three reasons people drive for us." features={[ { - id: "eat-here", title: "Eat Here", description: "Burgers, patty melts, sandwiches, and fries—made hot, cooked right, and packed with flavor. Every order is generous.", imageSrc: "http://img.b2bpic.net/free-photo/burger-black-bun-with-fried-egg-potatoes_114579-3435.jpg", imageAlt: "Hot burgers and food cooked fresh"}, + id: "eat-here", title: "Eat Here", description: "Burgers, patty melts, sandwiches, and fries—made hot, cooked right, and packed with flavor. Every order is generous.", imageSrc: "http://img.b2bpic.net/free-photo/burger-black-bun-with-fried-egg-potatoes_114579-3435.jpg", imageAlt: "Hot burgers and food cooked fresh" + }, { - id: "take-home", title: "Take Home", description: "Steaks, deli meats, cheeses, and favorites from the meat counter. Perfect for weeknights or the weekend grill.", imageSrc: "http://img.b2bpic.net/free-photo/ham-counter-market_1398-2259.jpg", imageAlt: "Premium cuts from our meat case"}, + id: "take-home", title: "Take Home", description: "Steaks, deli meats, cheeses, and favorites from the meat counter. Perfect for weeknights or the weekend grill.", imageSrc: "http://img.b2bpic.net/free-photo/ham-counter-market_1398-2259.jpg", imageAlt: "Premium cuts from our meat case" + }, { - id: "save-room", title: "Save Room", description: "Desserts that get talked about—cakes, seasonal sweets, and holiday favorites baked fresh.", imageSrc: "http://img.b2bpic.net/free-photo/glass-showcase-pastry-shop-with-variety-fresh-cakes-pastries-popular-sweet-desserts-offered-sale_639032-1341.jpg", imageAlt: "Our bakery case full of temptations"}, + id: "save-room", title: "Save Room", description: "Desserts that get talked about—cakes, seasonal sweets, and holiday favorites baked fresh.", imageSrc: "http://img.b2bpic.net/free-photo/glass-showcase-pastry-shop-with-variety-fresh-cakes-pastries-popular-sweet-desserts-offered-sale_639032-1341.jpg", imageAlt: "Our bakery case full of temptations" + }, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -89,16 +95,20 @@ export default function LandingPage() { products={[ { id: "1", brand: "Signature Burger", name: "The Double Cheeseburger", price: "$14.99", rating: 5, - reviewCount: "480+", imageSrc: "http://img.b2bpic.net/free-photo/side-view-double-cheeseburger-with-grilled-beef-patties-cheese-lettuce-leaf-burger-buns_141793-4883.jpg", imageAlt: "Our legendary double cheeseburger"}, + reviewCount: "480+", imageSrc: "http://img.b2bpic.net/free-photo/side-view-double-cheeseburger-with-grilled-beef-patties-cheese-lettuce-leaf-burger-buns_141793-4883.jpg", imageAlt: "Our legendary double cheeseburger" + }, { id: "2", brand: "Classic Sandwich", name: "Patty Melt", price: "$13.99", rating: 5, - reviewCount: "420+", imageSrc: "http://img.b2bpic.net/free-photo/delicious-melted-cheese-snacks_23-2149274830.jpg", imageAlt: "Savory patty melt classic"}, + reviewCount: "420+", imageSrc: "http://img.b2bpic.net/free-photo/delicious-melted-cheese-snacks_23-2149274830.jpg", imageAlt: "Savory patty melt classic" + }, { id: "3", brand: "Meat Market", name: "Hand-Selected Steaks", price: "Market Price", rating: 5, - reviewCount: "350+", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-meat-with-herbs-garlic_23-2148611008.jpg", imageAlt: "Premium marbled beef cuts"}, + reviewCount: "350+", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-meat-with-herbs-garlic_23-2148611008.jpg", imageAlt: "Premium marbled beef cuts" + }, { id: "4", brand: "Bakery", name: "Dessert Case Favorites", price: "$5.99+", rating: 5, - reviewCount: "380+", imageSrc: "http://img.b2bpic.net/free-photo/carrot-cake-slice-with-cream-cheese-frosting_123827-37153.jpg", imageAlt: "Slice of homemade cake"}, + reviewCount: "380+", imageSrc: "http://img.b2bpic.net/free-photo/carrot-cake-slice-with-cream-cheese-frosting_123827-37153.jpg", imageAlt: "Slice of homemade cake" + }, ]} gridVariant="four-items-2x2-equal-grid" animationType="slide-up" @@ -139,17 +149,23 @@ export default function LandingPage() { description="Real feedback from people who love what we do." testimonials={[ { - id: "1", name: "James Mitchell", handle: "@westtnfoodie", testimonial: "Best burger in West Tennessee. Period. The portions are absolutely massive—I couldn't finish a double.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg", imageAlt: "James Mitchell"}, + id: "1", name: "James Mitchell", handle: "@westtnfoodie", testimonial: "Best burger in West Tennessee. Period. The portions are absolutely massive—I couldn't finish a double.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg", imageAlt: "James Mitchell" + }, { - id: "2", name: "Sarah Williams", handle: "Local Regular", testimonial: "Great portions, good food, and fair prices. This is my go-to spot every week.", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-talking-his-girlfriend-lunch-time-restaurant_637285-1937.jpg", imageAlt: "Sarah Williams"}, + id: "2", name: "Sarah Williams", handle: "Local Regular", testimonial: "Great portions, good food, and fair prices. This is my go-to spot every week.", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-talking-his-girlfriend-lunch-time-restaurant_637285-1937.jpg", imageAlt: "Sarah Williams" + }, { - id: "3", name: "Marcus Johnson", handle: "@tnmeatlovers", testimonial: "Wide variety of foods and desserts. The meat case is incredible—steaks, deli meats, cheeses. Hidden gem for real.", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006709.jpg?_wi=1", imageAlt: "Marcus Johnson"}, + id: "3", name: "Marcus Johnson", handle: "@tnmeatlovers", testimonial: "Wide variety of foods and desserts. The meat case is incredible—steaks, deli meats, cheeses. Hidden gem for real.", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006709.jpg", imageAlt: "Marcus Johnson" + }, { - id: "4", name: "Angela Perez", handle: "Food Blogger", testimonial: "Don't miss out. This place has everything—quality meat, fresh-baked desserts, and an owner who cares.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", imageAlt: "Angela Perez"}, + id: "4", name: "Angela Perez", handle: "Food Blogger", testimonial: "Don't miss out. This place has everything—quality meat, fresh-baked desserts, and an owner who cares.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", imageAlt: "Angela Perez" + }, { - id: "5", name: "David Chen", handle: "Community Member", testimonial: "Best hidden gem in the area. The homemade feel and generous portions set them apart.", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006709.jpg?_wi=2", imageAlt: "David Chen"}, + id: "5", name: "David Chen", handle: "Community Member", testimonial: "Best hidden gem in the area. The homemade feel and generous portions set them apart.", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006709.jpg", imageAlt: "David Chen" + }, { - id: "6", name: "Lisa Thompson", handle: "Local Favorite", testimonial: "Exceptional quality and care. Every visit is worth the drive. Highly recommend for anyone who appreciates real food.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-fashionable-young-man-trendy-headwear-sitting-wooden-table-coffee-shop_273609-1757.jpg", imageAlt: "Lisa Thompson"}, + id: "6", name: "Lisa Thompson", handle: "Local Favorite", testimonial: "Exceptional quality and care. Every visit is worth the drive. Highly recommend for anyone who appreciates real food.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-fashionable-young-man-trendy-headwear-sitting-wooden-table-coffee-shop_273609-1757.jpg", imageAlt: "Lisa Thompson" + }, ]} animationType="slide-up" textboxLayout="default" @@ -162,8 +178,9 @@ export default function LandingPage() {