From e7ab624d387c077163fb0753d4f5d72816ec05de Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 16:16:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 159b34b..629fea6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,10 +34,10 @@ export default function LandingPage() { logoSrc="http://img.b2bpic.net/free-photo/3d-render-male-figure-holding-neck-pain_1048-14142.jpg" logoAlt="ShoulderPainRelief.pk Logo" navItems={[ - { name: "Problem", id: "#problem" }, - { name: "Features", id: "#features" }, - { name: "Reviews", id: "#reviews" }, - { name: "Order Now", id: "#offer" } + { name: "Problem", id: "problem" }, + { name: "Features", id: "features" }, + { name: "Reviews", id: "reviews" }, + { name: "Order Now", id: "offer" } ]} button={{ text: "Order Now & Get 40% Off →", href: "#offer" @@ -48,7 +48,7 @@ export default function LandingPage() {
@@ -161,7 +164,7 @@ export default function LandingPage() { animationType="slide-up" useInvertedBackground={true} plans={[ - { id: "current-offer", title: "Special Offer Price", price: "Rs. 3,599", period: "Today Only", features: ["40% Off (Save Rs. 2,400)", "Free Delivery Nationwide", "30-Day Easy Return Policy", "Cash on Delivery Available"], button: { text: "Order Karo — COD Available →", href: "#" }, imageSrc: "http://img.b2bpic.net/free-photo/person-using-massage-gun_23-2149398544.jpg?_wi=2", imageAlt: "Electric Heated Shoulder Brace Massager product shot" } + { id: "current-offer", title: "Special Offer Price", price: "Rs. 3,599", period: "Today Only", features: ["40% Off (Save Rs. 2,400)", "Free Delivery Nationwide", "30-Day Easy Return Policy", "Cash on Delivery Available"], button: { text: "Order Karo — COD Available →", href: "#" }, imageSrc: "http://img.b2bpic.net/free-photo/person-using-massage-gun_23-2149398544.jpg", imageAlt: "Electric Heated Shoulder Brace Massager product shot" } ]} />