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
@@ -60,9 +60,9 @@ export default function LandingPage() {
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-milk-poured-coffee-cup_23-2148366658.jpg", imageAlt: "Coffee pouring into cup with warm café ambiance"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cozy-room-with-beautiful-handmade-ceramic-cup_169016-3810.jpg", imageAlt: "Cozy café interior with warm earthy aesthetic"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cozy-room-with-beautiful-handmade-ceramic-cup_169016-3810.jpg?_wi=1", imageAlt: "Cozy café interior with warm earthy aesthetic"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dessert-set-with-cup-coffee-top-view_141793-2760.jpg", imageAlt: "Beautifully plated Italian dishes and desserts"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dessert-set-with-cup-coffee-top-view_141793-2760.jpg?_wi=1", imageAlt: "Beautifully plated Italian dishes and desserts"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
@@ -94,7 +94,7 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Cozy & Earthy Ambience", description: "Rustic textures, warm lighting, and intimate seating designed to slow you down and create meaningful moments.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cozy-room-with-beautiful-handmade-ceramic-cup_169016-3810.jpg", imageAlt: "Warm cozy café interior design"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cozy-room-with-beautiful-handmade-ceramic-cup_169016-3810.jpg?_wi=2", imageAlt: "Warm cozy café interior design"},
|
||||
items: [
|
||||
{ icon: Lightbulb, text: "Warm golden lighting" },
|
||||
{ icon: Home, text: "Intimate seating spaces" },
|
||||
@@ -114,7 +114,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "3", title: "Curated Dishes That Delight", description: "Pasta, pizza, sandwiches, and desserts crafted for flavor and Instagram-worthy presentation.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dessert-set-with-cup-coffee-top-view_141793-2760.jpg", imageAlt: "Beautifully plated café dishes"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dessert-set-with-cup-coffee-top-view_141793-2760.jpg?_wi=2", imageAlt: "Beautifully plated café dishes"},
|
||||
items: [
|
||||
{ icon: UtensilsCrossed, text: "Italian-inspired cuisine" },
|
||||
{ icon: Eye, text: "Beautiful plating" },
|
||||
|
||||
Reference in New Issue
Block a user