From d3915a6455261393d20142863a66102c85acfc99 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 05:53:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0d11916..6a4d3db 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -178,8 +178,8 @@ export default function LandingPage() { plans={[ { id: "1", badge: "Most Popular", badgeIcon: Sparkles, - price: "$99", name: "Complete Bundle", buttons: [ - { text: "Download Now", href: "#" }, + price: "₹99", name: "Complete Bundle", buttons: [ + { text: "Download Now", href: "https://superprofile.bio/vp/editingassetsfolderLOCKED_SELECTION" }, { text: "Learn More", href: "#" } ], features: [ @@ -209,7 +209,7 @@ export default function LandingPage() { id: "3", title: "How do I download the files?", content: "After purchase, you'll receive an instant download link with all files organized by category. Simply extract the folder and import assets directly into your editing software." }, { - id: "4", title: "Is it a one-time purchase?", content: "Yes! This is a one-time payment of $99. You get lifetime access to all assets with no recurring subscriptions or hidden fees. Updates and new assets are included at no extra cost." + id: "4", title: "Is it a one-time purchase?", content: "Yes! This is a one-time payment of ₹99. You get lifetime access to all assets with no recurring subscriptions or hidden fees. Updates and new assets are included at no extra cost." }, { id: "5", title: "Can I use these in commercial projects?", content: "Yes! All music and sound effects are royalty-free. You can use them in YouTube videos, client projects, TikTok content, and commercial productions without additional licensing." @@ -256,4 +256,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1