From 3532c90fff7a5a01cbd0b195fa0421f718bbd63d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:49:56 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c108089..af80ba3 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,7 +11,8 @@ const geistMono = Geist_Mono({ }); export const metadata: Metadata = { - title: "Webild Studio", description: "Transform your vision into digital reality"}; + title: "Webild Studio", description: "Transform your vision into digital reality" +}; export default function RootLayout({ children, -- 2.49.1 From 3805b43e36ae1bffc2d9dab3c416dae0ea5680bb Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:49:57 +0000 Subject: [PATCH 2/2] 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 649734a..9b748ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -157,19 +157,19 @@ export default function LandingPage() { plans={[ { id: "1", badge: "Starter", badgeIcon: Zap, - price: "$2,500", subtitle: "Perfect for small businesses and portfolios", features: [ + price: "$1,500", subtitle: "Perfect for small businesses and portfolios", features: [ "5-page responsive website", "Mobile optimization", "Basic SEO setup", "Contact form integration", "1 month free support" ], }, { id: "2", badge: "Professional", badgeIcon: Star, - price: "$5,500", subtitle: "Best for growing businesses", features: [ + price: "$3,500", subtitle: "Best for growing businesses", features: [ "10-page custom website", "Advanced SEO optimization", "E-commerce functionality", "CMS integration", "Analytics setup", "3 months support included" ], }, { id: "3", badge: "Enterprise", badgeIcon: Crown, - price: "Custom", subtitle: "For large-scale projects", features: [ + price: "$7,500+", subtitle: "For large-scale projects", features: [ "Unlimited pages", "Custom functionality", "Advanced integrations", "Ongoing support", "Performance optimization", "Dedicated account manager" ], }, -- 2.49.1