From 42893ba69a9adc8f5cc1f3135c6bb6f7f6a79df0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 17:12:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 55 +++++++++++++++++------------------------------- 1 file changed, 19 insertions(+), 36 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b9a1e3a..da46390 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="mediumLarge" sizing="medium" - background="circleGradient" + background="grid" cardStyle="layered-gradient" primaryButtonStyle="flat" secondaryButtonStyle="radial-glow" @@ -36,8 +36,7 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Get Quote", href: "#contact" - }} + text: "Get Quote", href: "#contact"}} animateOnLoad={true} /> @@ -46,7 +45,7 @@ export default function LandingPage() { @@ -115,14 +111,11 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", name: "Maple Ridge Residence", price: "Custom Build", imageSrc: "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-18.jpg", imageAlt: "Maple Ridge residential project" - }, + id: "1", name: "Maple Ridge Residence", price: "Custom Build", imageSrc: "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-18.jpg", imageAlt: "Maple Ridge residential project"}, { - id: "2", name: "Oak Valley Homes", price: "Development", imageSrc: "http://img.b2bpic.net/free-photo/frog-s-eye-view-architectural-twin-buildings-against-clear-blue-sky_181624-59777.jpg", imageAlt: "Oak Valley homes project" - }, + id: "2", name: "Oak Valley Homes", price: "Development", imageSrc: "http://img.b2bpic.net/free-photo/frog-s-eye-view-architectural-twin-buildings-against-clear-blue-sky_181624-59777.jpg", imageAlt: "Oak Valley homes project"}, { - id: "3", name: "Commerce Park Plaza", price: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/modern-mirror-building_1150-12657.jpg", imageAlt: "Commerce Park commercial project" - }, + id: "3", name: "Commerce Park Plaza", price: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/modern-mirror-building_1150-12657.jpg?_wi=2", imageAlt: "Commerce Park commercial project"}, ]} /> @@ -137,17 +130,13 @@ export default function LandingPage() { animationType="slide-up" metrics={[ { - id: "1", title: "Residential Projects", subtitle: "Holly Springs and surrounding areas", category: "Housing", value: "350+" - }, + id: "1", title: "Residential Projects", subtitle: "Holly Springs and surrounding areas", category: "Housing", value: "350+"}, { - id: "2", title: "Commercial Builds", subtitle: "Office and retail developments", category: "Commercial", value: "150+" - }, + id: "2", title: "Commercial Builds", subtitle: "Office and retail developments", category: "Commercial", value: "150+"}, { - id: "3", title: "Awards & Recognition", subtitle: "Industry and client recognition", category: "Excellence", value: "25+" - }, + id: "3", title: "Awards & Recognition", subtitle: "Industry and client recognition", category: "Excellence", value: "25+"}, { - id: "4", title: "Team Members", subtitle: "Skilled professionals and craftspeople", category: "Team", value: "45+" - }, + id: "4", title: "Team Members", subtitle: "Skilled professionals and craftspeople", category: "Team", value: "45+"}, ]} /> @@ -164,20 +153,16 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "James Mitchell", handle: "@jamesmitchell", testimonial: "Concordia Building exceeded all our expectations. The team was professional, punctual, and delivered exactly what we envisioned. Our new home is perfect!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Mitchell" - }, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James Mitchell"}, { id: "2", name: "Sarah Chen", handle: "@sarahchen_", testimonial: "Outstanding quality and attention to detail. The renovation transformed our space beautifully. Highly recommend Concordia for any project.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Chen" - }, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Sarah Chen"}, { id: "3", name: "Michael Rodriguez", handle: "@mrodriguez", testimonial: "Professional team, fair pricing, and excellent communication throughout the entire process. Best decision we made for our commercial project.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Rodriguez" - }, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Michael Rodriguez"}, { id: "4", name: "Emily Watson", handle: "@emilywatson", testimonial: "From initial consultation to final walkthrough, Concordia demonstrated expertise and dedication. Our office building is beautiful and functional.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Watson" - }, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Emily Watson"}, ]} /> @@ -201,11 +186,9 @@ export default function LandingPage() {