From 331039b26321cc75066448cd880ea4814bd78620 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 14:06:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2226637..be1217f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,6 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar import BlogCardOne from '@/components/sections/blog/BlogCardOne'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBase from '@/components/sections/footer/FooterBase'; -import Link from "next/link"; const navItems = [{ name: "Home", id: "/" }]; @@ -78,6 +77,8 @@ export default function HomePage() { names={["Lifetime Frame Warranty", "Global Shipping", "SGS Safety Certified", "ISO Certified", "Pro-Grade Verified", "Gym Owner Approved", "Structural Integrity Certified"]} title="CERTIFIED QUALITY" description="Global standards in athletic safety." + textboxLayout="default" + useInvertedBackground={false} />
@@ -85,6 +86,7 @@ export default function HomePage() { animationType="scale-rotate" textboxLayout="default" gridVariant="uniform-all-items-equal" + useInvertedBackground={false} title="ESSENTIAL GEAR" description="Everything the forge demands." buttons={[{ text: "BUY NOW", href: "#contact" }]} @@ -114,6 +116,7 @@ export default function HomePage() {