Merge version_2 into main #2
161
src/app/page.tsx
161
src/app/page.tsx
@@ -2,9 +2,9 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
@@ -28,18 +28,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="PAIZ LOPEZ"
|
||||
/>
|
||||
@@ -47,46 +39,15 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="PAIZ LOPEZ Landscaping & Construction"
|
||||
description="Professional construction, landscaping, and remodeling. Quality work you can trust at affordable prices."
|
||||
buttons={[
|
||||
{
|
||||
text: "English: 951-409-2594",
|
||||
href: "tel:9514092594",
|
||||
},
|
||||
{
|
||||
text: "Spanish: 951-419-7183",
|
||||
href: "tel:9514197183",
|
||||
},
|
||||
{ text: "English: 951-409-2594", href: "tel:9514092594" },
|
||||
{ text: "Spanish: 951-419-7183", href: "tel:9514197183" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-architects-working-project_23-2147702516.jpg?_wi=1",
|
||||
imageAlt: "Construction site work",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-architects-working-project_23-2147702516.jpg?_wi=2",
|
||||
imageAlt: "Construction site work",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-architects-working-project_23-2147702516.jpg?_wi=3",
|
||||
imageAlt: "Construction site work",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-architects-working-project_23-2147702516.jpg?_wi=4",
|
||||
imageAlt: "Construction site work",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-architects-working-project_23-2147702516.jpg?_wi=5",
|
||||
imageAlt: "Construction site work",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-architects-working-project_23-2147702516.jpg?_wi=6",
|
||||
imageAlt: "Construction site work",
|
||||
},
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bjh15a1T5KIUFl8sjdd5HBytRR/uploaded-1775008364830-1941va6y.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -95,12 +56,7 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Built on Trust and Experience"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Free Estimate",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Get Free Estimate", href: "#contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -110,36 +66,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
label: "Construction",
|
||||
title: "General Construction",
|
||||
items: [
|
||||
"Block walls",
|
||||
"Cement work",
|
||||
"Roofing solutions",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
label: "Exterior",
|
||||
title: "Landscaping & Fences",
|
||||
items: [
|
||||
"Expert landscaping",
|
||||
"Sturdy fencing",
|
||||
"Property enhancement",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
label: "Remodeling",
|
||||
title: "Painting & Interior",
|
||||
items: [
|
||||
"Interior painting",
|
||||
"Exterior painting",
|
||||
"Full finish",
|
||||
],
|
||||
},
|
||||
{ id: "1", label: "Construction", title: "General Construction", items: ["Block walls", "Cement work", "Roofing solutions"] },
|
||||
{ id: "2", label: "Exterior", title: "Landscaping & Fences", items: ["Expert landscaping", "Sturdy fencing", "Property enhancement"] },
|
||||
{ id: "3", label: "Remodeling", title: "Painting & Interior", items: ["Interior painting", "Exterior painting", "Full finish"] },
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
description="Comprehensive landscaping and construction solutions."
|
||||
@@ -151,46 +80,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Great Work",
|
||||
quote: "They built my block wall perfectly. Very professional.",
|
||||
name: "John D.",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15632.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Excellent Service",
|
||||
quote: "Professional painting job on my exterior house.",
|
||||
name: "Maria G.",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/we-must-make-modifications-this-project_329181-15105.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Best in Area",
|
||||
quote: "Highly recommend for roofing and fencing work.",
|
||||
name: "David L.",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architects-looking-plan-front-house_23-2147813100.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Reliable",
|
||||
quote: "Very satisfied with their general construction service.",
|
||||
name: "Sarah W.",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-inviting-man-house-with-tools_259150-58291.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Punctual and Clean",
|
||||
quote: "They kept the site clean every single day. Great crew.",
|
||||
name: "Robert B.",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15632.jpg?_wi=2",
|
||||
},
|
||||
{ id: "1", title: "Great Work", quote: "They built my block wall perfectly. Very professional.", name: "John D.", role: "Homeowner" },
|
||||
{ id: "2", title: "Excellent Service", quote: "Professional painting job on my exterior house.", name: "Maria G.", role: "Homeowner" },
|
||||
{ id: "3", title: "Best in Area", quote: "Highly recommend for roofing and fencing work.", name: "David L.", role: "Homeowner" },
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="See why homeowners trust PAIZ LOPEZ."
|
||||
@@ -198,25 +90,24 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
<ContactCenter
|
||||
tag="Contact Us"
|
||||
title="Get a Free Estimate Today"
|
||||
description="Call us to discuss your construction or landscaping needs. English: 951-409-2594 | Spanish: 951-419-7183"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278573.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
description="Call us at 951-409-2594 (English) or 951-419-7183 (Spanish), or use the form below to reach out."
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
<FooterBaseCard
|
||||
logoText="PAIZ LOPEZ Landscaping & Construction"
|
||||
columns={[
|
||||
{ title: "Quick Links", items: [{ label: "Home", href: "#hero" }, { label: "Services", href: "#services" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Support", items: [{ label: "951-409-2594", href: "tel:9514092594" }, { label: "951-419-7183", href: "tel:9514197183" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user