Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| de4c1cace3 | |||
| e1e996cb89 |
@@ -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,10 +309,10 @@ export default function LandingPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
logoText="Diez Jessy"
|
logoText="Summit Roofers"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user