diff --git a/src/app/page.tsx b/src/app/page.tsx index cf45f55..5cb8ad9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -53,108 +45,58 @@ export default function LandingPage() { @@ -167,47 +109,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - name: "Blueberry Cheesecake", - price: "$8.50", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-cake-with-fresh-strawberries-dark-blue-desk_140725-115328.jpg?_wi=2", - imageAlt: "Blueberry Cheesecake", - }, + id: "p1", name: "Blueberry Cheesecake", price: "$8.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-cake-with-fresh-strawberries-dark-blue-desk_140725-115328.jpg", imageAlt: "Blueberry Cheesecake"}, { - id: "p2", - name: "Lotus Biscoff Cheesecake", - price: "$9.00", - imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cheesecake-side-view_140725-9106.jpg?_wi=2", - imageAlt: "Lotus Biscoff Cheesecake", - }, + id: "p2", name: "Lotus Biscoff Cheesecake", price: "$9.00", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cheesecake-side-view_140725-9106.jpg", imageAlt: "Lotus Biscoff Cheesecake"}, { - id: "p3", - name: "Signature Milk Cake", - price: "$7.50", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-cake-slice-inside-plate-dark-background-love-photo-sweet-pie-dessert-birthday-sugar_140725-160766.jpg?_wi=2", - imageAlt: "Signature Milk Cake", - }, + id: "p3", name: "Signature Milk Cake", price: "$7.50", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-cake-slice-inside-plate-dark-background-love-photo-sweet-pie-dessert-birthday-sugar_140725-160766.jpg", imageAlt: "Signature Milk Cake"}, { - id: "p4", - name: "Dark Chocolate Ganache", - price: "$9.50", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-chocolate-cake_23-2148549963.jpg?_wi=2", - imageAlt: "Dark Chocolate Ganache", - }, + id: "p4", name: "Dark Chocolate Ganache", price: "$9.50", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-chocolate-cake_23-2148549963.jpg", imageAlt: "Dark Chocolate Ganache"}, { - id: "p5", - name: "Strawberry Fruit Tart", - price: "$8.00", - imageSrc: "http://img.b2bpic.net/free-photo/strawberry-tart-with-custard_2829-14276.jpg?_wi=1", - imageAlt: "Strawberry Fruit Tart", - }, + id: "p5", name: "Strawberry Fruit Tart", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-tart-with-custard_2829-14276.jpg", imageAlt: "Strawberry Fruit Tart"}, { - id: "p6", - name: "Classic Vanilla Bean", - price: "$7.00", - imageSrc: "http://img.b2bpic.net/free-photo/carrot-cake_74190-2550.jpg", - imageAlt: "Classic Vanilla Bean", - }, + id: "p6", name: "Classic Vanilla Bean", price: "$7.00", imageSrc: "http://img.b2bpic.net/free-photo/carrot-cake_74190-2550.jpg", imageAlt: "Classic Vanilla Bean"}, ]} title="Best Sellers" description="Our most popular treats, freshly crafted just for you." @@ -216,44 +128,20 @@ export default function LandingPage() {