Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -55,7 +55,7 @@ export default function CafeLandingPage() {
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
{ text: "Find Us", href: "#hours-location" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hotel-dining-room-with-confortable-chairs_116348-106.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hotel-dining-room-with-confortable-chairs_116348-106.jpg?_wi=1"
|
||||
imageAlt="Artisan café interior with warm ambiance"
|
||||
imagePosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -77,10 +77,10 @@ export default function CafeLandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Single Origin", name: "Ethiopian Yirgacheffe", price: "$5.50", rating: 5,
|
||||
reviewCount: "248", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-coffee-concept-white-table_23-2148464874.jpg", imageAlt: "Ethiopian Yirgacheffe pour over coffee"},
|
||||
reviewCount: "248", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-coffee-concept-white-table_23-2148464874.jpg?_wi=1", imageAlt: "Ethiopian Yirgacheffe pour over coffee"},
|
||||
{
|
||||
id: "2", brand: "Signature Blend", name: "Cappuccino Classico", price: "$6.00", rating: 5,
|
||||
reviewCount: "312", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-coffee-concept-white-table_23-2148464874.jpg", imageAlt: "Cappuccino with latte art"},
|
||||
reviewCount: "312", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-coffee-concept-white-table_23-2148464874.jpg?_wi=2", imageAlt: "Cappuccino with latte art"},
|
||||
{
|
||||
id: "3", brand: "Artisan Pastry", name: "Pistachio Croissant", price: "$4.75", rating: 5,
|
||||
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tiramisu-with-latte-macchiato_23-2148322793.jpg", imageAlt: "Fresh pistachio croissant"},
|
||||
@@ -95,7 +95,7 @@ export default function CafeLandingPage() {
|
||||
description="Visit our Vancouver location anytime during our operating hours. We're perfectly positioned for your morning coffee, afternoon pastry break, or weekend brunch. Located near the Canada Line for easy access."
|
||||
tag="Location Information"
|
||||
tagIcon={MapPin}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-friends-eating-restaurant_23-2150491786.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-friends-eating-restaurant_23-2150491786.jpg?_wi=1"
|
||||
imageAlt="Café location and seating area"
|
||||
useInvertedBackground={true}
|
||||
buttons={[{ text: "Get Directions", href: "https://maps.google.com" }]}
|
||||
@@ -110,7 +110,7 @@ export default function CafeLandingPage() {
|
||||
{
|
||||
title: "Cozy Interior", description: "Warm lighting and comfortable seating perfect for work, meetings, or relaxation.", bentoComponent: "media-stack", items: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-eating-restaurant_23-2150491786.jpg", imageAlt: "Cozy seating area"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-eating-restaurant_23-2150491786.jpg?_wi=2", imageAlt: "Cozy seating area"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-apron-preparing-coffee-machine_23-2148366708.jpg", imageAlt: "Counter area"},
|
||||
{
|
||||
@@ -158,7 +158,7 @@ export default function CafeLandingPage() {
|
||||
required: true,
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hotel-dining-room-with-confortable-chairs_116348-106.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hotel-dining-room-with-confortable-chairs_116348-106.jpg?_wi=2"
|
||||
imageAlt="Contact us at Artisan Café"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user