From f34cb7339a075657a735345bdeddd9b45aea7441 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 18:19:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 213 ++++++++++------------------------------------- 1 file changed, 46 insertions(+), 167 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d5af761..0cdf6dd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,68 +30,43 @@ export default function LandingPage() {
@@ -104,59 +79,23 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - brand: "Original", - name: "Roasted Salted", - price: "$8.99", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-salty-pine-nuts-wooden-bowl-with-shelled-sunflower-seeds_141793-88854.jpg", - }, + id: "p1", brand: "Original", name: "Roasted Salted", price: "$8.99", rating: 5, + reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-salty-pine-nuts-wooden-bowl-with-shelled-sunflower-seeds_141793-88854.jpg"}, { - id: "p2", - brand: "Sweet", - name: "Honey Roasted", - price: "$9.99", - rating: 5, - reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-nut-cakes-delicious-sticky-wooden-desk-cake_140725-25411.jpg", - }, + id: "p2", brand: "Sweet", name: "Honey Roasted", price: "$9.99", rating: 5, + reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/front-view-nut-cakes-delicious-sticky-wooden-desk-cake_140725-25411.jpg"}, { - id: "p3", - brand: "Spicy", - name: "Chili Crunch", - price: "$9.49", - rating: 4, - reviewCount: "92", - imageSrc: "http://img.b2bpic.net/free-photo/ingredients-dryfruits-cookies-granola-bar-wooden-table-with-napkin_23-2148026922.jpg", - }, + id: "p3", brand: "Spicy", name: "Chili Crunch", price: "$9.49", rating: 4, + reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/ingredients-dryfruits-cookies-granola-bar-wooden-table-with-napkin_23-2148026922.jpg"}, { - id: "p4", - brand: "Treat", - name: "Choco Covered", - price: "$10.99", - rating: 5, - reviewCount: "67", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-pillow-cookies-with-biscuits-white-desk-biscuit-cookie-sugar_140725-95303.jpg", - }, + id: "p4", brand: "Treat", name: "Choco Covered", price: "$10.99", rating: 5, + reviewCount: "67", imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-pillow-cookies-with-biscuits-white-desk-biscuit-cookie-sugar_140725-95303.jpg"}, { - id: "p5", - brand: "Raw", - name: "Fresh Harvest", - price: "$7.99", - rating: 4, - reviewCount: "45", - imageSrc: "http://img.b2bpic.net/free-photo/pile-fresh-peanuts-white-plate_114579-69268.jpg", - }, + id: "p5", brand: "Raw", name: "Fresh Harvest", price: "$7.99", rating: 4, + reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/pile-fresh-peanuts-white-plate_114579-69268.jpg"}, { - id: "p6", - brand: "Mixed", - name: "Squirrel Blend", - price: "$12.99", - rating: 5, - reviewCount: "150", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-nuts-arrangement-wooden-table_23-2148693992.jpg", - }, + id: "p6", brand: "Mixed", name: "Squirrel Blend", price: "$12.99", rating: 5, + reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-nuts-arrangement-wooden-table_23-2148693992.jpg"}, ]} title="Our Harvest" description="Hand-picked peanuts sourced directly from sustainable farms." @@ -165,25 +104,17 @@ export default function LandingPage() {
@@ -294,29 +183,19 @@ export default function LandingPage() { logoText="Squirrel's Nut Co." columns={[ { - title: "Products", - items: [ + title: "Products", items: [ { - label: "Shop All", - href: "#products", - }, + label: "Shop All", href: "#products"}, { - label: "Bundle", - href: "#", - }, + label: "Bundle", href: "#"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#", - }, + label: "About Us", href: "#"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, ]} -- 2.49.1