Merge version_1 into main #2
166
src/app/page.tsx
166
src/app/page.tsx
@@ -28,22 +28,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Apex Exterior"
|
||||
/>
|
||||
@@ -54,17 +42,11 @@ export default function LandingPage() {
|
||||
logoText="Apex Exterior Cleaning"
|
||||
description="Fast, visible results for your residential and commercial properties in Los Angeles."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Our Services",
|
||||
href: "#services",
|
||||
},
|
||||
{ text: "Get a Quote", href: "#contact" },
|
||||
{ text: "Our Services", href: "#services" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150359032.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150359032.jpg"
|
||||
imageAlt="Professional Exterior Cleaning Services in Los Angeles"
|
||||
/>
|
||||
</div>
|
||||
@@ -73,15 +55,8 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Restoring Your Property's Curb Appeal",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/male-housekeeper-cleaning-glass-window-home_58466-11241.jpg",
|
||||
alt: "Apex Professional at Work",
|
||||
},
|
||||
{ type: "text", content: "Restoring Your Property's Curb Appeal" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/male-housekeeper-cleaning-glass-window-home_58466-11241.jpg", alt: "Apex Professional at Work" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -93,49 +68,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Pressure Washing",
|
||||
description: "Expert driveway and concrete surface cleaning.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-14890.jpg?_wi=1",
|
||||
imageAlt: "Pressure washing",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-14890.jpg?_wi=2",
|
||||
imageAlt: "Pressure washing",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150359032.jpg?_wi=2",
|
||||
imageAlt: "professional house washing residential",
|
||||
id: 1,
|
||||
title: "Pressure Washing", description: "Expert driveway and concrete surface cleaning.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-14890.jpg", imageAlt: "Pressure washing" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-14890.jpg", imageAlt: "Pressure washing" },
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "House Washing",
|
||||
description: "Safe, effective exterior surface cleaning.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-washing-windows-using-spray-detergent_1303-30947.jpg?_wi=1",
|
||||
imageAlt: "House washing",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-washing-windows-using-spray-detergent_1303-30947.jpg?_wi=2",
|
||||
imageAlt: "House washing",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-housekeeper-cleaning-glass-window-home_58466-11241.jpg",
|
||||
imageAlt: "professional window cleaning service",
|
||||
id: 2,
|
||||
title: "House Washing", description: "Safe, effective exterior surface cleaning.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-washing-windows-using-spray-detergent_1303-30947.jpg", imageAlt: "House washing" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-washing-windows-using-spray-detergent_1303-30947.jpg", imageAlt: "House washing" },
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Gutter Cleaning",
|
||||
description: "Prevent debris buildup and protect your home.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/enjoying-morning-sun-before-start-work_329181-11779.jpg?_wi=1",
|
||||
imageAlt: "Gutter cleaning",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/enjoying-morning-sun-before-start-work_329181-11779.jpg?_wi=2",
|
||||
imageAlt: "Gutter cleaning",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-14890.jpg?_wi=3",
|
||||
imageAlt: "driveway pressure washing before after",
|
||||
id: 3,
|
||||
title: "Gutter Cleaning", description: "Prevent debris buildup and protect your home.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/enjoying-morning-sun-before-start-work_329181-11779.jpg", imageAlt: "Gutter cleaning" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/enjoying-morning-sun-before-start-work_329181-11779.jpg", imageAlt: "Gutter cleaning" },
|
||||
},
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
@@ -150,41 +95,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
handle: "@sarahj",
|
||||
testimonial: "Excellent service! My driveway looks brand new.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-with-bottle-spray-cleanser-cleaning-oven-home-kitchen_231208-13610.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark D.",
|
||||
handle: "@markd",
|
||||
testimonial: "Very professional and fast. Highly recommend.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-walking-around_72229-256.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena R.",
|
||||
handle: "@elenar",
|
||||
testimonial: "The best gutter cleaning in LA. Will use again!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-indian-woman-wear-formal-posing-cafe_627829-4649.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Tom P.",
|
||||
handle: "@tomp",
|
||||
testimonial: "Fantastic window cleaning work. Crystal clear.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-white-church-with-beautiful-flower-garden_181624-27038.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lisa K.",
|
||||
handle: "@lisak",
|
||||
testimonial: "Reliable and thorough. My house looks amazing!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-holding-umbrella-while-taking-selfie_107420-12271.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "Excellent service! My driveway looks brand new.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-with-bottle-spray-cleanser-cleaning-oven-home-kitchen_231208-13610.jpg" },
|
||||
{ id: "2", name: "Mark D.", handle: "@markd", testimonial: "Very professional and fast. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-walking-around_72229-256.jpg" },
|
||||
{ id: "3", name: "Elena R.", handle: "@elenar", testimonial: "The best gutter cleaning in LA. Will use again!", imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-indian-woman-wear-formal-posing-cafe_627829-4649.jpg" },
|
||||
{ id: "4", name: "Tom P.", handle: "@tomp", testimonial: "Fantastic window cleaning work. Crystal clear.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-white-church-with-beautiful-flower-garden_181624-27038.jpg" },
|
||||
{ id: "5", name: "Lisa K.", handle: "@lisak", testimonial: "Reliable and thorough. My house looks amazing!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-holding-umbrella-while-taking-selfie_107420-12271.jpg" },
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="See why Los Angeles trusts Apex Exterior Cleaning."
|
||||
@@ -194,19 +109,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "canvas-reveal",
|
||||
}}
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
text="Ready to get started? Contact us at 818-470-4486 or apexexteriorcleaning.la@gmail.com today!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:8184704486",
|
||||
},
|
||||
{
|
||||
text: "Email Us",
|
||||
href: "mailto:apexexteriorcleaning.la@gmail.com",
|
||||
},
|
||||
{ text: "Call Now", href: "tel:8184704486" },
|
||||
{ text: "Email Us", href: "mailto:apexexteriorcleaning.la@gmail.com" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -215,26 +122,13 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Apex Exterior Cleaning",
|
||||
items: [
|
||||
{
|
||||
label: "818-470-4486",
|
||||
href: "tel:8184704486",
|
||||
},
|
||||
{
|
||||
label: "apexexteriorcleaning.la@gmail.com",
|
||||
href: "mailto:apexexteriorcleaning.la@gmail.com",
|
||||
},
|
||||
title: "Apex Exterior Cleaning", items: [
|
||||
{ label: "818-470-4486", href: "tel:8184704486" },
|
||||
{ label: "apexexteriorcleaning.la@gmail.com", href: "mailto:apexexteriorcleaning.la@gmail.com" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/apex_exteriorcleaning",
|
||||
},
|
||||
],
|
||||
title: "Social", items: [{ label: "Instagram", href: "https://instagram.com/apex_exteriorcleaning" }],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2024 Apex Exterior Cleaning. All Rights Reserved."
|
||||
|
||||
Reference in New Issue
Block a user