From 4bbe439c8a9a36e1cd12bd99ca8c5e078c0db07b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 17:32:11 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d3ae0e9..321b2e7 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -21,18 +21,19 @@ const lato = Lato({ }); export const metadata: Metadata = { - title: "Powerful Website Solutions | Webild", description: "Build extraordinary digital experiences with our powerful platform. Transform your business, drive growth, and achieve remarkable results with cutting-edge technology.", keywords: "powerful website, digital transformation, business solutions, innovation platform, growth", robots: { + title: "Professional Roofing Services | Expert Contractors", description: "Premium roofing solutions for residential and commercial properties. Expert contractors, quality materials, and guaranteed workmanship. Get your free roofing inspection today.", keywords: "roofing, roofer, roof repair, roof replacement, residential roofing, commercial roofing, roofing contractor", robots: { index: true, follow: true, }, openGraph: { - title: "Powerful Website Solutions | Webild", description: "Build extraordinary digital experiences with our powerful platform. Transform your business and achieve remarkable results.", type: "website", siteName: "Webild", images: [ + title: "Professional Roofing Services | Expert Contractors", description: "Premium roofing solutions with expert contractors and quality workmanship.", type: "website", siteName: "Pro Roofing", images: [ { - url: "http://img.b2bpic.net/free-vector/dashboard-element-collection_23-2148394289.jpg", alt: "Powerful dashboard interface"}, + url: "http://img.b2bpic.net/free-vector/dashboard-element-collection_23-2148394289.jpg", alt: "Professional roofing services" + }, ], }, twitter: { - card: "summary_large_image", title: "Powerful Website Solutions | Webild", description: "Build extraordinary digital experiences. Transform your business with our cutting-edge platform.", images: ["http://img.b2bpic.net/free-vector/dashboard-element-collection_23-2148394289.jpg"], + card: "summary_large_image", title: "Professional Roofing Services | Expert Contractors", description: "Premium roofing solutions with expert contractors and quality workmanship.", images: ["http://img.b2bpic.net/free-vector/dashboard-element-collection_23-2148394289.jpg"], }, }; -- 2.49.1 From 75374e094baf2581b9874fbf9d95c5321e193382 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 17:32:11 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 132 +++++++++++++++++++++++------------------------ 1 file changed, 66 insertions(+), 66 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4193784..0ea3ce2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Rocket, Star, Zap, TrendingUp, Quote, CheckCircle, Mail, ArrowRight } from "lucide-react"; +import { Hammer, Shield, Zap, TrendingUp, Quote, CheckCircle, Mail, ArrowRight } from "lucide-react"; export default function LandingPage() { return ( @@ -29,32 +29,32 @@ export default function LandingPage() {
@@ -78,26 +78,26 @@ export default function LandingPage() {