diff --git a/src/app/page.tsx b/src/app/page.tsx index 598a404..fdea296 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { description="Small menu. Big flavors. Generous portions. Friendly service locals love." tag="⭐⭐⭐⭐⭐ Rated by locals for food, service & atmosphere" tagAnimation="blur-reveal" - background="plain" + background={{ variant: "plain" }} buttons={[ { text: "🍽️ Book a Table", href: "#cta" }, { text: "📖 View Menu", href: "#features" } @@ -58,13 +58,13 @@ export default function LandingPage() { id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-meat-medalion-with-sauce-grilled-vegetables-wooden-board_141793-2979.jpg", imageAlt: "Perfectly cooked plank steak" }, { - id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-table-with-elegant-setting-restaurant-evening_181624-24647.jpg?_wi=1", imageAlt: "Cozy intimate restaurant dining room" + id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-table-with-elegant-setting-restaurant-evening_181624-24647.jpg", imageAlt: "Cozy intimate restaurant dining room" }, { - id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-fishes-lemon-slices-greens-pepper-wooden-cutting-board-knife-blue-black-mix-colors-table_179666-18210.jpg?_wi=1", imageAlt: "Fresh fish fillet with gourmet presentation" + id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-fishes-lemon-slices-greens-pepper-wooden-cutting-board-knife-blue-black-mix-colors-table_179666-18210.jpg", imageAlt: "Fresh fish fillet with gourmet presentation" }, { - id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/rice-garnish-with-sauteed-mushrooms_114579-2157.jpg?_wi=1", imageAlt: "Elegant vegetarian dish" + id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/rice-garnish-with-sauteed-mushrooms_114579-2157.jpg", imageAlt: "Elegant vegetarian dish" }, { id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_1203-6632.jpg", imageAlt: "Premium wine service" @@ -122,27 +122,27 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Perfectly Cooked Plank Steak", description: "Our signature dish, grilled to perfection with premium cuts and expert technique.", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-piece-fries-with-sauces_140725-6196.jpg?_wi=1", imageAlt: "Perfectly cooked plank steak", buttonIcon: Flame, + title: "Perfectly Cooked Plank Steak", description: "Our signature dish, grilled to perfection with premium cuts and expert technique.", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-piece-fries-with-sauces_140725-6196.jpg", imageAlt: "Perfectly cooked plank steak", buttonIcon: Flame, buttonHref: "#cta" }, { - title: "Friendly Attentive Staff", description: "Warm hospitality and attentive service that makes every guest feel genuinely welcomed.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-man-luxurious-restaurant_23-2150517452.jpg?_wi=1", imageAlt: "Professional restaurant staff", buttonIcon: Heart, + title: "Friendly Attentive Staff", description: "Warm hospitality and attentive service that makes every guest feel genuinely welcomed.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-man-luxurious-restaurant_23-2150517452.jpg", imageAlt: "Professional restaurant staff", buttonIcon: Heart, buttonHref: "#cta" }, { - title: "Cozy Homely Atmosphere", description: "An elegant yet relaxed environment perfect for intimate dinners and special occasions.", imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_74190-1311.jpg?_wi=1", imageAlt: "Cozy restaurant ambiance", buttonIcon: Home, + title: "Cozy Homely Atmosphere", description: "An elegant yet relaxed environment perfect for intimate dinners and special occasions.", imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_74190-1311.jpg", imageAlt: "Cozy restaurant ambiance", buttonIcon: Home, buttonHref: "#cta" }, { - title: "Beautifully Presented Dishes", description: "Each plate is carefully plated with attention to both visual appeal and culinary excellence.", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-piece-fries-with-sauces_140725-6196.jpg?_wi=2", imageAlt: "Beautifully presented dish", buttonIcon: Sparkles, + title: "Beautifully Presented Dishes", description: "Each plate is carefully plated with attention to both visual appeal and culinary excellence.", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-piece-fries-with-sauces_140725-6196.jpg", imageAlt: "Beautifully presented dish", buttonIcon: Sparkles, buttonHref: "#cta" }, { - title: "Great Value for Quality", description: "Generous portions and competitive pricing for our upscale, carefully curated menu.", imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_74190-1311.jpg?_wi=2", imageAlt: "Restaurant interior", buttonIcon: TrendingUp, + title: "Great Value for Quality", description: "Generous portions and competitive pricing for our upscale, carefully curated menu.", imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_74190-1311.jpg", imageAlt: "Restaurant interior", buttonIcon: TrendingUp, buttonHref: "#cta" }, { - title: "Small Menu, Maximum Excellence", description: "Every item on our menu is crafted with passion and perfection. We specialize in what we do best.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-man-luxurious-restaurant_23-2150517452.jpg?_wi=2", imageAlt: "Chef preparing food", buttonIcon: CheckCircle, + title: "Small Menu, Maximum Excellence", description: "Every item on our menu is crafted with passion and perfection. We specialize in what we do best.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-man-luxurious-restaurant_23-2150517452.jpg", imageAlt: "Chef preparing food", buttonIcon: CheckCircle, buttonHref: "#cta" } ]} @@ -162,13 +162,13 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "steak", name: "Signature Plank Steak", price: "From 350 SEK", variant: "Chef's Selection", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-piece-fries-with-sauces_140725-6196.jpg?_wi=3", imageAlt: "Perfectly cooked plank steak" + id: "steak", name: "Signature Plank Steak", price: "From 350 SEK", variant: "Chef's Selection", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-piece-fries-with-sauces_140725-6196.jpg", imageAlt: "Perfectly cooked plank steak" }, { - id: "fish", name: "Fresh Fish Selection", price: "From 320 SEK", variant: "Daily Catch", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-fishes-lemon-slices-greens-pepper-wooden-cutting-board-knife-blue-black-mix-colors-table_179666-18210.jpg?_wi=2", imageAlt: "Fresh fish fillet" + id: "fish", name: "Fresh Fish Selection", price: "From 320 SEK", variant: "Daily Catch", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-fishes-lemon-slices-greens-pepper-wooden-cutting-board-knife-blue-black-mix-colors-table_179666-18210.jpg", imageAlt: "Fresh fish fillet" }, { - id: "vegetarian", name: "Vegetarian Specialties", price: "From 280 SEK", variant: "Seasonal", imageSrc: "http://img.b2bpic.net/free-photo/rice-garnish-with-sauteed-mushrooms_114579-2157.jpg?_wi=2", imageAlt: "Elegant vegetarian dish" + id: "vegetarian", name: "Vegetarian Specialties", price: "From 280 SEK", variant: "Seasonal", imageSrc: "http://img.b2bpic.net/free-photo/rice-garnish-with-sauteed-mushrooms_114579-2157.jpg", imageAlt: "Elegant vegetarian dish" } ]} ariaLabel="Signature experience section" @@ -213,7 +213,7 @@ export default function LandingPage() { title="Reserve Your Table Tonight" description="Experience one of Östersund's most loved restaurants. We look forward to welcoming you." useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-table-with-elegant-setting-restaurant-evening_181624-24647.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-table-with-elegant-setting-restaurant-evening_181624-24647.jpg" imageAlt="Cozy restaurant dining room" mediaAnimation="slide-up" mediaPosition="right"