From 80ae905b52e558917799f266a11516fd1cc6b7c9 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 09:05:28 +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 d28143e..eef1c74 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,8 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Webuild - Professional Websites for Local Businesses", description: "Modern, fast websites built for restaurants, hotels, clinics, and service companies. Get more customers online."}; + title: "WebsForge - Professional Websites for Local Businesses", description: "Modern, fast websites built for restaurants, hotels, clinics, and service companies. Get more customers online." +}; export default function RootLayout({ children, -- 2.49.1 From 9d769e5f29a4d8c87622e99cf73630dbb35705e9 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 09:05:29 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 54 ++++++++++++++++++++++++------------------------ 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 37769bd..22ea1ce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,14 +31,14 @@ export default function HomePage() { @@ -54,8 +54,8 @@ export default function HomePage() { mediaAnimation="slide-up" imagePosition="right" buttons={[ - { text: "Start Your Website", href: "/contact" }, - { text: "See Our Work", href: "/portfolio" } + { text: "Start Your Website", href: "#contact" }, + { text: "See Our Work", href: "#portfolio" } ]} buttonAnimation="slide-up" testimonials={[ @@ -198,8 +198,8 @@ export default function HomePage() { { id: "starter", badge: "Starter", badgeIcon: Zap, price: "$1,999", subtitle: "Perfect for getting started online", buttons: [ - { text: "Choose Plan", href: "/contact" }, - { text: "Learn More", href: "/services" } + { text: "Choose Plan", href: "#contact" }, + { text: "Learn More", href: "#services" } ], features: [ "Up to 5 pages", "Mobile responsive design", "Contact form", "Google Maps integration", "Basic SEO optimization", "3 months of email support" @@ -208,8 +208,8 @@ export default function HomePage() { { id: "professional", badge: "Professional", badgeIcon: Star, price: "$3,999", subtitle: "Best for growing businesses", buttons: [ - { text: "Choose Plan", href: "/contact" }, - { text: "Learn More", href: "/services" } + { text: "Choose Plan", href: "#contact" }, + { text: "Learn More", href: "#services" } ], features: [ "Up to 15 pages", "Advanced mobile optimization", "Online booking/reservations", "Email marketing integration", "Advanced SEO & analytics", "6 months of support", "Monthly updates included" @@ -218,8 +218,8 @@ export default function HomePage() { { id: "enterprise", badge: "Enterprise", badgeIcon: Award, price: "$7,999", subtitle: "For ambitious businesses", buttons: [ - { text: "Choose Plan", href: "/contact" }, - { text: "Learn More", href: "/services" } + { text: "Choose Plan", href: "#contact" }, + { text: "Learn More", href: "#services" } ], features: [ "Unlimited pages", "Custom design & features", "E-commerce integration", "CRM integration", "Advanced security", "Priority 24/7 support", "Monthly optimization & reporting", "Training & documentation" @@ -270,8 +270,8 @@ export default function HomePage() { text="Ready to bring your business online and start attracting more customers? Let's build your professional website today." animationType="entrance-slide" buttons={[ - { text: "Start Your Website Now", href: "/contact" }, - { text: "Schedule a Consultation", href: "/contact" } + { text: "Start Your Website Now", href: "#contact" }, + { text: "Schedule a Consultation", href: "#contact" } ]} background={{ variant: "radial-gradient" }} useInvertedBackground={false} @@ -286,18 +286,18 @@ export default function HomePage() { columns={[ { title: "Services", items: [ - { label: "Restaurant Websites", href: "/services" }, - { label: "Hotel & Hospitality", href: "/services" }, - { label: "Medical & Clinics", href: "/services" }, - { label: "Service Contractors", href: "/services" } + { label: "Restaurant Websites", href: "#services" }, + { label: "Hotel & Hospitality", href: "#services" }, + { label: "Medical & Clinics", href: "#services" }, + { label: "Service Contractors", href: "#services" } ] }, { title: "Company", items: [ - { label: "About Us", href: "/about" }, - { label: "Portfolio", href: "/portfolio" }, - { label: "Pricing", href: "/pricing" }, - { label: "Contact", href: "/contact" } + { label: "About Us", href: "#about" }, + { label: "Portfolio", href: "#portfolio" }, + { label: "Pricing", href: "#pricing" }, + { label: "Contact", href: "#contact" } ] }, { @@ -309,8 +309,8 @@ export default function HomePage() { ] } ]} - logoText="Webuild" - copyrightText="© 2025 Webuild. All rights reserved." + logoText="WebsForge" + copyrightText="© 2025 WebsForge. All rights reserved." /> -- 2.49.1