Update src/app/page.tsx

This commit is contained in:
2026-05-10 22:44:35 +00:00
parent c6aa46e607
commit 981f5db9ea

View File

@@ -28,46 +28,32 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Home", id: "/"},
{
name: "Services", id: "/services"},
{
name: "Projects", id: "/projects"},
{
name: "About", id: "/about"},
{
name: "Reviews", id: "/reviews"},
{
name: "Contact", id: "/contact"},
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "Projects", id: "/projects" },
{ name: "About", id: "/about" },
{ name: "Reviews", id: "/reviews" },
{ name: "Contact", id: "/contact" },
]}
brandName="Apex Construction"
brandName="Diaz Plastering"
/>
</div>
<div id="hero" data-section="hero">
<HeroCarouselLogo
logoText="Apex Construction"
logoText="Diaz Plastering"
description="Building Excellence From the Ground Up with precision, integrity, and unparalleled craftsmanship."
buttons={[
{
text: "View Projects", href: "/projects"},
{
text: "Request a Quote", href: "/contact"},
{ text: "Request a Quote", href: "/contact" },
{ text: "View Projects", href: "/projects" },
]}
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/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/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/row-drawers-light-diagonal-blue-minimal_169016-69287.jpg", imageAlt: "Architectural detailing"},
{ 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/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/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" },
]}
/>
</div>
@@ -78,16 +64,11 @@ export default function LandingPage() {
title="Our Track Record"
tag="Excellence"
metrics={[
{
id: "m1", value: "25+", description: "Years Experience"},
{
id: "m2", value: "500+", description: "Projects Completed"},
{
id: "m3", value: "100%", description: "Licensed & Insured"},
{
id: "m4", value: "50+", description: "Expert Staff"},
{
id: "m5", value: "24/7", description: "Client Support"},
{ id: "m1", value: "25+", description: "Years Experience" },
{ id: "m2", value: "500+", description: "Projects Completed" },
{ id: "m3", value: "100%", description: "Licensed & Insured" },
{ id: "m4", value: "50+", description: "Expert Staff" },
{ id: "m5", value: "24/7", description: "Client Support" },
]}
metricsAnimation="slide-up"
/>
@@ -107,21 +88,11 @@ export default function LandingPage() {
gridVariant="one-large-left-three-stacked-right"
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: "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: "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: "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: "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: "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."
@@ -134,8 +105,7 @@ export default function LandingPage() {
useInvertedBackground={false}
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"]}
names={["Urban Estates", "Modern Home", "Commercial Corp", "Design Studio", "Retail Group"]}
/>
</div>
@@ -144,25 +114,20 @@ export default function LandingPage() {
columns={[
{
title: "Navigation", items: [
{
label: "Services", href: "/services"},
{
label: "Projects", href: "/projects"},
{
label: "About", href: "/about"},
{ label: "Services", href: "/services" },
{ label: "Projects", href: "/projects" },
{ label: "About", href: "/about" },
],
},
{
title: "Legal", items: [
{
label: "Privacy Policy", href: "#"},
{
label: "License #123456", href: "#"},
{ label: "Privacy Policy", href: "#" },
{ label: "License #123456", href: "#" },
],
},
]}
logoText="Apex Construction"
copyrightText="© 2025 Apex Construction. All rights reserved."
logoText="Diaz Plastering"
copyrightText="© 2025 Diaz Plastering. All rights reserved."
/>
</div>
</ReactLenis>