Merge version_1 into main #2
208
src/app/page.tsx
208
src/app/page.tsx
@@ -31,28 +31,14 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
]}
|
||||
brandName="Clean-View"
|
||||
button={{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get a Quote", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -62,39 +48,23 @@ export default function LandingPage() {
|
||||
description="Providing crystal-clear views for Clear Lake, Iowa and surrounding areas. Professional, reliable, and friendly service you can trust."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now: (641) 529-0451",
|
||||
href: "tel:6415290451",
|
||||
},
|
||||
text: "Call Now: (641) 529-0451", href: "tel:6415290451"},
|
||||
{
|
||||
text: "Request Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Request Quote", href: "#contact"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-relaxing-with-hot-drink_1163-1511.jpg?_wi=1",
|
||||
imageAlt: "Clean windows overlooking lake",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-relaxing-with-hot-drink_1163-1511.jpg", imageAlt: "Clean windows overlooking lake"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-cleaning-product_23-2148104644.jpg?_wi=1",
|
||||
imageAlt: "Professional cleaning equipment",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-cleaning-product_23-2148104644.jpg", imageAlt: "Professional cleaning equipment"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-skyscraper-against-blue-sky-view-from-bottom_93675-134914.jpg?_wi=1",
|
||||
imageAlt: "Sunlight on clean window pane",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-skyscraper-against-blue-sky-view-from-bottom_93675-134914.jpg", imageAlt: "Sunlight on clean window pane"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-his-home_23-2148112428.jpg?_wi=1",
|
||||
imageAlt: "Friendly staff working",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-his-home_23-2148112428.jpg", imageAlt: "Friendly staff working"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/commercial-building-downtown-district-with-cloud-reflection_181624-61737.jpg",
|
||||
imageAlt: "Reflective window surface",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/commercial-building-downtown-district-with-cloud-reflection_181624-61737.jpg", imageAlt: "Reflective window surface"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358975.jpg",
|
||||
imageAlt: "Beautiful Clear Lake view",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358975.jpg", imageAlt: "Beautiful Clear Lake view"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -104,9 +74,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Quality You Can See, Service You Can Trust"
|
||||
description={[
|
||||
"For years, we've provided Clear Lake with unmatched window cleaning expertise. Our team is fully committed to professional, reliable service that keeps your home or business looking its absolute best.",
|
||||
"We are locally based, friendly, and knowledgeable, ensuring every client receives the personalized care they deserve.",
|
||||
]}
|
||||
"For years, we've provided Clear Lake with unmatched window cleaning expertise. Our team is fully committed to professional, reliable service that keeps your home or business looking its absolute best.", "We are locally based, friendly, and knowledgeable, ensuring every client receives the personalized care they deserve."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -116,26 +84,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
tag: "Residential",
|
||||
title: "Home Windows",
|
||||
subtitle: "Spotless homes",
|
||||
description: "High-quality residential cleaning.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/down-angle-arched-windows-old-beautiful-building-with-sky-trees-reflection-glass_158595-6376.jpg",
|
||||
},
|
||||
tag: "Residential", title: "Home Windows", subtitle: "Spotless homes", description: "High-quality residential cleaning.", imageSrc: "http://img.b2bpic.net/free-photo/down-angle-arched-windows-old-beautiful-building-with-sky-trees-reflection-glass_158595-6376.jpg"},
|
||||
{
|
||||
tag: "Commercial",
|
||||
title: "Storefronts",
|
||||
subtitle: "Professional look",
|
||||
description: "Keeping your business bright.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-line-waiting-social-distance-stripe_23-2148863827.jpg",
|
||||
},
|
||||
tag: "Commercial", title: "Storefronts", subtitle: "Professional look", description: "Keeping your business bright.", imageSrc: "http://img.b2bpic.net/free-photo/people-line-waiting-social-distance-stripe_23-2148863827.jpg"},
|
||||
{
|
||||
tag: "Specialized",
|
||||
title: "Screen Cleaning",
|
||||
subtitle: "Extra detail",
|
||||
description: "Deep clean for your screens.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-disinfecting-laptop_23-2148577820.jpg",
|
||||
},
|
||||
tag: "Specialized", title: "Screen Cleaning", subtitle: "Extra detail", description: "Deep clean for your screens.", imageSrc: "http://img.b2bpic.net/free-photo/person-disinfecting-laptop_23-2148577820.jpg"},
|
||||
]}
|
||||
title="Our Window Cleaning Services"
|
||||
description="Comprehensive cleaning solutions for residential and commercial properties."
|
||||
@@ -150,20 +103,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "4.8",
|
||||
description: "Average Star Rating",
|
||||
},
|
||||
id: "m1", value: "4.8", description: "Average Star Rating"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "5+",
|
||||
description: "Verified Customer Reviews",
|
||||
},
|
||||
id: "m2", value: "5+", description: "Verified Customer Reviews"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
description: "Customer Satisfaction Goal",
|
||||
},
|
||||
id: "m3", value: "100%", description: "Customer Satisfaction Goal"},
|
||||
]}
|
||||
title="By the Numbers"
|
||||
description="Quality we stand by every single day."
|
||||
@@ -174,52 +118,23 @@ export default function LandingPage() {
|
||||
<TestimonialCardThirteen
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Linda M.",
|
||||
handle: "Clear Lake Resident",
|
||||
testimonial: "Excellent service! My windows have never looked cleaner.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-glasses-with-champagne-bubbles_23-2148339537.jpg",
|
||||
imageAlt: "Close-up glasses with champagne bubbles",
|
||||
},
|
||||
id: "t1", name: "Linda M.", handle: "Clear Lake Resident", testimonial: "Excellent service! My windows have never looked cleaner.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-glasses-with-champagne-bubbles_23-2148339537.jpg", imageAlt: "Close-up glasses with champagne bubbles"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Tom D.",
|
||||
handle: "Local Business Owner",
|
||||
testimonial: "Very professional and friendly team. Highly recommend.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-relaxing-with-hot-drink_1163-1511.jpg?_wi=2",
|
||||
imageAlt: "Close-up glasses with champagne bubbles",
|
||||
},
|
||||
id: "t2", name: "Tom D.", handle: "Local Business Owner", testimonial: "Very professional and friendly team. Highly recommend.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-relaxing-with-hot-drink_1163-1511.jpg", imageAlt: "Close-up glasses with champagne bubbles"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Susan P.",
|
||||
handle: "Clear Lake Resident",
|
||||
testimonial: "On time and great attention to detail.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-cleaning-product_23-2148104644.jpg?_wi=2",
|
||||
imageAlt: "Close-up glasses with champagne bubbles",
|
||||
},
|
||||
id: "t3", name: "Susan P.", handle: "Clear Lake Resident", testimonial: "On time and great attention to detail.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-cleaning-product_23-2148104644.jpg", imageAlt: "Close-up glasses with champagne bubbles"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Brian J.",
|
||||
handle: "Clear Lake Resident",
|
||||
testimonial: "The best window cleaners in town!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-skyscraper-against-blue-sky-view-from-bottom_93675-134914.jpg?_wi=2",
|
||||
imageAlt: "Close-up glasses with champagne bubbles",
|
||||
},
|
||||
id: "t4", name: "Brian J.", handle: "Clear Lake Resident", testimonial: "The best window cleaners in town!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-skyscraper-against-blue-sky-view-from-bottom_93675-134914.jpg", imageAlt: "Close-up glasses with champagne bubbles"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Karen R.",
|
||||
handle: "Clear Lake Resident",
|
||||
testimonial: "Knowledgeable and reliable. Will use again.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-his-home_23-2148112428.jpg?_wi=2",
|
||||
imageAlt: "Close-up glasses with champagne bubbles",
|
||||
},
|
||||
id: "t5", name: "Karen R.", handle: "Clear Lake Resident", testimonial: "Knowledgeable and reliable. Will use again.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-his-home_23-2148112428.jpg", imageAlt: "Close-up glasses with champagne bubbles"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Neighbors Say"
|
||||
@@ -232,14 +147,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Clear Lake Chamber",
|
||||
"Local Homeowners",
|
||||
"Local Businesses",
|
||||
"Clear Lake Community",
|
||||
"Lake Area Residents",
|
||||
"Main Street Businesses",
|
||||
"Clear Lake Neighborhoods",
|
||||
]}
|
||||
"Clear Lake Chamber", "Local Homeowners", "Local Businesses", "Clear Lake Community", "Lake Area Residents", "Main Street Businesses", "Clear Lake Neighborhoods"]}
|
||||
title="Proudly Serving Clear Lake"
|
||||
description="Local excellence for all our neighbors."
|
||||
/>
|
||||
@@ -251,20 +159,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "What areas do you serve?",
|
||||
content: "We serve Clear Lake, IA and the surrounding communities.",
|
||||
},
|
||||
id: "f1", title: "What areas do you serve?", content: "We serve Clear Lake, IA and the surrounding communities."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Are you licensed and insured?",
|
||||
content: "Yes, we are fully licensed and insured for your peace of mind.",
|
||||
},
|
||||
id: "f2", title: "Are you licensed and insured?", content: "Yes, we are fully licensed and insured for your peace of mind."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "What are your hours?",
|
||||
content: "We are open and usually wrap up by 8 PM, focusing on flexibility.",
|
||||
},
|
||||
id: "f3", title: "What are your hours?", content: "We are open and usually wrap up by 8 PM, focusing on flexibility."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Need more information? We are happy to help."
|
||||
@@ -276,18 +175,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "canvas-reveal",
|
||||
}}
|
||||
variant: "canvas-reveal"}}
|
||||
text="Ready for crystal clear views? Call us today or request a quote online."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call (641) 529-0451",
|
||||
href: "tel:6415290451",
|
||||
},
|
||||
text: "Call (641) 529-0451", href: "tel:6415290451"},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "mailto:hello@cleanview.com",
|
||||
},
|
||||
text: "Contact Us", href: "mailto:hello@cleanview.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -296,33 +190,21 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "(641) 529-0451",
|
||||
href: "tel:6415290451",
|
||||
},
|
||||
label: "(641) 529-0451", href: "tel:6415290451"},
|
||||
{
|
||||
label: "PO Box 833, Clear Lake, IA",
|
||||
href: "#",
|
||||
},
|
||||
label: "PO Box 833, Clear Lake, IA", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Navigate",
|
||||
items: [
|
||||
title: "Navigate", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user