1 Commits

Author SHA1 Message Date
de4c1cace3 Update src/app/page.tsx 2026-06-08 12:52:16 +00:00

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
{ {
name: "Contact", id: "contact"}, name: "Contact", id: "contact"},
]} ]}
brandName="Diez Jessy" brandName="Summit Roofers"
/> />
</div> </div>
@@ -267,12 +267,12 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "sparkles-gradient"}} variant: "sparkles-gradient"}}
text="Let's Create Something Amazing Together" text="Ready for a Reliable Roof? Contact Us Today!"
buttons={[ buttons={[
{ {
text: "Send an Email", href: "mailto:diezjessy@example.com"}, text: "Get a Free Estimate", href: "mailto:info@summitroofers.com"},
{ {
text: "Schedule a Call", href: "#"}, text: "Call Us: (555) 123-4567", href: "tel:+15551234567"},
]} ]}
/> />
</div> </div>
@@ -285,9 +285,9 @@ export default function LandingPage() {
{ {
label: "Home", href: "#hero"}, label: "Home", href: "#hero"},
{ {
label: "About", href: "#about"}, label: "Services", href: "#features"},
{ {
label: "Skills", href: "#features"}, label: "About Us", href: "#about"},
], ],
}, },
{ {
@@ -309,7 +309,7 @@ export default function LandingPage() {
], ],
}, },
]} ]}
logoText="Diez Jessy" logoText="Summit Roofers"
/> />
</div> </div>
</ReactLenis> </ReactLenis>