diff --git a/src/app/page.tsx b/src/app/page.tsx index 31a03d5..5f9a73a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { ]} brandName="Ding Sheng Roofing" bottomLeftText="Serving Ontario with Quality" - bottomRightText="info@dingshengroofing.ca" + bottomRightText="Call: +1 226-899-5131 | info@dingshengroofing.ca" /> @@ -88,7 +88,7 @@ export default function LandingPage() { type: "text-icon", text: "Fully Insured", icon: ShieldCheck, }, { - type: "text-icon", text: "Customer Rated 5-Stars", icon: Star, + type: "text-icon", text: "5.0/5 Google Reviews", icon: Star, }, { type: "text-icon", text: "Residential & Commercial", icon: Building, @@ -107,7 +107,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} title="About Ontario Ding Sheng Roofing" - description="With years of experience serving communities across Ontario, Ding Sheng Roofing is committed to providing durable, high-quality roofing solutions. We are a locally-owned and operated company, fully licensed and insured, dedicated to exceeding your expectations with every project." + description="DingSheng Roofing is a fully insured and dedicated roofing services company, that commits to making a good faith effort for our neighbors. Our mission is to build a sincere long-term relationship with our clients. With over 10 years of roofing experience, we provide durable, high-quality roofing solutions, exceeding your expectations with every project." tag="Our Story" tagIcon={Building} bulletPoints={[ @@ -197,6 +197,9 @@ export default function LandingPage() { { id: "satisfaction", value: "98%", title: "Client Satisfaction", description: "Our commitment to excellence shines through in every feedback.", icon: Award, }, + { + id: "google-reviews", value: "5.0/5", title: "Google Reviews", description: "Consistently top-rated by our satisfied customers.", icon: Star, + }, ]} title="Our Commitment to Excellence" description="Driving success through dedication, quality, and unparalleled service across Ontario." @@ -268,12 +271,12 @@ export default function LandingPage() { useInvertedBackground={false} background={{ variant: "downward-rays-static"}} - text="Secure your home's future today with Ontario Ding Sheng Roofing. Contact us now for a worry-free roofing project and a free, no-obligation estimate." + text="Secure your home's future today with Ontario Ding Sheng Roofing. Open ยท Closes 9 pm. Contact us now for a worry-free roofing project and a free, no-obligation estimate." buttons={[ { text: "Get Your Free Estimate", href: "mailto:info@dingshengroofing.ca"}, { - text: "Call Us: (555) 123-4567", href: "tel:+15551234567"}, + text: "Call Us: +1 226-899-5131", href: "tel:+12268995131"}, ]} /> @@ -313,7 +316,7 @@ export default function LandingPage() { { label: "Get Estimate", href: "#contact"}, { - label: "Call Us", href: "tel:+15551234567"}, + label: "Call Us: +1 226-899-5131", href: "tel:+12268995131"}, { label: "Email Us", href: "mailto:info@dingshengroofing.ca"}, ],