Update src/app/page.tsx

This commit is contained in:
2026-03-30 13:27:45 +00:00
parent 403771d08b
commit b3fe20eca5

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
buttons={[{ text: "Explore Menu", href: "#menu" }]}
slides={[
{ imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-bucket-with-forks-napkins-trendy-cafe-table_181624-8190.jpg", imageAlt: "Authentic dining" },
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-holds-plate-with-vegetable-salad-with-red-fish-with-greens_141793-4670.jpg", imageAlt: "Chef special" }
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-holds-plate-with-vegetable-salad-with-red-fish-with-greens_141793-4670.jpg?_wi=1", imageAlt: "Chef special" }
]}
autoplayDelay={4000}
/>
@@ -72,7 +72,7 @@ export default function LandingPage() {
products={[
{ id: "p1", brand: "Traditional", name: "Feast", price: "$18", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/salad-with-arugula-greens-orange-tomato-bread_140725-10998.jpg" },
{ id: "p2", brand: "Heritage", name: "Spice Curry", price: "$15", rating: 5, reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/traditional-mangal-salad-with-dill-tomatoes_114579-4304.jpg" },
{ id: "p3", brand: "Chef's", name: "Special Delight", price: "$22", rating: 4, reviewCount: "28", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-holds-plate-with-vegetable-salad-with-red-fish-with-greens_141793-4670.jpg" },
{ id: "p3", brand: "Chef's", name: "Special Delight", price: "$22", rating: 4, reviewCount: "28", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-holds-plate-with-vegetable-salad-with-red-fish-with-greens_141793-4670.jpg?_wi=2" },
]}
/>
</div>