14 Commits

Author SHA1 Message Date
5e5b272fa5 Merge version_7 into main
Merge version_7 into main
2026-05-11 23:09:56 +00:00
300ccd33ff Remove watermark 2026-05-11 23:09:53 +00:00
de8ab75230 Merge version_7 into main
Merge version_7 into main
2026-05-10 22:44:40 +00:00
5660e7f13e Update src/app/services/page.tsx 2026-05-10 22:44:37 +00:00
13b58a0f6d Update src/app/reviews/page.tsx 2026-05-10 22:44:36 +00:00
0c97fb5ebe Update src/app/projects/page.tsx 2026-05-10 22:44:36 +00:00
981f5db9ea Update src/app/page.tsx 2026-05-10 22:44:35 +00:00
c6aa46e607 Update src/app/contact/page.tsx 2026-05-10 22:44:35 +00:00
f964936652 Update src/app/about/page.tsx 2026-05-10 22:44:34 +00:00
902215ad92 Merge version_6 into main
Merge version_6 into main
2026-05-10 22:36:05 +00:00
d1a28eef5e Merge version_5 into main
Merge version_5 into main
2026-05-10 22:35:55 +00:00
559e33e659 Merge version_4 into main
Merge version_4 into main
2026-05-10 22:35:30 +00:00
63c4493681 Merge version_3 into main
Merge version_3 into main
2026-05-10 22:35:26 +00:00
ac720919a8 Merge version_2 into main
Merge version_2 into main
2026-05-10 22:33:59 +00:00
7 changed files with 135 additions and 413 deletions

View File

@@ -6,7 +6,6 @@ import FooterBase from '@/components/sections/footer/FooterBase';
import LegalSection from '@/components/legal/LegalSection';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import Link from "next/link";
export default function AboutPage() {
return (
@@ -33,7 +32,7 @@ export default function AboutPage() {
{ name: "Reviews", id: "/reviews" },
{ name: "Contact", id: "/contact" },
]}
brandName="Apex Construction"
brandName="Diaz Plastering"
/>
</div>
@@ -43,8 +42,7 @@ export default function AboutPage() {
useInvertedBackground={false}
title="Our Clients"
description="We are proud to serve these distinguished companies."
names={[
"Urban Estates", "Design Studio", "Retail Group"]}
names={["Urban Estates", "Design Studio", "Retail Group"]}
/>
</div>
@@ -79,8 +77,8 @@ export default function AboutPage() {
],
},
]}
logoText="Apex Construction"
copyrightText="© 2025 Apex Construction. All rights reserved."
logoText="Diaz Plastering"
copyrightText="© 2025 Diaz Plastering. All rights reserved."
/>
</div>
</ReactLenis>

View File

@@ -6,7 +6,7 @@ import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterBase from '@/components/sections/footer/FooterBase';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
export default function LandingPage() {
export default function ContactPage() {
return (
<ThemeProvider
defaultButtonVariant="bounce-effect"
@@ -24,68 +24,36 @@ 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="contact-body" data-section="contact-body">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Get in touch"
title="Request a Free Estimate"
description="Let's discuss your next project. Contact our expert team today."
buttons={[
{
text: "Send Message",
href: "#",
},
]}
buttons={[{ text: "Send Message", href: "#" }]}
/>
</div>
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Contact"
title="Get a Consultation"
description="Let's bring your vision to life."
buttons={[
{
text: "Call Now",
href: "tel:5555555",
},
]}
buttons={[{ text: "Call Now", href: "tel:5555555" }]}
/>
</div>
@@ -93,38 +61,21 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Navigation",
items: [
{
label: "Services",
href: "/services",
},
{
label: "Projects",
href: "/projects",
},
{
label: "About",
href: "/about",
},
title: "Navigation", items: [
{ label: "Services", href: "/services" },
{ label: "Projects", href: "/projects" },
{ label: "About", href: "/about" },
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "License #123456",
href: "#",
},
title: "Legal", items: [
{ 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>

View File

@@ -4,7 +4,6 @@ import { Inter } from "next/font/google";
import "./globals.css";
import "@/lib/gsap-setup";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Mulish } from "next/font/google";
@@ -37,7 +36,7 @@ export default function RootLayout({
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${mulish.variable} ${inter.variable} antialiased`}>
<Tag />
{children}
<script
dangerouslySetInnerHTML={{

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>

View File

@@ -7,7 +7,7 @@ import FooterBase from '@/components/sections/footer/FooterBase';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
export default function LandingPage() {
export default function ProjectsPage() {
return (
<ThemeProvider
defaultButtonVariant="bounce-effect"
@@ -25,32 +25,14 @@ 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>
@@ -64,19 +46,9 @@ export default function LandingPage() {
description="A showcase of our dedication to craftsmanship and quality."
products={[
{
id: "prod1",
name: "Modern Glass Home",
price: "Custom",
variant: "Luxury",
imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-home-with-swimming-pool_23-2151974382.jpg",
},
id: "prod1", name: "Modern Glass Home", price: "Custom", variant: "Luxury", imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-home-with-swimming-pool_23-2151974382.jpg"},
{
id: "prod2",
name: "Commercial Office Hub",
price: "Custom",
variant: "Commercial",
imageSrc: "http://img.b2bpic.net/free-photo/empty-luxurious-corporate-high-end-office-designed-ceo-leader_482257-101437.jpg",
},
id: "prod2", name: "Commercial Office Hub", price: "Custom", variant: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/empty-luxurious-corporate-high-end-office-designed-ceo-leader_482257-101437.jpg"},
]}
/>
</div>
@@ -90,25 +62,9 @@ export default function LandingPage() {
description="Thoughts and tips from our project sites."
blogs={[
{
id: "b1",
category: "Design",
title: "Trends in Kitchen Design",
excerpt: "What's shaping modern home interiors.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976621.jpg",
authorName: "Jane Doe",
authorAvatar: "http://img.b2bpic.net/free-photo/business-woman-fancy-outfit_1303-13860.jpg",
date: "Jan 2025",
},
id: "b1", category: "Design", title: "Trends in Kitchen Design", excerpt: "What's shaping modern home interiors.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976621.jpg", authorName: "Jane Doe", authorAvatar: "http://img.b2bpic.net/free-photo/business-woman-fancy-outfit_1303-13860.jpg", date: "Jan 2025"},
{
id: "b2",
category: "Construction",
title: "Steel vs Timber Framing",
excerpt: "Understanding the structural basics.",
imageSrc: "http://img.b2bpic.net/free-photo/steel-bar-site-construction_1150-10126.jpg",
authorName: "Bob Builder",
authorAvatar: "http://img.b2bpic.net/free-photo/happy-builder-hardhat_1398-1730.jpg",
date: "Dec 2024",
},
id: "b2", category: "Construction", title: "Steel vs Timber Framing", excerpt: "Understanding the structural basics.", imageSrc: "http://img.b2bpic.net/free-photo/steel-bar-site-construction_1150-10126.jpg", authorName: "Bob Builder", authorAvatar: "http://img.b2bpic.net/free-photo/happy-builder-hardhat_1398-1730.jpg", date: "Dec 2024"},
]}
/>
</div>
@@ -117,38 +73,21 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Navigation",
items: [
{
label: "Services",
href: "/services",
},
{
label: "Projects",
href: "/projects",
},
{
label: "About",
href: "/about",
},
title: "Navigation", items: [
{ label: "Services", href: "/services" },
{ label: "Projects", href: "/projects" },
{ label: "About", href: "/about" },
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "License #123456",
href: "#",
},
title: "Legal", items: [
{ 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>

View File

@@ -7,7 +7,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
export default function LandingPage() {
export default function ReviewsPage() {
return (
<ThemeProvider
defaultButtonVariant="bounce-effect"
@@ -25,32 +25,14 @@ 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>
@@ -62,36 +44,17 @@ export default function LandingPage() {
title="Client Success"
description="Hear how our clients describe their experience."
kpiItems={[
{
value: "99%",
label: "Satisfaction",
},
{
value: "500+",
label: "Projects",
},
{
value: "25+",
label: "Years",
},
{ value: "99%", label: "Satisfaction" },
{ value: "500+", label: "Projects" },
{ value: "25+", label: "Years" },
]}
testimonials={[
{
id: "rev1",
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=2",
},
id: "rev1", 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=2"},
{
id: "rev2",
name: "James Chen",
role: "Owner",
company: "Modern Home",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg?_wi=2",
},
id: "rev2", name: "James Chen", role: "Owner", company: "Modern Home", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg?_wi=2"},
]}
/>
</div>
@@ -102,10 +65,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Industry Awards"
description="Recognized for excellence."
names={[
"Build Excellence 2024",
"Contractor Pro 2023",
]}
names={["Build Excellence 2024", "Contractor Pro 2023"]}
/>
</div>
@@ -113,38 +73,21 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Navigation",
items: [
{
label: "Services",
href: "/services",
},
{
label: "Projects",
href: "/projects",
},
{
label: "About",
href: "/about",
},
title: "Navigation", items: [
{ label: "Services", href: "/services" },
{ label: "Projects", href: "/projects" },
{ label: "About", href: "/about" },
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "License #123456",
href: "#",
},
title: "Legal", items: [
{ 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>

View File

@@ -7,7 +7,7 @@ import FooterBase from '@/components/sections/footer/FooterBase';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
export default function LandingPage() {
export default function ServicesPage() {
return (
<ThemeProvider
defaultButtonVariant="bounce-effect"
@@ -25,32 +25,14 @@ 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>
@@ -61,26 +43,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "s1",
title: "General Construction",
description: "Expert build management.",
tag: "Essential",
imageSrc: "http://img.b2bpic.net/free-photo/engineering-concept-with-plans-level_23-2147704230.jpg",
},
id: "s1", title: "General Construction", description: "Expert build management.", tag: "Essential", imageSrc: "http://img.b2bpic.net/free-photo/engineering-concept-with-plans-level_23-2147704230.jpg"},
{
id: "s2",
title: "Commercial Projects",
description: "Large-scale commercial builds.",
tag: "Commercial",
imageSrc: "http://img.b2bpic.net/free-photo/devices-water-cooler-empty-office_482257-119279.jpg",
},
id: "s2", title: "Commercial Projects", description: "Large-scale commercial builds.", tag: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/devices-water-cooler-empty-office_482257-119279.jpg"},
{
id: "s3",
title: "Residential Remodeling",
description: "High-end luxury interiors.",
tag: "Interior",
imageSrc: "http://img.b2bpic.net/free-photo/living-room-with-chandelier-couch-with-number-pillows-large-chandelier_188544-27064.jpg",
},
id: "s3", title: "Residential Remodeling", description: "High-end luxury interiors.", tag: "Interior", imageSrc: "http://img.b2bpic.net/free-photo/living-room-with-chandelier-couch-with-number-pillows-large-chandelier_188544-27064.jpg"},
]}
title="Our Professional Services"
description="Comprehensive construction solutions tailored for residential and commercial demands."
@@ -96,35 +63,12 @@ export default function LandingPage() {
description="Flexible plans for every project scale."
plans={[
{
id: "p1",
tag: "Starter",
price: "$5k",
period: "fixed",
description: "Basic renovation projects.",
button: {
text: "Inquire",
},
featuresTitle: "Included Services",
features: [
"Consultation",
"Site Planning",
],
id: "p1", tag: "Starter", price: "$5k", period: "fixed", description: "Basic renovation projects.", button: { text: "Inquire" },
featuresTitle: "Included Services", features: ["Consultation", "Site Planning"],
},
{
id: "p2",
tag: "Premium",
price: "$25k",
period: "fixed",
description: "Custom builds and major remodels.",
button: {
text: "Inquire",
},
featuresTitle: "Included Services",
features: [
"Full Management",
"Custom Design",
"Procurement",
],
id: "p2", tag: "Premium", price: "$25k", period: "fixed", description: "Custom builds and major remodels.", button: { text: "Inquire" },
featuresTitle: "Included Services", features: ["Full Management", "Custom Design", "Procurement"],
},
]}
/>
@@ -134,38 +78,21 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Navigation",
items: [
{
label: "Services",
href: "/services",
},
{
label: "Projects",
href: "/projects",
},
{
label: "About",
href: "/about",
},
title: "Navigation", items: [
{ label: "Services", href: "/services" },
{ label: "Projects", href: "/projects" },
{ label: "About", href: "/about" },
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "License #123456",
href: "#",
},
title: "Legal", items: [
{ 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>