Update src/app/page.tsx

This commit is contained in:
2026-05-12 09:42:44 +00:00
parent 2380a0da17
commit c0fe15252e

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
logoText="Gate House Cafe"
description="Your cozy neighborhood escape. Serving premium artisan coffee, fresh bakes, and local bites in a warm, welcoming space."
buttons={[{ text: "View Menu", href: "#features" }]}
imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-cartoon-welcome-door_23-2151645384.jpg"
imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-cartoon-welcome-door_23-2151645384.jpg?_wi=1"
imageAlt="Gate House Cafe Entrance"
/>
</div>
@@ -64,8 +64,8 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{ id: "f1", title: "Artisan Coffee", tags: ["Roast", "Premium"], imageSrc: "http://img.b2bpic.net/free-photo/interior-cafe-with-brick-walls_53876-153337.jpg" },
{ id: "f2", title: "Fresh Pastries", tags: ["Bake", "Daily"], imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-cartoon-welcome-door_23-2151645384.jpg" },
{ id: "f3", title: "Local Bites", tags: ["Farm", "Fresh"], imageSrc: "http://img.b2bpic.net/free-photo/easter-coffee-decorations-still-life_23-2150244070.jpg" }
{ id: "f2", title: "Fresh Pastries", tags: ["Bake", "Daily"], imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-cartoon-welcome-door_23-2151645384.jpg?_wi=2" },
{ id: "f3", title: "Local Bites", tags: ["Farm", "Fresh"], imageSrc: "http://img.b2bpic.net/free-photo/easter-coffee-decorations-still-life_23-2150244070.jpg?_wi=1" }
]}
title="Signature Offerings"
description="Hand-selected ingredients and traditional roasting methods."
@@ -79,7 +79,7 @@ export default function LandingPage() {
animationType="slide-up"
useInvertedBackground={true}
products={[
{ id: "p1", name: "Classic Espresso", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/easter-coffee-decorations-still-life_23-2150244070.jpg" },
{ id: "p1", name: "Classic Espresso", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/easter-coffee-decorations-still-life_23-2150244070.jpg?_wi=2" },
{ id: "p2", name: "Butter Croissant", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/spanich-sandwich-shop-window_1398-4866.jpg" },
{ id: "p3", name: "Turkey Avocado", price: "$9.50", imageSrc: "http://img.b2bpic.net/free-photo/sliced-pastry-stuffed-with-cheese-wood-piece_114579-83403.jpg" },
{ id: "p4", name: "Iced Cold Brew", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/iced-red-soda-glass_1339-6231.jpg" },