From ceaaf05632596a44949043ee17c4a36e2af7f28e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 21:07:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cadb2d3..5f5aded 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -105,9 +105,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { title: "Premium Quality", description: "Strict quality control on all food staples.", bentoComponent: { icon: CheckCircle }, imageSrc: "http://img.b2bpic.net/free-photo/cooking-ingredients-kitchen_53876-47074.jpg", imageAlt: "staple food supply warehouse" }, - { title: "Global Logistics", description: "Efficient supply chains in Lebanon and Iraq.", bentoComponent: { icon: Globe }, imageSrc: "http://img.b2bpic.net/free-photo/spoons-bag-with-rice_23-2147897533.jpg", imageAlt: "staple food supply warehouse" }, - { title: "Bulk Pricing", description: "Competitive rates for wholesale partners.", bentoComponent: { icon: DollarSign }, imageSrc: "http://img.b2bpic.net/free-photo/row-cookies-open-box_23-2147975215.jpg", imageAlt: "staple food supply warehouse" } + { title: "Premium Quality", description: "Strict quality control on all food staples.", bentoComponent: "reveal-icon", icon: CheckCircle, imageSrc: "http://img.b2bpic.net/free-photo/cooking-ingredients-kitchen_53876-47074.jpg", imageAlt: "staple food supply warehouse" }, + { title: "Global Logistics", description: "Efficient supply chains in Lebanon and Iraq.", bentoComponent: "reveal-icon", icon: Globe, imageSrc: "http://img.b2bpic.net/free-photo/spoons-bag-with-rice_23-2147897533.jpg", imageAlt: "staple food supply warehouse" }, + { title: "Bulk Pricing", description: "Competitive rates for wholesale partners.", bentoComponent: "reveal-icon", icon: DollarSign, imageSrc: "http://img.b2bpic.net/free-photo/row-cookies-open-box_23-2147975215.jpg", imageAlt: "staple food supply warehouse" } ]} title="Why Choose Sam's Trading" description="Reliability, quality, and community support in everything we do." -- 2.49.1