diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 8033a3a..a773998 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -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"
/>
@@ -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"]}
/>
@@ -79,11 +77,11 @@ export default function AboutPage() {
],
},
]}
- logoText="Apex Construction"
- copyrightText="© 2025 Apex Construction. All rights reserved."
+ logoText="Diaz Plastering"
+ copyrightText="© 2025 Diaz Plastering. All rights reserved."
/>
);
-}
+}
\ No newline at end of file
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 7a650fd..8ebfda0 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -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 (
@@ -93,41 +61,24 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1154007..cceacfb 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,46 +28,32 @@ export default function LandingPage() {
@@ -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"]}
/>
@@ -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."
/>
diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx
index bbdd270..33b879b 100644
--- a/src/app/projects/page.tsx
+++ b/src/app/projects/page.tsx
@@ -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 (
@@ -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"},
]}
/>
@@ -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"},
]}
/>
@@ -117,41 +73,24 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx
index b503643..39bc3b3 100644
--- a/src/app/reviews/page.tsx
+++ b/src/app/reviews/page.tsx
@@ -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 (
@@ -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"},
]}
/>
@@ -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"]}
/>
@@ -113,41 +73,24 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx
index ce69d71..731050b 100644
--- a/src/app/services/page.tsx
+++ b/src/app/services/page.tsx
@@ -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 (
@@ -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,41 +78,24 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file