From c3f56c019139ff7665d5caee752ec51a7306bbd7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 12:20:04 +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 2ed08d8..cce6ef9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -125,7 +125,7 @@ export default function SonyPage() { title="Real-time Adaptive Noise Cancellation powered by AI. Hear what matters. Silence everything else." useInvertedBackground={false} buttons={[ - { text: "Learn More", href: "#specs" } + { text: "Learn More", href: "#features" } ]} /> @@ -152,7 +152,7 @@ export default function SonyPage() { } ]} gridVariant="uniform-all-items-equal" - animationType="slide-up" + animationType="scale-rotate" textboxLayout="default" useInvertedBackground={true} /> @@ -277,7 +277,7 @@ export default function SonyPage() { background={{ variant: "plain" }} useInvertedBackground={false} buttons={[ - { text: "Buy Now - ₹39,990" }, + { text: "Buy Now - ₹39,990", href: "#purchase" }, { text: "Learn Payment Options", href: "#" } ]} /> -- 2.49.1