Merge version_1 into main #2
212
src/app/page.tsx
212
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Results",
|
||||
id: "results",
|
||||
},
|
||||
name: "Results", id: "results"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Celic"
|
||||
/>
|
||||
@@ -53,51 +45,28 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
variant: "rotated-rays-static"}}
|
||||
title="Your Property & Vehicles — Restored to Perfection"
|
||||
description="Premium pressure washing & detailing services in South Florida. We don’t clean — we elevate your standards."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Free Quote", href: "#contact"},
|
||||
{
|
||||
text: "View Our Work",
|
||||
href: "#results",
|
||||
},
|
||||
text: "View Our Work", href: "#results"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194141.jpg?_wi=1",
|
||||
imageAlt: "Luxury car foam wash",
|
||||
},
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194141.jpg", imageAlt: "Luxury car foam wash"},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194141.jpg?_wi=2",
|
||||
imageAlt: "Driveway pressure washing",
|
||||
},
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194141.jpg", imageAlt: "Driveway pressure washing"},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194141.jpg?_wi=3",
|
||||
imageAlt: "Roof restoration",
|
||||
},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194141.jpg", imageAlt: "Roof restoration"},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194141.jpg?_wi=4",
|
||||
imageAlt: "Interior car detail",
|
||||
},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194141.jpg", imageAlt: "Interior car detail"},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194141.jpg?_wi=5",
|
||||
imageAlt: "Sidewalk cleaning",
|
||||
},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194141.jpg", imageAlt: "Sidewalk cleaning"},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194141.jpg?_wi=6",
|
||||
imageAlt: "Elite package detail",
|
||||
},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194141.jpg", imageAlt: "Elite package detail"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -110,33 +79,17 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Pressure Washing",
|
||||
description: "We remove years of mold, grime, and environmental buildup to restore your home's original luster.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-holding-bag-leafy-vegetables-against-black-wooden-wall_23-2147916362.jpg?_wi=1",
|
||||
imageAlt: "Driveway cleaning",
|
||||
},
|
||||
title: "Pressure Washing", description: "We remove years of mold, grime, and environmental buildup to restore your home's original luster.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-holding-bag-leafy-vegetables-against-black-wooden-wall_23-2147916362.jpg", imageAlt: "Driveway cleaning"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-holding-bag-leafy-vegetables-against-black-wooden-wall_23-2147916362.jpg?_wi=2",
|
||||
imageAlt: "Roof restoration",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194141.jpg?_wi=7",
|
||||
imageAlt: "luxury car detailing foam wash",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-holding-bag-leafy-vegetables-against-black-wooden-wall_23-2147916362.jpg", imageAlt: "Roof restoration"}
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Luxury Detailing",
|
||||
description: "From paint correction to deep interior cleansing, we treat every vehicle like a masterpiece.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-polish-car-garage_1157-36590.jpg?_wi=1",
|
||||
imageAlt: "Car foam wash",
|
||||
},
|
||||
title: "Luxury Detailing", description: "From paint correction to deep interior cleansing, we treat every vehicle like a masterpiece.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-polish-car-garage_1157-36590.jpg", imageAlt: "Car foam wash"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-polish-car-garage_1157-36590.jpg?_wi=2",
|
||||
imageAlt: "Wax and polish",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-holding-bag-leafy-vegetables-against-black-wooden-wall_23-2147916362.jpg?_wi=3",
|
||||
imageAlt: "clean concrete driveway pressure washing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-polish-car-garage_1157-36590.jpg", imageAlt: "Wax and polish"}
|
||||
},
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
@@ -152,51 +105,27 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Full Property Refresh",
|
||||
price: "$99+",
|
||||
features: [
|
||||
"Driveway & walkway",
|
||||
"Exterior walls",
|
||||
"Patio restoration",
|
||||
],
|
||||
id: "p1", name: "Full Property Refresh", price: "$99+", features: [
|
||||
"Driveway & walkway", "Exterior walls", "Patio restoration"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Get Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Quote", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Luxury Detail",
|
||||
price: "$120+",
|
||||
features: [
|
||||
"Interior deep clean",
|
||||
"Exterior foam wash",
|
||||
"Wax & polish",
|
||||
],
|
||||
id: "p2", name: "Luxury Detail", price: "$120+", features: [
|
||||
"Interior deep clean", "Exterior foam wash", "Wax & polish"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Get Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Quote", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Elite Package",
|
||||
price: "$250+",
|
||||
features: [
|
||||
"House washing",
|
||||
"Driveway detail",
|
||||
"Full vehicle detail",
|
||||
],
|
||||
id: "p3", name: "Elite Package", price: "$250+", features: [
|
||||
"House washing", "Driveway detail", "Full vehicle detail"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Get Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Quote", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -212,34 +141,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100%",
|
||||
title: "Satisfaction",
|
||||
items: [
|
||||
"Certified experts",
|
||||
"Luxury standard",
|
||||
"Property care",
|
||||
],
|
||||
id: "m1", value: "100%", title: "Satisfaction", items: [
|
||||
"Certified experts", "Luxury standard", "Property care"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "100+",
|
||||
title: "Homes Restored",
|
||||
items: [
|
||||
"Miami locations",
|
||||
"Pinecrest homes",
|
||||
"Coral Gables",
|
||||
],
|
||||
id: "m2", value: "100+", title: "Homes Restored", items: [
|
||||
"Miami locations", "Pinecrest homes", "Coral Gables"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24h",
|
||||
title: "Response Time",
|
||||
items: [
|
||||
"Quick scheduling",
|
||||
"Reliable support",
|
||||
"Fast results",
|
||||
],
|
||||
id: "m3", value: "24h", title: "Response Time", items: [
|
||||
"Quick scheduling", "Reliable support", "Fast results"],
|
||||
},
|
||||
]}
|
||||
title="Proven Transformations"
|
||||
@@ -252,35 +163,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/curvy-creative-abstract-wavy-effects-color-curves-flow-minimalist-luxury-stylish-trendy-colorful-wav_1258-150874.jpg?_wi=1",
|
||||
imageAlt: "Sarah",
|
||||
},
|
||||
id: "1", name: "Sarah Miller", imageSrc: "http://img.b2bpic.net/free-photo/curvy-creative-abstract-wavy-effects-color-curves-flow-minimalist-luxury-stylish-trendy-colorful-wav_1258-150874.jpg", imageAlt: "Sarah"},
|
||||
{
|
||||
id: "2",
|
||||
name: "David Thorne",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/curvy-creative-abstract-wavy-effects-color-curves-flow-minimalist-luxury-stylish-trendy-colorful-wav_1258-150874.jpg?_wi=2",
|
||||
imageAlt: "David",
|
||||
},
|
||||
id: "2", name: "David Thorne", imageSrc: "http://img.b2bpic.net/free-photo/curvy-creative-abstract-wavy-effects-color-curves-flow-minimalist-luxury-stylish-trendy-colorful-wav_1258-150874.jpg", imageAlt: "David"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Rodriguez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/curvy-creative-abstract-wavy-effects-color-curves-flow-minimalist-luxury-stylish-trendy-colorful-wav_1258-150874.jpg?_wi=3",
|
||||
imageAlt: "Elena",
|
||||
},
|
||||
id: "3", name: "Elena Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/curvy-creative-abstract-wavy-effects-color-curves-flow-minimalist-luxury-stylish-trendy-colorful-wav_1258-150874.jpg", imageAlt: "Elena"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Marcus Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/curvy-creative-abstract-wavy-effects-color-curves-flow-minimalist-luxury-stylish-trendy-colorful-wav_1258-150874.jpg?_wi=4",
|
||||
imageAlt: "Marcus",
|
||||
},
|
||||
id: "4", name: "Marcus Chen", imageSrc: "http://img.b2bpic.net/free-photo/curvy-creative-abstract-wavy-effects-color-curves-flow-minimalist-luxury-stylish-trendy-colorful-wav_1258-150874.jpg", imageAlt: "Marcus"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jordan Smith",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/curvy-creative-abstract-wavy-effects-color-curves-flow-minimalist-luxury-stylish-trendy-colorful-wav_1258-150874.jpg?_wi=5",
|
||||
imageAlt: "Jordan",
|
||||
},
|
||||
id: "5", name: "Jordan Smith", imageSrc: "http://img.b2bpic.net/free-photo/curvy-creative-abstract-wavy-effects-color-curves-flow-minimalist-luxury-stylish-trendy-colorful-wav_1258-150874.jpg", imageAlt: "Jordan"},
|
||||
]}
|
||||
cardTitle="What Our Clients Say"
|
||||
cardTag="Testimonials"
|
||||
@@ -292,8 +183,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Ready for a Transformation?"
|
||||
description="Get a professional consultation today. Fast response, white-glove service."
|
||||
buttonText="Submit Inquiry"
|
||||
@@ -305,29 +195,19 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Pressure Washing",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Pressure Washing", href: "#services"},
|
||||
{
|
||||
label: "Car Detailing",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Car Detailing", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Celic",
|
||||
items: [
|
||||
title: "Celic", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "About Us", href: "#"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user