Update src/app/page.tsx

This commit is contained in:
2026-05-24 22:18:34 +00:00
parent 663fd4ff8e
commit 78de9f8eb9

View File

@@ -65,7 +65,7 @@ export default function LandingPage() {
handle: "Birthday Guest",
testimonial: "The hibachi chef was hilarious and the food was perfect. Best birthday celebration!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-steak-with-rosemary-tomatoes-human-hands-barbecue_176474-3115.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-steak-with-rosemary-tomatoes-human-hands-barbecue_176474-3115.jpg?_wi=1",
imageAlt: "hibachi chef cooking performance restaurant",
},
{
@@ -81,7 +81,7 @@ export default function LandingPage() {
handle: "Anniversary",
testimonial: "Great atmosphere for a date night. Attentive service and huge portions.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/hamachi-sushi_74190-5920.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/hamachi-sushi_74190-5920.jpg?_wi=1",
imageAlt: "hibachi chef cooking performance restaurant",
},
{
@@ -89,7 +89,7 @@ export default function LandingPage() {
handle: "Foodie",
testimonial: "Fresh sashimi, incredible rolls, and the hibachi grill show is just mesmerizing.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/sansoji-temple-famous-tokyo-japan_1150-11097.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sansoji-temple-famous-tokyo-japan_1150-11097.jpg?_wi=1",
imageAlt: "hibachi chef cooking performance restaurant",
},
{
@@ -97,7 +97,7 @@ export default function LandingPage() {
handle: "Family Night",
testimonial: "The kids loved the fire show and the desserts were a delightful surprise.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/long-steel-dish-with-grape-sliced-apple-watermelon_8353-572.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/long-steel-dish-with-grape-sliced-apple-watermelon_8353-572.jpg?_wi=1",
imageAlt: "hibachi chef cooking performance restaurant",
},
]}
@@ -111,7 +111,7 @@ export default function LandingPage() {
href: "https://umahibachisushi.com",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/side-view-grilled-steak-with-rosemary-tomatoes-human-hands-barbecue_176474-3115.jpg"
imageSrc="http://img.b2bpic.net/free-photo/side-view-grilled-steak-with-rosemary-tomatoes-human-hands-barbecue_176474-3115.jpg?_wi=2"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking_23-2148934674.jpg",
@@ -194,13 +194,13 @@ export default function LandingPage() {
id: "p1",
name: "Hibachi Dinner",
price: "Market Price",
imageSrc: "http://img.b2bpic.net/free-photo/hamachi-sushi_74190-5920.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/hamachi-sushi_74190-5920.jpg?_wi=2",
},
{
id: "p2",
name: "Lobster Jalapeño Roll",
price: "$18",
imageSrc: "http://img.b2bpic.net/free-photo/long-steel-dish-with-grape-sliced-apple-watermelon_8353-572.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/long-steel-dish-with-grape-sliced-apple-watermelon_8353-572.jpg?_wi=2",
},
{
id: "p3",
@@ -317,7 +317,7 @@ export default function LandingPage() {
rows: 4,
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/sansoji-temple-famous-tokyo-japan_1150-11097.jpg"
imageSrc="http://img.b2bpic.net/free-photo/sansoji-temple-famous-tokyo-japan_1150-11097.jpg?_wi=2"
/>
</div>