3 Commits

Author SHA1 Message Date
086846db89 Merge version_3 into main
Merge version_3 into main
2026-03-03 12:20:09 +00:00
c3f56c0191 Update src/app/page.tsx 2026-03-03 12:20:04 +00:00
ad0a38d9a1 Merge version_2 into main
Merge version_2 into main
2026-03-03 12:08:02 +00:00

View File

@@ -125,7 +125,7 @@ export default function SonyPage() {
title="Real-time Adaptive Noise Cancellation powered by AI. Hear what matters. Silence everything else." title="Real-time Adaptive Noise Cancellation powered by AI. Hear what matters. Silence everything else."
useInvertedBackground={false} useInvertedBackground={false}
buttons={[ buttons={[
{ text: "Learn More", href: "#specs" } { text: "Learn More", href: "#features" }
]} ]}
/> />
</div> </div>
@@ -152,7 +152,7 @@ export default function SonyPage() {
} }
]} ]}
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
animationType="slide-up" animationType="scale-rotate"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
/> />
@@ -277,7 +277,7 @@ export default function SonyPage() {
background={{ variant: "plain" }} background={{ variant: "plain" }}
useInvertedBackground={false} useInvertedBackground={false}
buttons={[ buttons={[
{ text: "Buy Now - ₹39,990" }, { text: "Buy Now - ₹39,990", href: "#purchase" },
{ text: "Learn Payment Options", href: "#" } { text: "Learn Payment Options", href: "#" }
]} ]}
/> />