From 34b2a612d5f2b4605ef46aeb93680bc6b4dd2145 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 03:56:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 210 ++++++++--------------------------------------- 1 file changed, 32 insertions(+), 178 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b3c5a8b..157f10b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,105 +28,36 @@ export default function LandingPage() {
@@ -137,73 +68,22 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: "f1", - title: "Cowboy Burger", - author: "Fan Favourite", - description: "A thick, hand-formed patty loaded with smoky toppings. Cooked to order, perfectly seasoned, always satisfying.", - tags: [ - "Burger", - "House Made", - ], - imageSrc: "http://img.b2bpic.net/free-photo/composition-with-delicious-vegan-burger_23-2149039337.jpg", - }, - { - id: "f2", - title: "All-You-Can-Eat Cod", - author: "Every Friday", - description: "Golden-fried Atlantic cod every Friday night. Comes with fries and coleslaw. A Leota tradition since day one.", - tags: [ - "Fish Fry", - "Tradition", - ], - imageSrc: "http://img.b2bpic.net/free-photo/calamari-rings-served-with-lemon-mayonnaise_140725-1504.jpg", - }, - { - id: "f3", - title: "Low & Slow Brisket", - author: "House Smoked", - description: "House-smoked brisket, fall-apart tender with a bark you'll dream about. One of northern Michigan's best.", - tags: [ - "BBQ", - "Smoked", - ], - imageSrc: "http://img.b2bpic.net/free-photo/roasted-beef-sirloin-with-rosemary-pepper_1150-18510.jpg", - }, + { id: "f1", title: "Red Velvet Cupcakes", author: "Best Seller", description: "Enormous, moist, and crowned with velvety cream cheese frosting.", tags: ["Cupcakes", "Best Seller"], imageSrc: "https://images.unsplash.com/photo-1614707267537-b85afa001e4b?q=80&w=800" }, + { id: "f2", title: "Key Lime Cake", author: "Fan Favourite", description: "Bright, tangy key lime layered with silky cream cheese icing.", tags: ["Cake", "Fan Favourite"], imageSrc: "https://images.unsplash.com/photo-1519340333755-56e9c1d09778?q=80&w=800" }, + { id: "f3", title: "Banana Pudding", author: "Local Legend", description: "Creamy, dreamy, old-fashioned banana pudding. Montgomery's best.", tags: ["Pudding", "Classic"], imageSrc: "https://images.unsplash.com/photo-1579306194937-3306206093d0?q=80&w=800" }, ]} - title="Our Menu Favorites" - description="Made-in-house, honest portions, and real northern Michigan flavour. Come hungry." + title="Our Signature Creations" + description="Every item made to order — moist, generous, and made with the kind of love you can actually taste." />
@@ -212,50 +92,24 @@ export default function LandingPage() {
-- 2.49.1