diff --git a/src/app/page.tsx b/src/app/page.tsx index 0e8432f..1579b51 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,22 +29,10 @@ export default function LandingPage() { @@ -76,48 +58,12 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} products={[ - { - id: "1", - name: "Pudgie B Pizza", - price: "$28", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-pizza-cheese-ham-vintage-wooden-table_1150-4696.jpg?_wi=1", - imageAlt: "Signature pizza", - }, - { - id: "2", - name: "Monster Pepperoni", - price: "$24", - imageSrc: "http://img.b2bpic.net/free-photo/lamb-bone-covered-with-dough-finely-cooked_114579-2429.jpg", - imageAlt: "Pepperoni pizza", - }, - { - id: "3", - name: "Wings & Fries", - price: "$18", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fried-chicken-parts-plate-with-cutlery_23-2148646665.jpg?_wi=1", - imageAlt: "Wings plate", - }, - { - id: "4", - name: "Chicken Parm Sub", - price: "$16", - imageSrc: "http://img.b2bpic.net/free-photo/half-shot-delicious-best-snack-wine-served-brown-tray-right-side-gray-background_140725-140659.jpg", - imageAlt: "Sub sandwich", - }, - { - id: "5", - name: "S’mores Calzone", - price: "$12", - imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-pizza_1388-640.jpg", - imageAlt: "Dessert calzone", - }, - { - id: "6", - name: "Classic Calzone", - price: "$15", - imageSrc: "http://img.b2bpic.net/free-photo/slices-italian-pizza-with-utensils-ingredients-black-kitchen-worktop_23-2148076119.jpg?_wi=1", - imageAlt: "Classic calzone", - }, + { id: "1", name: "Pudgie B Pizza", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-pizza-cheese-ham-vintage-wooden-table_1150-4696.jpg", imageAlt: "Signature pizza" }, + { id: "2", name: "Monster Pepperoni", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/lamb-bone-covered-with-dough-finely-cooked_114579-2429.jpg", imageAlt: "Pepperoni pizza" }, + { id: "3", name: "Wings & Fries", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fried-chicken-parts-plate-with-cutlery_23-2148646665.jpg", imageAlt: "Wings plate" }, + { id: "4", name: "Chicken Parm Sub", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/half-shot-delicious-best-snack-wine-served-brown-tray-right-side-gray-background_140725-140659.jpg", imageAlt: "Sub sandwich" }, + { id: "5", name: "S’mores Calzone", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-pizza_1388-640.jpg", imageAlt: "Dessert calzone" }, + { id: "6", name: "Classic Calzone", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/slices-italian-pizza-with-utensils-ingredients-black-kitchen-worktop_23-2148076119.jpg", imageAlt: "Classic calzone" }, ]} title="Featured Items" description="Handcrafted perfection. Our signature lineup is built for those who don't compromise on flavor." @@ -129,10 +75,7 @@ export default function LandingPage() { useInvertedBackground={true} title="The Pudge Standard" description={[ - "Hand-tossed NYC-style crust with the perfect crunch.", - "Pizza, wings, and football Sundays done right.", - "Built for late-night cravings and Denver energy.", - ]} + "Hand-tossed NYC-style crust with the perfect crunch.", "Pizza, wings, and football Sundays done right.", "Built for late-night cravings and Denver energy."]} /> @@ -140,47 +83,13 @@ export default function LandingPage() { @@ -250,9 +126,7 @@ export default function LandingPage() {