Update src/app/page.tsx

This commit is contained in:
2026-06-03 14:31:32 +00:00
parent 98f94a2ed0
commit c40999360e

View File

@@ -88,14 +88,14 @@ export default function LandingPage() {
heading={[
{
type: "text", content: "About Bay Contractors & Roofing: Building Trust, One Roof at a Time"},
{
type: "image", src: "http://img.b2bpic.net/free-photo/close-up-happy-man-with-orange-life-jacket_23-2147562089.jpg", alt: "A friendly contractor smiling confidently"},
]}
buttons={[
{
text: "Learn More About Us", href: "#contact"},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/close-up-happy-man-with-orange-life-jacket_23-2147562089.jpg"
imageAlt="A friendly contractor smiling confidently"
/>
</div>