Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-16 15:03:15 +00:00

View File

@@ -66,7 +66,7 @@ export default function LandingPage() {
name: "Mark T.", handle: "@mark_t", testimonial: "A culinary journey that I will be repeating very soon. Exceptional service.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-chain-necklace_23-2149409803.jpg"},
]}
imageSrc="http://img.b2bpic.net/free-photo/dark-plate-bowl-with-poppy-seeds-black-background_23-2148340361.jpg"
imageSrc="http://img.b2bpic.net/free-photo/dark-plate-bowl-with-poppy-seeds-black-background_23-2148340361.jpg?_wi=1"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/female-sommelier_1098-14998.jpg", alt: "Diner 1"},
@@ -107,11 +107,11 @@ export default function LandingPage() {
{
id: "f2", title: "Chef-Inspired", descriptions: [
"Crafted by award-winning chefs using premium seasonings."],
imageSrc: "http://img.b2bpic.net/free-photo/dark-plate-bowl-with-poppy-seeds-black-background_23-2148340361.jpg", imageAlt: "restaurant kitchen professional chef"},
imageSrc: "http://img.b2bpic.net/free-photo/dark-plate-bowl-with-poppy-seeds-black-background_23-2148340361.jpg?_wi=2", imageAlt: "restaurant kitchen professional chef"},
{
id: "f3", title: "Modern Ambiance", descriptions: [
"Elegant and intimate environment for your special occasion."],
imageSrc: "http://img.b2bpic.net/free-photo/gourmet-steak-with-berries-cherry-tomatoes-dark-plate_84443-82593.jpg", imageAlt: "restaurant kitchen professional chef"},
imageSrc: "http://img.b2bpic.net/free-photo/gourmet-steak-with-berries-cherry-tomatoes-dark-plate_84443-82593.jpg?_wi=1", imageAlt: "restaurant kitchen professional chef"},
]}
title="Why Pork & Go?"
description="We blend traditional techniques with modern culinary arts."
@@ -126,7 +126,7 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1", name: "Signature Pork Belly", price: "$38", variant: "Gourmet", imageSrc: "http://img.b2bpic.net/free-photo/gourmet-steak-with-berries-cherry-tomatoes-dark-plate_84443-82593.jpg"},
id: "p1", name: "Signature Pork Belly", price: "$38", variant: "Gourmet", imageSrc: "http://img.b2bpic.net/free-photo/gourmet-steak-with-berries-cherry-tomatoes-dark-plate_84443-82593.jpg?_wi=2"},
{
id: "p2", name: "Smoked Pork Ribs", price: "$42", variant: "BBQ", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-pomegranate-glass-wine_140725-3638.jpg"},
{