From b0c06f20cfba8779652a6762af6ec1f4fce3036a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 02:28:06 +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 61bfdf5..edbc710 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -157,13 +157,13 @@ export default function HomePage() { id: "3", value: "", title: "Modern Design", description: "Your site will look professional and premium, period.", icon: Sparkles, }, { - id: "4", value: "Included", title: "SEO Ready", description: "Every site comes optimized for search engines from day one.", icon: Search, + id: "4", value: "", title: "SEO Ready", description: "Every site comes optimized for search engines from day one.", icon: Search, }, { - id: "5", value: "Nationwide", title: "Service", description: "We work with businesses across the country, no location limits.", icon: MapPin, + id: "5", value: "", title: "Service", description: "We work with businesses across the country, no location limits.", icon: MapPin, }, { - id: "6", value: "Simple", title: "Process", description: "No technical knowledge needed. We handle everything for you.", icon: CheckCircle, + id: "6", value: "", title: "Process", description: "No technical knowledge needed. We handle everything for you.", icon: CheckCircle, }, ]} gridVariant="uniform-all-items-equal"