diff --git a/src/app/page.tsx b/src/app/page.tsx index 094a2d2..a897d46 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,22 +30,10 @@ export default function LandingPage() {
@@ -99,42 +72,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { - id: "1", - name: "Prime Ribeye", - price: "AED 240", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-presentation_23-2151914042.jpg?_wi=1", - }, - { - id: "2", - name: "Signature Beef Ribs", - price: "AED 180", - imageSrc: "http://img.b2bpic.net/free-photo/hot-grilled-spare-ribs-with-barbecue-sauce-crumpled-paper-top-view-ai-generative_123827-23834.jpg?_wi=1", - }, - { - id: "3", - name: "Oak-Smoked Brisket", - price: "AED 165", - imageSrc: "http://img.b2bpic.net/free-photo/small-slice-cake-blue-platter-piece-fabric_114579-44847.jpg?_wi=1", - }, - { - id: "4", - name: "Grilled Lamb Chops", - price: "AED 195", - imageSrc: "http://img.b2bpic.net/free-photo/meat-ribs-sauce-with-baked-potatoes-broccoli_140725-2152.jpg", - }, - { - id: "5", - name: "Smoked Turkey Breast", - price: "AED 140", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-roast-beef-dinner-with-vegetables-wine_23-2151966869.jpg", - }, - { - id: "6", - name: "Artisan Grilled Sausages", - price: "AED 95", - imageSrc: "http://img.b2bpic.net/free-photo/baked-homemade-sausage-white-plate-thanksgiving-day_2829-19699.jpg", - }, + { id: "1", name: "Prime Ribeye", price: "AED 240", imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-presentation_23-2151914042.jpg" }, + { id: "2", name: "Signature Beef Ribs", price: "AED 180", imageSrc: "http://img.b2bpic.net/free-photo/hot-grilled-spare-ribs-with-barbecue-sauce-crumpled-paper-top-view-ai-generative_123827-23834.jpg" }, + { id: "3", name: "Oak-Smoked Brisket", price: "AED 165", imageSrc: "http://img.b2bpic.net/free-photo/small-slice-cake-blue-platter-piece-fabric_114579-44847.jpg" }, + { id: "4", name: "Grilled Lamb Chops", price: "AED 195", imageSrc: "http://img.b2bpic.net/free-photo/meat-ribs-sauce-with-baked-potatoes-broccoli_140725-2152.jpg" }, + { id: "5", name: "Smoked Turkey Breast", price: "AED 140", imageSrc: "http://img.b2bpic.net/free-photo/delicious-roast-beef-dinner-with-vegetables-wine_23-2151966869.jpg" }, + { id: "6", name: "Artisan Grilled Sausages", price: "AED 95", imageSrc: "http://img.b2bpic.net/free-photo/baked-homemade-sausage-white-plate-thanksgiving-day_2829-19699.jpg" } ]} title="Our Signature Selection" description="Exquisite cuts, perfectly seasoned and flame-kissed." @@ -143,39 +86,13 @@ export default function LandingPage() {