Merge version_1 into main #1
@@ -85,7 +85,7 @@ export default function LandingPage() {
|
||||
title: "Culinary Artistry", description: "Each plate is a masterpiece of flavor and presentation, crafted with meticulous attention to detail.", icon: ChefHat,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-cooked-with-seafoods-fresh-vegetables-served-grey-granite-plate_114579-1833.jpg", imageAlt: "Gourmet plating with fine dining presentation"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-cooked-with-seafoods-fresh-vegetables-served-grey-granite-plate_114579-1833.jpg?_wi=1", imageAlt: "Gourmet plating with fine dining presentation"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gold-candlestick-standing-festive-table-home-new-year-eve-concept_132075-11279.jpg", imageAlt: "Intimate dining table setting"
|
||||
@@ -96,7 +96,7 @@ export default function LandingPage() {
|
||||
title: "Sophisticated Ambiance", description: "Candlelit tables, refined design, and carefully curated lighting create an unforgettable atmosphere.", icon: Sparkles,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/classic-luxury-style-restaurant-with-tables-chairs_140725-9389.jpg", imageAlt: "Fine dining interior design with elegant decor"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/classic-luxury-style-restaurant-with-tables-chairs_140725-9389.jpg?_wi=1", imageAlt: "Fine dining interior design with elegant decor"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-man-virtual-date_23-2149295191.jpg", imageAlt: "Wine selection and bar ambiance"
|
||||
@@ -132,16 +132,16 @@ export default function LandingPage() {
|
||||
tagAnimation="blur-reveal"
|
||||
products={[
|
||||
{
|
||||
id: "starters-1", name: "Amuse Bouche", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-cooked-with-seafoods-fresh-vegetables-served-grey-granite-plate_114579-1833.jpg", imageAlt: "Gourmet amuse bouche starter"
|
||||
id: "starters-1", name: "Amuse Bouche", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-cooked-with-seafoods-fresh-vegetables-served-grey-granite-plate_114579-1833.jpg?_wi=2", imageAlt: "Gourmet amuse bouche starter"
|
||||
},
|
||||
{
|
||||
id: "mains-1", name: "Pan-Seared Diver Scallops", price: "$42", imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-cooked-with-seafoods-fresh-vegetables-served-grey-granite-plate_114579-1833.jpg", imageAlt: "Pan-seared scallops fine dining"
|
||||
id: "mains-1", name: "Pan-Seared Diver Scallops", price: "$42", imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-cooked-with-seafoods-fresh-vegetables-served-grey-granite-plate_114579-1833.jpg?_wi=3", imageAlt: "Pan-seared scallops fine dining"
|
||||
},
|
||||
{
|
||||
id: "mains-2", name: "Grass-Fed Beef Tenderloin", price: "$58", imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-cooked-with-seafoods-fresh-vegetables-served-grey-granite-plate_114579-1833.jpg", imageAlt: "Premium beef tenderloin plating"
|
||||
id: "mains-2", name: "Grass-Fed Beef Tenderloin", price: "$58", imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-cooked-with-seafoods-fresh-vegetables-served-grey-granite-plate_114579-1833.jpg?_wi=4", imageAlt: "Premium beef tenderloin plating"
|
||||
},
|
||||
{
|
||||
id: "desserts-1", name: "Chocolate Soufflé", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-cooked-with-seafoods-fresh-vegetables-served-grey-granite-plate_114579-1833.jpg", imageAlt: "Chocolate soufflé dessert"
|
||||
id: "desserts-1", name: "Chocolate Soufflé", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-cooked-with-seafoods-fresh-vegetables-served-grey-granite-plate_114579-1833.jpg?_wi=5", imageAlt: "Chocolate soufflé dessert"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -225,7 +225,7 @@ export default function LandingPage() {
|
||||
tagAnimation="blur-reveal"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/classic-luxury-style-restaurant-with-tables-chairs_140725-9389.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/classic-luxury-style-restaurant-with-tables-chairs_140725-9389.jpg?_wi=2"
|
||||
imageAlt="Fine dining restaurant interior ambiance"
|
||||
mediaAnimation="opacity"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user