diff --git a/src/app/page.tsx b/src/app/page.tsx index a27f1a1..60079b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,10 @@ export default function LandingPage() { @@ -171,21 +91,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - icon: Leaf, - title: "Certified Organic", - description: "Strict quality standards for every item in our mart.", - }, - { - icon: Coffee, - title: "Artisanal Roasts", - description: "Small-batch coffee beans, freshly roasted daily.", - }, - { - icon: Truck, - title: "Local Sourcing", - description: "Supporting local farmers to reduce our carbon footprint.", - }, + { icon: Leaf, title: "Certified Organic", description: "Strict quality standards for every item in our mart." }, + { icon: Coffee, title: "Artisanal Roasts", description: "Small-batch coffee beans, freshly roasted daily." }, + { icon: Truck, title: "Local Sourcing", description: "Supporting local farmers to reduce our carbon footprint." }, ]} title="Why Gazuma?" description="Quality, freshness, and community guide everything we do." @@ -199,42 +107,12 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={true} products={[ - { - id: "1", - name: "Organic Red Apples", - price: "$4.50", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-bunch-tasty-looking-red-apples_181624-32229.jpg", - }, - { - id: "2", - name: "Artisanal Coffee Blend", - price: "$18.00", - imageSrc: "http://img.b2bpic.net/free-photo/black-italian-coffee-scoop-linen_1172-346.jpg", - }, - { - id: "3", - name: "Fresh Harvest Greens", - price: "$3.25", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-sweet-potato-tomato-onion-carrots-pepper-potato-ginger-wooden-table_181624-22894.jpg", - }, - { - id: "4", - name: "Rustic Sourdough Bread", - price: "$7.00", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-freshly-bakery-products-spikelets-wheat-wooden-background-close-up-photo-freshly-baked-bread-products_613910-6792.jpg", - }, - { - id: "5", - name: "Raw Wildflower Honey", - price: "$12.00", - imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-honey-drips-splashes_23-2151705840.jpg", - }, - { - id: "6", - name: "Organic Green Tea", - price: "$9.00", - imageSrc: "http://img.b2bpic.net/free-photo/dried-loose-teas-with-wheat-wooden-bowl_114579-51981.jpg", - }, + { id: "1", name: "Organic Red Apples", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-bunch-tasty-looking-red-apples_181624-32229.jpg" }, + { id: "2", name: "Artisanal Coffee Blend", price: "$18.00", imageSrc: "http://img.b2bpic.net/free-photo/black-italian-coffee-scoop-linen_1172-346.jpg" }, + { id: "3", name: "Fresh Harvest Greens", price: "$3.25", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-sweet-potato-tomato-onion-carrots-pepper-potato-ginger-wooden-table_181624-22894.jpg" }, + { id: "4", name: "Rustic Sourdough Bread", price: "$7.00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-freshly-bakery-products-spikelets-wheat-wooden-background-close-up-photo-freshly-baked-bread-products_613910-6792.jpg" }, + { id: "5", name: "Raw Wildflower Honey", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-honey-drips-splashes_23-2151705840.jpg" }, + { id: "6", name: "Organic Green Tea", price: "$9.00", imageSrc: "http://img.b2bpic.net/free-photo/dried-loose-teas-with-wheat-wooden-bowl_114579-51981.jpg" }, ]} title="Daily Picks" description="Curated selection from our aisles." @@ -243,63 +121,20 @@ export default function LandingPage() {
@@ -328,21 +156,9 @@ export default function LandingPage() {