From 01b1172c285a3cc062e97e4f90d1a0671c589bad Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 21:08:39 +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 5128694..fc3ff39 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: { revealIcon: { icon: CheckCircle } } }, - { title: "Global Logistics", description: "Efficient supply chains in Lebanon and Iraq.", bentoComponent: { revealIcon: { icon: Globe } } }, - { title: "Bulk Pricing", description: "Competitive rates for wholesale partners.", bentoComponent: { revealIcon: { icon: DollarSign } } } + { title: "Premium Quality", description: "Strict quality control on all food staples.", bentoComponent: { icon: CheckCircle } }, + { title: "Global Logistics", description: "Efficient supply chains in Lebanon and Iraq.", bentoComponent: { icon: Globe } }, + { title: "Bulk Pricing", description: "Competitive rates for wholesale partners.", bentoComponent: { icon: DollarSign } } ]} title="Why Choose Sam's Trading" description="Reliability, quality, and community support in everything we do." -- 2.49.1