From b158e275d7b469893af83acba24ada62311f1b17 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 03:42:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d3953b1..f531a09 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,6 @@ import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import Link from 'next/link'; const navItems = [ { name: "Home", id: "/" } @@ -30,7 +29,7 @@ export default function HomePage() {
@@ -56,6 +55,7 @@ export default function HomePage() { animationType="slide-up" textboxLayout="default" showStepNumbers={false} + useInvertedBackground={false} title="Commercial Refrigeration Services" description="From walk-in coolers to ice machines, we keep your business running cold." features={[ @@ -70,6 +70,7 @@ export default function HomePage() { title="What Our Clients Say" description="Trusted by local businesses to keep things cool." textboxLayout="split" + useInvertedBackground={false} testimonials={[ { id: "1", name: "Stephanie Brown", date: "2024-05", title: "Business Owner", quote: "Friendly professional service! Definitely recommend!", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285285.jpg" }, { id: "2", name: "Blaine D", date: "2024-04", title: "Manager", quote: "Can't beat this kind of service! Thank you very much!", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/attractive-casual-african-american-girl-stylish-trench-coat-happily-looking-away-with-coffee-go-cafe-street_574295-2881.jpg" }, @@ -85,6 +86,7 @@ export default function HomePage() { title="Ready to Experience the Gem Difference?" description="Call now for fast, friendly service. Your business can't wait." background={{ variant: "gradient-bars" }} + useInvertedBackground={false} />