From 8cc27cfd8b3559237174ea772b83a4640accbeff Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 23:37:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 248 +++++++---------------------------------------- 1 file changed, 37 insertions(+), 211 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 58a34ef..3192fc8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,10 @@ export default function LandingPage() { @@ -116,24 +74,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - title: "Fresh Produce", - description: "Delivered daily from local farms to your kitchen.", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-organic-vegetables-wooden-basket-high-quality-photo_114579-27080.jpg", - imageAlt: "Produce", - }, - { - title: "Bakery Delights", - description: "Fresh bread and pastries baked on-site.", - imageSrc: "http://img.b2bpic.net/free-photo/bakery-atmospheric-photo_1321-4640.jpg", - imageAlt: "Bakery", - }, - { - title: "Quick Service", - description: "Fast and friendly checkout experience.", - imageSrc: "http://img.b2bpic.net/free-photo/person-paying-with-nfc-technology-restaurant_23-2150039466.jpg", - imageAlt: "Service", - }, + { title: "Fresh Produce", description: "Delivered daily from local farms to your kitchen.", imageSrc: "http://img.b2bpic.net/free-photo/fresh-organic-vegetables-wooden-basket-high-quality-photo_114579-27080.jpg", imageAlt: "Produce" }, + { title: "Bakery Delights", description: "Fresh bread and pastries baked on-site.", imageSrc: "http://img.b2bpic.net/free-photo/bakery-atmospheric-photo_1321-4640.jpg", imageAlt: "Bakery" }, + { title: "Quick Service", description: "Fast and friendly checkout experience.", imageSrc: "http://img.b2bpic.net/free-photo/person-paying-with-nfc-technology-restaurant_23-2150039466.jpg", imageAlt: "Service" }, ]} title="Why Choose Best Stop" description="We prioritize freshness and community above all else." @@ -147,42 +90,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { - id: "1", - name: "Organic Veggies", - price: "$4.50", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-basket-organic-vegetables_23-2148853366.jpg", - }, - { - id: "2", - name: "Fresh Sourdough", - price: "$6.00", - imageSrc: "http://img.b2bpic.net/free-photo/bakery-with-display-pastries-pastries_188544-40882.jpg", - }, - { - id: "3", - name: "Farm Milk", - price: "$3.75", - imageSrc: "http://img.b2bpic.net/free-photo/food-crisis-concept-with-empty-fridge_23-2150314854.jpg", - }, - { - id: "4", - name: "Artisan Snacks", - price: "$5.25", - imageSrc: "http://img.b2bpic.net/free-photo/product-branding-packaging_23-2150965868.jpg", - }, - { - id: "5", - name: "Healthy Juices", - price: "$4.00", - imageSrc: "http://img.b2bpic.net/free-photo/client-helped-by-vendor-supermarket_482257-76623.jpg", - }, - { - id: "6", - name: "Specialty Coffee", - price: "$12.00", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-composition-with-cotton-bag_23-2147671450.jpg", - }, + { id: "1", name: "Organic Veggies", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-basket-organic-vegetables_23-2148853366.jpg" }, + { id: "2", name: "Fresh Sourdough", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/bakery-with-display-pastries-pastries_188544-40882.jpg" }, + { id: "3", name: "Farm Milk", price: "$3.75", imageSrc: "http://img.b2bpic.net/free-photo/food-crisis-concept-with-empty-fridge_23-2150314854.jpg" }, + { id: "4", name: "Artisan Snacks", price: "$5.25", imageSrc: "http://img.b2bpic.net/free-photo/product-branding-packaging_23-2150965868.jpg" }, + { id: "5", name: "Healthy Juices", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/client-helped-by-vendor-supermarket_482257-76623.jpg" }, + { id: "6", name: "Specialty Coffee", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/coffee-composition-with-cotton-bag_23-2147671450.jpg" }, ]} title="Our Daily Essentials" description="Browse our curated selection of high-quality goods." @@ -191,30 +104,13 @@ export default function LandingPage() {
@@ -308,34 +160,8 @@ export default function LandingPage() {