From 5e9fc580d16885e3750eed388790c666536acfc6 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 16:18:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c373854..de0c07c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { { text: "Explore Atmosphere", href: "#experience"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-white-long-sleeve-shirt-sitting-chair-cafe_250224-25.jpg" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtoFzNx8PRAsdl7afvijGbGs9Z/uploaded-1775319491185-b1ivsqwt.jpg" imageAlt="Troy Restaurant Interior" mediaAnimation="slide-up" /> @@ -66,11 +66,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "f1", title: "Coffee & Connections", description: "Start your morning with artisanal beans and a calm business-friendly environment.", tag: "Daily Spot", imageSrc: "http://img.b2bpic.net/free-photo/little-wooden-spoons-with-coffee-beans-coffee-powder_169016-5586.jpg"}, + id: "f1", title: "Coffee & Connections", description: "Start your morning with artisanal beans and a calm business-friendly environment.", tag: "Daily Spot", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtoFzNx8PRAsdl7afvijGbGs9Z/uploaded-1775319491185-b6knd4aa.jpg"}, { - id: "f2", title: "Business & Meetings", description: "The perfect backdrop for professional collaboration or productive lunches.", tag: "Meetings", imageSrc: "http://img.b2bpic.net/free-photo/happy-business-colleagues-serving-themselves_1262-1841.jpg"}, + id: "f2", title: "Business & Meetings", description: "The perfect backdrop for professional collaboration or productive lunches.", tag: "Meetings", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtoFzNx8PRAsdl7afvijGbGs9Z/uploaded-1775319491186-be16mcin.jpg"}, { - id: "f3", title: "Always Vibrant", description: "A bustling social hub known for great vibes and a steady stream of local favorites.", tag: "Social", imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-traditional-japanese-food-court_23-2148759568.jpg"}, + id: "f3", title: "Always Vibrant", description: "A bustling social hub known for great vibes and a steady stream of local favorites.", tag: "Social", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtoFzNx8PRAsdl7afvijGbGs9Z/uploaded-1775319491186-ii0gga62.jpg"}, ]} title="Why Troy?" description="We craft experiences, not just meals. Designed for every moment of your day." @@ -85,7 +85,7 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", name: "Signature Burger", price: "$18", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-burger-along-with-olives-cheese-tomatoes-green-salad-inside-round-plate_140725-11661.jpg"}, + id: "p1", name: "Signature Burger", price: "$18", variant: "Classic", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtoFzNx8PRAsdl7afvijGbGs9Z/uploaded-1775319491186-zn1cvzn0.jpg"}, { id: "p2", name: "Gourmet French Toast", price: "$14", variant: "Brunch", imageSrc: "http://img.b2bpic.net/free-photo/sweet-dessert-with-honey-toast-with-strawberry-jam_1203-9308.jpg"}, { @@ -176,4 +176,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1