Update src/app/page.tsx

This commit is contained in:
2026-03-10 12:36:30 +00:00
parent 246879892a
commit 01e7cfdf97

View File

@@ -48,13 +48,13 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/cafe-living-room-loft-style_1150-10726.jpg", imageAlt: "Hilltop restaurant dining room"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/plate-sauteed-mushroom-shrimp-served-with-tomato_141793-1994.jpg", imageAlt: "Hilltop signature appetizer"
imageSrc: "http://img.b2bpic.net/free-photo/plate-sauteed-mushroom-shrimp-served-with-tomato_141793-1994.jpg?_wi=1", imageAlt: "Hilltop signature appetizer"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/various-dessert-served-plate_140725-4307.jpg", imageAlt: "Hilltop main course"
imageSrc: "http://img.b2bpic.net/free-photo/various-dessert-served-plate_140725-4307.jpg?_wi=1", imageAlt: "Hilltop main course"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-cookie-pastries-inside-plate-light-table-biscuit-sugar-sweet-pastry-bake_140725-24487.jpg", imageAlt: "Hilltop dessert"
imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-cookie-pastries-inside-plate-light-table-biscuit-sugar-sweet-pastry-bake_140725-24487.jpg?_wi=1", imageAlt: "Hilltop dessert"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-placing-dishware-round-table-restaurant_23-2147936235.jpg", imageAlt: "Hilltop restaurant ambiance"
@@ -85,13 +85,13 @@ export default function LandingPage() {
tag="Culinary Excellence"
features={[
{
id: "01", title: "Pan-Seared Salmon", description: "Atlantic salmon with herb butter, roasted vegetables, and lemon beurre blanc", imageSrc: "http://img.b2bpic.net/free-photo/plate-sauteed-mushroom-shrimp-served-with-tomato_141793-1994.jpg", imageAlt: "Pan-seared salmon with herbs"
id: "01", title: "Pan-Seared Salmon", description: "Atlantic salmon with herb butter, roasted vegetables, and lemon beurre blanc", imageSrc: "http://img.b2bpic.net/free-photo/plate-sauteed-mushroom-shrimp-served-with-tomato_141793-1994.jpg?_wi=2", imageAlt: "Pan-seared salmon with herbs"
},
{
id: "02", title: "Wagyu Beef Tenderloin", description: "Premium Japanese wagyu with truffle reduction, root vegetables, and microgreens", imageSrc: "http://img.b2bpic.net/free-photo/various-dessert-served-plate_140725-4307.jpg", imageAlt: "Wagyu beef tenderloin plated"
id: "02", title: "Wagyu Beef Tenderloin", description: "Premium Japanese wagyu with truffle reduction, root vegetables, and microgreens", imageSrc: "http://img.b2bpic.net/free-photo/various-dessert-served-plate_140725-4307.jpg?_wi=2", imageAlt: "Wagyu beef tenderloin plated"
},
{
id: "03", title: "Chocolate Lava Cake", description: "Dark chocolate center with vanilla bean ice cream and fresh berries", imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-cookie-pastries-inside-plate-light-table-biscuit-sugar-sweet-pastry-bake_140725-24487.jpg", imageAlt: "Chocolate lava cake with berries"
id: "03", title: "Chocolate Lava Cake", description: "Dark chocolate center with vanilla bean ice cream and fresh berries", imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-cookie-pastries-inside-plate-light-table-biscuit-sugar-sweet-pastry-bake_140725-24487.jpg?_wi=2", imageAlt: "Chocolate lava cake with berries"
}
]}
animationType="slide-up"