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
@@ -45,19 +45,19 @@ export default function LandingPage() {
|
||||
description="Authentic Italian Dining on the Southern Oregon Coast"
|
||||
tag="A Hidden Gem"
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/delicious-customs-food-plate_52683-91623.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/delicious-customs-food-plate_52683-91623.jpg?_wi=1"
|
||||
imageAlt="Fresh handmade pasta with candlelit ambiance"
|
||||
background={{ variant: "plain" }}
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Mitchell", handle: "Portland, Oregon", testimonial: "We travel hours to eat at Cafe Gemma. The food and experience are always superb.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=1"},
|
||||
{
|
||||
name: "James Chen", handle: "San Francisco, California", testimonial: "10 out of 5 stars from start to finish. Every detail is perfection.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-attractive-woman-elegant-hotel-cafeteria_657883-401.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-attractive-woman-elegant-hotel-cafeteria_657883-401.jpg?_wi=1"},
|
||||
{
|
||||
name: "Elena Rodriguez", handle: "Seattle, Washington", testimonial: "Authentic Italian food tucked away in Port Orford. Worth the journey.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517405.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517405.jpg?_wi=1"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Reserve a Table", href: "#contact" },
|
||||
@@ -90,7 +90,7 @@ export default function LandingPage() {
|
||||
description="Nestled in the small town of Port Orford, Cafe Gemma has quietly become one of Oregon's most beloved dining experiences."
|
||||
subdescription="Every dish is made from scratch using traditional Italian recipes passed down through generations. The result? Food that feels like home — but tastes extraordinary."
|
||||
icon={Heart}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/table-setting_74190-2377.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/table-setting_74190-2377.jpg?_wi=1"
|
||||
imageAlt="Warm and elegant restaurant interior"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -107,9 +107,9 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Fresh Handmade Pasta", price: "Market Price", variant: "Classic Italian Pastas Crafted Daily", imageSrc: "http://img.b2bpic.net/free-photo/pasta-dish-with-beer_23-2148149203.jpg", imageAlt: "Cacio e pepe bucatini pasta"},
|
||||
id: "1", name: "Fresh Handmade Pasta", price: "Market Price", variant: "Classic Italian Pastas Crafted Daily", imageSrc: "http://img.b2bpic.net/free-photo/pasta-dish-with-beer_23-2148149203.jpg?_wi=1", imageAlt: "Cacio e pepe bucatini pasta"},
|
||||
{
|
||||
id: "2", name: "Cacio e Pepe Bucatini", price: "Market Price", variant: "Rich, Creamy, Peppery Perfection", imageSrc: "http://img.b2bpic.net/free-photo/pasta-dish-with-beer_23-2148149203.jpg", imageAlt: "Elegant cacio e pepe preparation"},
|
||||
id: "2", name: "Cacio e Pepe Bucatini", price: "Market Price", variant: "Rich, Creamy, Peppery Perfection", imageSrc: "http://img.b2bpic.net/free-photo/pasta-dish-with-beer_23-2148149203.jpg?_wi=2", imageAlt: "Elegant cacio e pepe preparation"},
|
||||
{
|
||||
id: "3", name: "Goat Cheese & Leek Ravioli", price: "Market Price", variant: "Customer Favorite, Silky Filling", imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-blue-plate-with-delicious-pasta-meal-served-with-tomato-meat-tan-color-towel-dinner-different-spices_140725-143897.jpg", imageAlt: "Artisanal goat cheese and leek ravioli"},
|
||||
{
|
||||
@@ -138,10 +138,10 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-couples-together-luxurious-restaurant_23-2150517427.jpg", imageAlt: "Wine selection for dining experience"},
|
||||
{
|
||||
id: "3", title: "Cozy, Home-Style Atmosphere", tags: ["Warm Welcome", "Intimate"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-setting_74190-2377.jpg", imageAlt: "Welcoming restaurant interior ambiance"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-setting_74190-2377.jpg?_wi=2", imageAlt: "Welcoming restaurant interior ambiance"},
|
||||
{
|
||||
id: "4", title: "Slow Dining Experience", tags: ["Worth the Wait", "Handcrafted"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-customs-food-plate_52683-91623.jpg", imageAlt: "Candlelit dining moment"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-customs-food-plate_52683-91623.jpg?_wi=2", imageAlt: "Candlelit dining moment"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -158,13 +158,13 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Marcus Johnson", role: "Salt Lake City", company: "Utah", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=2"},
|
||||
{
|
||||
id: "2", name: "Sophie Laurent", role: "Culinary Enthusiast", company: "San Francisco", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-attractive-woman-elegant-hotel-cafeteria_657883-401.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-attractive-woman-elegant-hotel-cafeteria_657883-401.jpg?_wi=2"},
|
||||
{
|
||||
id: "3", name: "David Walsh", role: "Food Writer", company: "Portland", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517405.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517405.jpg?_wi=2"},
|
||||
{
|
||||
id: "4", name: "Isabella Rossi", role: "Chef", company: "Seattle", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-look-one-side_1139-507.jpg"},
|
||||
|
||||
Reference in New Issue
Block a user