Update src/app/page.tsx

This commit is contained in:
2026-02-21 16:36:36 +00:00
parent c3519d2ebb
commit f269d8984f

View File

@@ -27,7 +27,7 @@ export default function LandingPage() {
>
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[{'name': 'Home', 'id': '#home'}, {'name': 'About', 'id': '#about'}, {'name': 'Services', 'id': '#services'}, {'name': 'Testimonials', 'id': '#testimonials'}, {'name': 'FAQ', 'id': '#faq'}, {'name': 'Contact', 'id': '#contact'}]}
navItems={[{'name': 'Home', 'id': '#hero'}, {'name': 'About', 'id': '#about'}, {'name': 'Services', 'id': '#features'}, {'name': 'Testimonials', 'id': '#testimonials'}, {'name': 'FAQ', 'id': '#faq'}, {'name': 'Contact', 'id': '#contact'}]}
brandName="Rick's Roofing"
/>
</div>
@@ -36,8 +36,8 @@ export default function LandingPage() {
<HeroSplit
title="Rick's Roofing and Repairs Inc."
description="Your trusted partner for all roofing solutions, delivering quality craftsmanship and lasting protection for your home or business."
background={{'variant': 'noiseDiagonalGradient'}}
buttons={[{'text': 'Get a Free Estimate', 'href': '#contact'}, {'text': 'Our Services', 'href': '#services'}]}
background={{'variant': 'plain'}}
buttons={[{'text': 'Get a Free Estimate', 'href': '#contact'}, {'text': 'Our Services', 'href': '#features'}]}
mediaAnimation="blur-reveal"
imageSrc="https://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg"
imageAlt="Professional roofer working on a residential roof"