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"], }, }; 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() {