diff --git a/src/app/page.tsx b/src/app/page.tsx index 8b82ea3..e8f475d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,18 +30,12 @@ export default function LandingPage() { @@ -127,21 +97,11 @@ export default function LandingPage() { title="Built on Results" metricsAnimation="slide-up" metrics={[ - { - icon: Home, - label: "Homes Renovated", value: "670+"}, - { - icon: Clock, - label: "Years Experience", value: "14+"}, - { - icon: Smile, - label: "Happy Clients", value: "99%"}, - { - icon: Award, - label: "Awards Won", value: "15"}, - { - icon: MapPin, - label: "Cities Served", value: "12"}, + { icon: Home, label: "Homes Renovated", value: "670+" }, + { icon: Clock, label: "Years Experience", value: "14+" }, + { icon: Smile, label: "Happy Clients", value: "99%" }, + { icon: Award, label: "Awards Won", value: "15" }, + { icon: MapPin, label: "Cities Served", value: "12" }, ]} /> @@ -159,12 +119,10 @@ export default function LandingPage() {
window.location.href = "mailto:Gonzalezrenovationservices@gmail.com" }, ]} />
@@ -174,29 +132,21 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/hands-engineer-working-blueprint-construction-concept-engineering-tools-vintage-tone-retro-filter-effect-soft-focus-selective-focus_1418-480.jpg?id=1238642" logoText="Gonzalez Renovations" columns={[ - { - title: "Navigation", items: [ + { title: "Navigation", items: [ { label: "Home", href: "#hero" }, { label: "About", href: "#about" }, - ], - }, - { - title: "Services", items: [ + ]}, + { title: "Services", items: [ { label: "Kitchens", href: "#services" }, { label: "Baths", href: "#services" }, - ], - }, - { - title: "Company", items: [ + ]}, + { title: "Company", items: [ { label: "Portfolio", href: "#gallery" }, { label: "Contact", href: "#contact" }, - ], - }, - { - title: "Legal", items: [ + ]}, + { title: "Legal", items: [ { label: "Privacy", href: "#" }, - ], - }, + ]}, ]} />