From c8b450615ef3587246e94a60e503759d7c2e7aa4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 16:01:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 517849f..1db5aac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { tagAnimation="slide-up" buttons={[ { text: "View Our Work", href: "#projects" }, - { text: "Schedule Consultation", href: "#contact" } + { text: "Schedule Consultation", href: "#contact", props: { variant: "secondary" } } ]} buttonAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/front-view-modern-skyscrapers-office-buildings_23-2148836775.jpg" @@ -112,10 +112,10 @@ export default function LandingPage() { gridVariant="bento-grid" animationType="scale-rotate" metrics={[ - { id: "1", value: "150+", description: "Completed Projects" }, - { id: "2", value: "25+", description: "Years Experience" }, - { id: "3", value: "50+", description: "Team Members" }, - { id: "4", value: "12", description: "International Awards" } + { id: "1", value: "150+", description: "Completed Projects Across Diverse Industries" }, + { id: "2", value: "25+", description: "Years of Award-Winning Design Excellence" }, + { id: "3", value: "50+", description: "Expert Team Members Worldwide" }, + { id: "4", value: "12", description: "International Architecture Awards Won" } ]} buttonAnimation="slide-up" /> -- 2.49.1