Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-05-10 22:33:59 +00:00

View File

@@ -29,29 +29,17 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Services",
id: "/services",
},
name: "Services", id: "/services"},
{
name: "Projects",
id: "/projects",
},
name: "Projects", id: "/projects"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Reviews",
id: "/reviews",
},
name: "Reviews", id: "/reviews"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="Apex Construction"
/>
@@ -63,39 +51,23 @@ export default function LandingPage() {
description="Building Excellence From the Ground Up with precision, integrity, and unparalleled craftsmanship."
buttons={[
{
text: "Request a Quote",
href: "/contact",
},
text: "View Projects", href: "/projects"},
{
text: "View Projects",
href: "/projects",
},
text: "Request a Quote", href: "/contact"},
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-20.jpg",
imageAlt: "Luxury mansion facade",
},
imageSrc: "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-20.jpg", imageAlt: "Luxury mansion facade"},
{
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-thompson-center_181624-6564.jpg",
imageAlt: "Commercial construction steel frame",
},
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-thompson-center_181624-6564.jpg", imageAlt: "Commercial construction steel frame"},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-kitchen_181624-2943.jpg",
imageAlt: "Modern kitchen remodel",
},
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-kitchen_181624-2943.jpg", imageAlt: "Modern kitchen remodel"},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-with-blueprint_23-2148269815.jpg",
imageAlt: "Site management",
},
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-with-blueprint_23-2148269815.jpg", imageAlt: "Site management"},
{
imageSrc: "http://img.b2bpic.net/free-photo/extreme-sports-ropejumping_1385-3151.jpg",
imageAlt: "Concrete foundation work",
},
imageSrc: "http://img.b2bpic.net/free-photo/extreme-sports-ropejumping_1385-3151.jpg", imageAlt: "Concrete foundation work"},
{
imageSrc: "http://img.b2bpic.net/free-photo/row-drawers-light-diagonal-blue-minimal_169016-69287.jpg",
imageAlt: "Architectural detailing",
},
imageSrc: "http://img.b2bpic.net/free-photo/row-drawers-light-diagonal-blue-minimal_169016-69287.jpg", imageAlt: "Architectural detailing"},
]}
/>
</div>
@@ -107,30 +79,15 @@ export default function LandingPage() {
tag="Excellence"
metrics={[
{
id: "m1",
value: "25+",
description: "Years Experience",
},
id: "m1", value: "25+", description: "Years Experience"},
{
id: "m2",
value: "500+",
description: "Projects Completed",
},
id: "m2", value: "500+", description: "Projects Completed"},
{
id: "m3",
value: "100%",
description: "Licensed & Insured",
},
id: "m3", value: "100%", description: "Licensed & Insured"},
{
id: "m4",
value: "50+",
description: "Expert Staff",
},
id: "m4", value: "50+", description: "Expert Staff"},
{
id: "m5",
value: "24/7",
description: "Client Support",
},
id: "m5", value: "24/7", description: "Client Support"},
]}
metricsAnimation="slide-up"
/>
@@ -151,45 +108,20 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Sarah Miller",
role: "Developer",
company: "Urban Estates",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-partners-working-office_273609-6542.jpg?_wi=1",
},
id: "t1", name: "Sarah Miller", role: "Developer", company: "Urban Estates", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-partners-working-office_273609-6542.jpg?_wi=1"},
{
id: "t2",
name: "James Chen",
role: "Owner",
company: "Modern Home",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg?_wi=1",
},
id: "t2", name: "James Chen", role: "Owner", company: "Modern Home", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg?_wi=1"},
{
id: "t3",
name: "David Smith",
role: "Investor",
company: "Commercial Corp",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-sitting-couch_23-2148415751.jpg",
},
id: "t3", name: "David Smith", role: "Investor", company: "Commercial Corp", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-sitting-couch_23-2148415751.jpg"},
{
id: "t4",
name: "Elena Ross",
role: "Architect",
company: "Design Studio",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-old-man-suit-holding-contract_23-2148269312.jpg",
},
id: "t4", name: "Elena Ross", role: "Architect", company: "Design Studio", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-old-man-suit-holding-contract_23-2148269312.jpg"},
{
id: "t5",
name: "Mark Johnson",
role: "Manager",
company: "Retail Group",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg",
},
id: "t5", name: "Mark Johnson", role: "Manager", company: "Retail Group", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg"},
]}
title="Trusted by Leaders"
description="Our commitment to quality has earned us the trust of industry professionals and homeowners alike."
@@ -203,12 +135,7 @@ export default function LandingPage() {
title="Trusted Partnerships"
description="We collaborate with the industry's finest architects and suppliers."
names={[
"Urban Estates",
"Modern Home",
"Commercial Corp",
"Design Studio",
"Retail Group",
]}
"Urban Estates", "Modern Home", "Commercial Corp", "Design Studio", "Retail Group"]}
/>
</div>
@@ -216,33 +143,21 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Navigation",
items: [
title: "Navigation", items: [
{
label: "Services",
href: "/services",
},
label: "Services", href: "/services"},
{
label: "Projects",
href: "/projects",
},
label: "Projects", href: "/projects"},
{
label: "About",
href: "/about",
},
label: "About", href: "/about"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "License #123456",
href: "#",
},
label: "License #123456", href: "#"},
],
},
]}
@@ -253,4 +168,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}