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
@@ -51,7 +51,7 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "📅 Reserve Online", href: "#reservations"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/table-with-traditional-food-served-thanksgiving-day_23-2148632565.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/table-with-traditional-food-served-thanksgiving-day_23-2148632565.jpg?_wi=1"
|
||||
imageAlt="Traditional German Gasthaus interior with warm wood furnishings and cozy dining atmosphere"
|
||||
showDimOverlay={true}
|
||||
/>
|
||||
@@ -69,7 +69,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/table-with-traditional-food-served-thanksgiving-day_23-2148632565.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/table-with-traditional-food-served-thanksgiving-day_23-2148632565.jpg?_wi=2"
|
||||
imageAlt="Gasthaus Kandelblick interior"
|
||||
/>
|
||||
</div>
|
||||
@@ -82,7 +82,7 @@ export default function LandingPage() {
|
||||
tagIcon={ChefHat}
|
||||
features={[
|
||||
{
|
||||
title: "Badischer Sauerbraten", description: "Our signature braised beef with traditional red wine gravy, served with potato dumplings and seasonal vegetables.", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-pilaf-tomatoes-garlic-lemon-oil-fork-pilaf-tablecloth_140725-78467.jpg", imageAlt: "Badischer Sauerbraten with rich sauce and traditional sides", buttonIcon: ArrowRight,
|
||||
title: "Badischer Sauerbraten", description: "Our signature braised beef with traditional red wine gravy, served with potato dumplings and seasonal vegetables.", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-pilaf-tomatoes-garlic-lemon-oil-fork-pilaf-tablecloth_140725-78467.jpg?_wi=1", imageAlt: "Badischer Sauerbraten with rich sauce and traditional sides", buttonIcon: ArrowRight,
|
||||
buttonHref: "tel:+49761543337"},
|
||||
{
|
||||
title: "Seasonal Wild Game", description: "Fresh venison and wild boar preparations, featuring local and regional specialties that change throughout the hunting season.", imageSrc: "http://img.b2bpic.net/free-photo/lamb-ribs-herbs-close-up_23-2148516946.jpg", imageAlt: "Seasonal wild game dish from local Baden suppliers", buttonIcon: ArrowRight,
|
||||
@@ -91,7 +91,7 @@ export default function LandingPage() {
|
||||
title: "Fresh Fish Specialties", description: "Daily fresh fish selections from local suppliers, prepared with classic Baden techniques and seasonal accompaniments.", imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-with-tomatoes-sauce_140725-6177.jpg", imageAlt: "Fresh seasonal fish prepared in traditional Baden style", buttonIcon: ArrowRight,
|
||||
buttonHref: "tel:+49761543337"},
|
||||
{
|
||||
title: "Traditional Desserts", description: "Homemade German classics including Black Forest Cake, apple strudel, and seasonal fruit-based pastries.", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-pilaf-tomatoes-garlic-lemon-oil-fork-pilaf-tablecloth_140725-78467.jpg", imageAlt: "Traditional German desserts and pastries", buttonIcon: ArrowRight,
|
||||
title: "Traditional Desserts", description: "Homemade German classics including Black Forest Cake, apple strudel, and seasonal fruit-based pastries.", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-pilaf-tomatoes-garlic-lemon-oil-fork-pilaf-tablecloth_140725-78467.jpg?_wi=2", imageAlt: "Traditional German desserts and pastries", buttonIcon: ArrowRight,
|
||||
buttonHref: "tel:+49761543337"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -134,13 +134,13 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "birthday", brand: "Gasthaus Kandelblick", name: "Birthday Celebrations", price: "From €20/person", rating: 5,
|
||||
reviewCount: "45+", imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-friends-are-having-dinner-together_53876-40927.jpg", imageAlt: "Birthday celebration table setup"},
|
||||
reviewCount: "45+", imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-friends-are-having-dinner-together_53876-40927.jpg?_wi=1", imageAlt: "Birthday celebration table setup"},
|
||||
{
|
||||
id: "family", brand: "Gasthaus Kandelblick", name: "Family Gatherings", price: "From €22/person", rating: 5,
|
||||
reviewCount: "38+", imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-friends-are-having-dinner-together_53876-40927.jpg", imageAlt: "Family dinner gathering setup"},
|
||||
reviewCount: "38+", imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-friends-are-having-dinner-together_53876-40927.jpg?_wi=2", imageAlt: "Family dinner gathering setup"},
|
||||
{
|
||||
id: "anniversary", brand: "Gasthaus Kandelblick", name: "Anniversaries & Occasions", price: "From €25/person", rating: 5,
|
||||
reviewCount: "29+", imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-friends-are-having-dinner-together_53876-40927.jpg", imageAlt: "Anniversary celebration intimate setting"},
|
||||
reviewCount: "29+", imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-friends-are-having-dinner-together_53876-40927.jpg?_wi=3", imageAlt: "Anniversary celebration intimate setting"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user