diff --git a/src/app/page.tsx b/src/app/page.tsx
index da46390..b9a1e3a 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="grid"
+ background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="flat"
secondaryButtonStyle="radial-glow"
@@ -36,7 +36,8 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" },
]}
button={{
- text: "Get Quote", href: "#contact"}}
+ text: "Get Quote", href: "#contact"
+ }}
animateOnLoad={true}
/>
@@ -45,7 +46,7 @@ export default function LandingPage() {
@@ -111,11 +115,14 @@ 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?_wi=2", 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", imageAlt: "Commerce Park commercial project"
+ },
]}
/>
@@ -130,13 +137,17 @@ 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+"
+ },
]}
/>
@@ -153,16 +164,20 @@ 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?_wi=1", imageAlt: "James Mitchell"},
+ imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", 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?_wi=2", imageAlt: "Sarah Chen"},
+ imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", 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?_wi=3", imageAlt: "Michael Rodriguez"},
+ imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", 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?_wi=4", imageAlt: "Emily Watson"},
+ imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Watson"
+ },
]}
/>
@@ -186,9 +201,11 @@ export default function LandingPage() {