diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6539b7e..31261c5 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Montserrat } from "next/font/google"; export const metadata: Metadata = { - title: 'HaulRate | Your Premier Freight Logistics Partner', - description: 'HaulRate offers reliable, efficient, and cost-effective freight transportation solutions. Experience seamless FTL, LTL, and intermodal services with real-time tracking.', + title: 'HaulRate | Your Partner in Waste Services Cost Savings', + description: 'HaulRate helps businesses save money on waste services through expert analysis, optimized solutions, and strategic vendor negotiations. Reduce costs and improve sustainability.', keywords: ["freight, logistics, transportation, trucking, FTL, LTL, intermodal, expedited shipping, cargo, supply chain, haulage, shipping, rates"], openGraph: { "title": "HaulRate | Your Premier Freight Logistics Partner", diff --git a/src/app/page.tsx b/src/app/page.tsx index 2693851..d0a1a24 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import { Cloud, Compass, Laptop, Network, Scale, ShieldCheck, Timer, Truck, Users, Wallet } from "lucide-react"; +import { Cloud, Compass, Laptop, Network, Scale, ShieldCheck, Timer, Users, Wallet, PiggyBank, ReceiptText, Recycle, BarChart } from "lucide-react"; export default function LandingPage() { return ( @@ -50,7 +50,7 @@ export default function LandingPage() { ]} brandName="HaulRate" button={{ - text: "Get a Quote", href: "#contact"}} + text: "Save on Waste", href: "#contact"}} /> @@ -58,27 +58,27 @@ export default function LandingPage() { @@ -88,21 +88,21 @@ export default function LandingPage() {