Update src/app/page.tsx
This commit is contained in:
@@ -31,6 +31,7 @@ export default function LandingPage() {
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Get Quote", id: "quote" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="Magaly Reyes"
|
||||
@@ -58,7 +59,7 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Book a Service", href: "contact" },
|
||||
{ text: "Book a Service", href: "/quote" },
|
||||
{ text: "Learn More", href: "services" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user