From 12662728ab12efc3f966bb83b3a4a08d0c271c03 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 09:41:41 +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 82da245..8a9456c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,6 @@ import FeatureCardNine from "@/components/sections/feature/FeatureCardNine"; import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo"; import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; -import { Wifi, Signal, Zap, ShieldCheck } from "lucide-react"; export default function SonicWifiPage() { return ( @@ -49,6 +48,7 @@ export default function SonicWifiPage() { showStepNumbers={true} animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} features={[ { title: "Gigabit Speeds", @@ -72,6 +72,7 @@ export default function SonicWifiPage() { gridVariant="uniform-all-items-equal" animationType="depth-3d" textboxLayout="default" + useInvertedBackground={false} metrics={[ { id: "1", value: "99.9%", description: "Uptime guarantee" }, { id: "2", value: "1Gbps", description: "Average speed" }, @@ -84,6 +85,8 @@ export default function SonicWifiPage() { tag="Get Started" title="Join the Network" description="Check availability in your area today." + background={{ variant: "sparkles-gradient" }} + useInvertedBackground={false} onSubmit={(email) => console.log(email)} /> -- 2.49.1