Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-08 17:07:00 +00:00

View File

@@ -58,7 +58,7 @@ export default function LandingPage() {
]}
carouselItems={[
{
id: "h1", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-yard-front-old-white-building-blue-sky_181624-17455.jpg", imageAlt: "Lush gardens"},
id: "h1", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-yard-front-old-white-building-blue-sky_181624-17455.jpg?_wi=1", imageAlt: "Lush gardens"},
{
id: "h2", imageSrc: "http://img.b2bpic.net/free-photo/wedding-setting-marriage-ceremony-garden_637285-5641.jpg", imageAlt: "Luxury wedding"},
{
@@ -91,26 +91,26 @@ export default function LandingPage() {
features={[
{
title: "QR Menu Integration", description: "Browse our variety of food online instantly before arriving.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/glass-champagne-with-candle-table_23-2147947875.jpg", imageAlt: "digital restaurant menu ui"
imageSrc: "http://img.b2bpic.net/free-photo/glass-champagne-with-candle-table_23-2147947875.jpg?_wi=1", imageAlt: "digital restaurant menu ui"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/glass-champagne-with-candle-table_23-2147947875.jpg", imageAlt: "digital restaurant menu ui"
imageSrc: "http://img.b2bpic.net/free-photo/glass-champagne-with-candle-table_23-2147947875.jpg?_wi=2", imageAlt: "digital restaurant menu ui"
}
},
{
title: "Digital Booking", description: "Reserve your table easily, including our recommended Friday Mornings.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/trading-manager-working-with-stock-market-diagrams-looking-real-time-stattistics-trend-with-forex-exchange-profit-rate-analyzing-hedge-fund-index-global-money-investment-laptop_482257-50292.jpg", imageAlt: "online table booking interface"
imageSrc: "http://img.b2bpic.net/free-photo/trading-manager-working-with-stock-market-diagrams-looking-real-time-stattistics-trend-with-forex-exchange-profit-rate-analyzing-hedge-fund-index-global-money-investment-laptop_482257-50292.jpg?_wi=1", imageAlt: "online table booking interface"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/trading-manager-working-with-stock-market-diagrams-looking-real-time-stattistics-trend-with-forex-exchange-profit-rate-analyzing-hedge-fund-index-global-money-investment-laptop_482257-50292.jpg", imageAlt: "online table booking interface"
imageSrc: "http://img.b2bpic.net/free-photo/trading-manager-working-with-stock-market-diagrams-looking-real-time-stattistics-trend-with-forex-exchange-profit-rate-analyzing-hedge-fund-index-global-money-investment-laptop_482257-50292.jpg?_wi=2", imageAlt: "online table booking interface"
}
},
{
title: "Virtual Viewing", description: "Preview our breathtaking lush green surroundings anytime.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-yard-front-old-white-building-blue-sky_181624-17455.jpg", imageAlt: "lush garden cinematic video"
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-yard-front-old-white-building-blue-sky_181624-17455.jpg?_wi=2", imageAlt: "lush garden cinematic video"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-yard-front-old-white-building-blue-sky_181624-17455.jpg", imageAlt: "lush garden cinematic video"
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-yard-front-old-white-building-blue-sky_181624-17455.jpg?_wi=3", imageAlt: "lush garden cinematic video"
}
}
]}