2 Commits

Author SHA1 Message Date
5e9fc580d1 Update src/app/page.tsx 2026-04-04 16:18:25 +00:00
cbe194ee0d Merge version_1 into main
Merge version_1 into main
2026-04-04 15:48:05 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}