From d1f40d2f96d07d6bb4cf6891bf9afad62f18b5fd Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 08:39:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 60cf0e2..ee43a7f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -116,7 +116,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} plans={[ - { id: "p1", title: "Starter Site", price: "₹4,999", period: "once", features: ["Mobile Responsive", "Fast Loading", "WhatsApp Integration"], button: { text: "Get Started", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/professional-studio-setup-ai-generated-content-photography-editing_482257-126882.jpg" }, + { id: "p1", title: "Starter Site", price: "₹4,999", period: "once", features: ["5-7 Day Delivery", "Mobile Responsive", "Fast Loading"], button: { text: "Get Started", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/professional-studio-setup-ai-generated-content-photography-editing_482257-126882.jpg" }, { id: "p2", title: "Professional", price: "Custom", period: "quoted", features: ["eCommerce Ready", "Premium UX Design", "Priority Support"], button: { text: "Enquire Now", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/dark-blue-geometric-background-with-copy-space_24972-1815.jpg?_wi=2" }, ]} title="Straightforward Pricing" @@ -191,4 +191,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1