From 8bb6de169f36e259592176dbec92279cbea84038 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 22:24:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 189 ++++++++--------------------------------------- 1 file changed, 31 insertions(+), 158 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d8551ba..23bae34 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,14 +29,10 @@ export default function LandingPage() { @@ -91,29 +63,13 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} testimonials={[ - { - id: "1", name: "Sarah J.", role: "Foodie", company: "Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-with-flower-table_23-2148001715.jpg"}, - { - id: "2", name: "Mike D.", role: "Regular", company: "Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/group-happy-young-people-having-dinner-together-dining-table-focus-is-redhead-woman-taking-food-from-her-friend_637285-3752.jpg"}, - { - id: "3", name: "Anna P.", role: "Guest", company: "Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-smiling_23-2148350545.jpg"}, - { - id: "4", name: "David L.", role: "Guest", company: "Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/adult-enjoying-cocktail_52683-107593.jpg"}, - { - id: "5", name: "Emma R.", role: "Regular", company: "Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-asian-pretty-woman-hungry-having-pizza-sunny-day-sunset-light-outdoor-restaurant-female-enjoying-food-having-fun-lunch_343596-1644.jpg"}, + { id: "1", name: "Sarah J.", role: "Foodie", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-with-flower-table_23-2148001715.jpg" }, + { id: "2", name: "Mike D.", role: "Regular", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/group-happy-young-people-having-dinner-together-dining-table-focus-is-redhead-woman-taking-food-from-her-friend_637285-3752.jpg" }, ]} kpiItems={[ - { - value: "1.6k+", label: "Happy Guests"}, - { - value: "4.3+", label: "Avg Rating"}, - { - value: "15+", label: "Years Served"}, + { value: "1.6k+", label: "Happy Guests" }, + { value: "4.3+", label: "Avg Rating" }, + { value: "15+", label: "Years Served" }, ]} title="Loved by Locals" description="Don't just take our word for it—join the generations who have made us their local institution." @@ -127,12 +83,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} features={[ - { - title: "Crafted Quality", description: "Only premium, carefully selected ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-person-cutting-fresh-cherry-tomatoes-wooden-board-table_181624-30584.jpg"}, - { - title: "Signature Creations", description: "Unique combinations you won't find anywhere else.", imageSrc: "http://img.b2bpic.net/free-photo/beer-glass-being-filled_23-2148098767.jpg"}, - { - title: "Warm Atmosphere", description: "A place where time slows down.", imageSrc: "http://img.b2bpic.net/free-photo/rustic-deck-with-patio-furniture-vegetation_23-2150698464.jpg"}, + { title: "Crafted Quality", description: "Only premium, carefully selected ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-person-cutting-fresh-cherry-tomatoes-wooden-board-table_181624-30584.jpg" }, + { title: "Signature Creations", description: "Unique combinations you won't find anywhere else.", imageSrc: "http://img.b2bpic.net/free-photo/beer-glass-being-filled_23-2148098767.jpg" }, + { title: "Warm Atmosphere", description: "A place where time slows down.", imageSrc: "http://img.b2bpic.net/free-photo/rustic-deck-with-patio-furniture-vegetation_23-2150698464.jpg" }, ]} title="More Than Food. It’s a Ritual." description="At Trepired Brew, every detail matters — from the first sip to the last bite." @@ -146,84 +99,25 @@ export default function LandingPage() { gridVariant="one-large-left-three-stacked-right" useInvertedBackground={true} products={[ - { - id: "p1", name: "Fig & Cheese Signature", price: "$18", variant: "Pizza", imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-pizza-wooden-surface_181624-5783.jpg"}, - { - id: "p2", name: "House Amber Ale", price: "$7", variant: "Brews", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beer-bubbles_23-2147919788.jpg"}, - { - id: "p3", name: "Pesto Infused Pasta", price: "$16", variant: "Classics", imageSrc: "http://img.b2bpic.net/free-photo/vermicelli-with-lemon-slices-wooden-plate-candles_114579-76553.jpg"}, - { - id: "p4", name: "Gourmet Mortadella & Veg", price: "$19", variant: "Pizza", imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-pizza-with-cheese-different-seasonings-light-white-desk_140725-78255.jpg"}, - { - id: "p5", name: "Seasonal Local Salad", price: "$12", variant: "Seasonal", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-vegetable-salad_1150-1872.jpg"}, - { - id: "p6", name: "Classic Perfected Margherita", price: "$14", variant: "Pizza", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-tasty-pizza-making_23-2148921361.jpg"}, + { id: "p1", name: "Fig & Cheese Signature", price: "$18", variant: "Pizza", imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-pizza-wooden-surface_181624-5783.jpg" }, + { id: "p2", name: "House Amber Ale", price: "$7", variant: "Brews", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beer-bubbles_23-2147919788.jpg" }, + { id: "p3", name: "Pesto Infused Pasta", price: "$16", variant: "Classics", imageSrc: "http://img.b2bpic.net/free-photo/vermicelli-with-lemon-slices-wooden-plate-candles_114579-76553.jpg" }, ]} title="Flavors Worth Returning For" description="Curated selection of our most loved dishes and signature brews." /> -
- -
- -
- -
- - -
@@ -231,30 +125,9 @@ export default function LandingPage() {