Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
|||||||
borderRadius="soft"
|
borderRadius="soft"
|
||||||
contentWidth="mediumLarge"
|
contentWidth="mediumLarge"
|
||||||
sizing="medium"
|
sizing="medium"
|
||||||
background="circleGradient"
|
background="grid"
|
||||||
cardStyle="layered-gradient"
|
cardStyle="layered-gradient"
|
||||||
primaryButtonStyle="flat"
|
primaryButtonStyle="flat"
|
||||||
secondaryButtonStyle="radial-glow"
|
secondaryButtonStyle="radial-glow"
|
||||||
@@ -36,8 +36,7 @@ export default function LandingPage() {
|
|||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "contact" },
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Get Quote", href: "#contact"
|
text: "Get Quote", href: "#contact"}}
|
||||||
}}
|
|
||||||
animateOnLoad={true}
|
animateOnLoad={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -46,7 +45,7 @@ export default function LandingPage() {
|
|||||||
<HeroSplitKpi
|
<HeroSplitKpi
|
||||||
title="Premium Building Solutions in Holly Springs"
|
title="Premium Building Solutions in Holly Springs"
|
||||||
description="Concordia Building Company delivers exceptional residential and commercial construction with 20+ years of expertise. We transform your vision into quality structures built to last."
|
description="Concordia Building Company delivers exceptional residential and commercial construction with 20+ years of expertise. We transform your vision into quality structures built to last."
|
||||||
background={{ variant: "animated-grid" }}
|
background={{ variant: "grid" }}
|
||||||
kpis={[
|
kpis={[
|
||||||
{ value: "500+", label: "Projects Completed" },
|
{ value: "500+", label: "Projects Completed" },
|
||||||
{ value: "20+", label: "Years Experience" },
|
{ value: "20+", label: "Years Experience" },
|
||||||
@@ -89,16 +88,13 @@ export default function LandingPage() {
|
|||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: 1,
|
id: 1,
|
||||||
title: "Residential Construction", description: "Custom homes and residential projects built with precision and attention to detail. From single-family homes to multi-unit developments.", imageSrc: "http://img.b2bpic.net/free-photo/view-modern-construction-site_23-2151317321.jpg", imageAlt: "Residential construction project"
|
title: "Residential Construction", description: "Custom homes and residential projects built with precision and attention to detail. From single-family homes to multi-unit developments.", imageSrc: "http://img.b2bpic.net/free-photo/view-modern-construction-site_23-2151317321.jpg", imageAlt: "Residential construction project"},
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: 2,
|
id: 2,
|
||||||
title: "Commercial Building", description: "Professional commercial construction for offices, retail spaces, and industrial facilities. Meeting all compliance and timeline requirements.", imageSrc: "http://img.b2bpic.net/free-photo/modern-mirror-building_1150-12657.jpg", imageAlt: "Commercial building project"
|
title: "Commercial Building", description: "Professional commercial construction for offices, retail spaces, and industrial facilities. Meeting all compliance and timeline requirements.", imageSrc: "http://img.b2bpic.net/free-photo/modern-mirror-building_1150-12657.jpg?_wi=1", imageAlt: "Commercial building project"},
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: 3,
|
id: 3,
|
||||||
title: "Renovations & Remodeling", description: "Transform existing spaces with expert renovations. Kitchen remodels, bathroom updates, and complete home transformations.", imageSrc: "http://img.b2bpic.net/free-photo/manual-worker-grinding-metal-steel-objects-workshop-with-tools_1163-3130.jpg", imageAlt: "Home renovation project"
|
title: "Renovations & Remodeling", description: "Transform existing spaces with expert renovations. Kitchen remodels, bathroom updates, and complete home transformations.", imageSrc: "http://img.b2bpic.net/free-photo/manual-worker-grinding-metal-steel-objects-workshop-with-tools_1163-3130.jpg", imageAlt: "Home renovation project"},
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -115,14 +111,11 @@ export default function LandingPage() {
|
|||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
products={[
|
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"},
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -137,17 +130,13 @@ export default function LandingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
metrics={[
|
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+"},
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -164,20 +153,16 @@ export default function LandingPage() {
|
|||||||
testimonials={[
|
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,
|
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,
|
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,
|
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,
|
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"},
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -201,11 +186,9 @@ export default function LandingPage() {
|
|||||||
<FooterLogoReveal
|
<FooterLogoReveal
|
||||||
logoText="Concordia Building"
|
logoText="Concordia Building"
|
||||||
leftLink={{
|
leftLink={{
|
||||||
text: "Privacy Policy", href: "#"
|
text: "Privacy Policy", href: "#"}}
|
||||||
}}
|
|
||||||
rightLink={{
|
rightLink={{
|
||||||
text: "Terms of Service", href: "#"
|
text: "Terms of Service", href: "#"}}
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
|
|||||||
Reference in New Issue
Block a user