Update src/app/page.tsx
This commit is contained in:
199
src/app/page.tsx
199
src/app/page.tsx
@@ -31,25 +31,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Darions Domestic Cleaning"
|
||||
/>
|
||||
@@ -61,15 +51,11 @@ export default function LandingPage() {
|
||||
description="Darions Domestic Cleaning provides premium, reliable housekeeping services for busy professionals and families. Experience the difference of a truly clean home."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get an Estimate",
|
||||
href: "#pricing",
|
||||
},
|
||||
text: "Get an Estimate", href: "#pricing"},
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Now", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/brown-sofa-white-living-room-with-copy-space_43614-886.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/brown-sofa-white-living-room-with-copy-space_43614-886.jpg"
|
||||
imageAlt="Professional cleaning service in a bright modern home"
|
||||
/>
|
||||
</div>
|
||||
@@ -80,9 +66,7 @@ export default function LandingPage() {
|
||||
title="Your Trusted Partner in Domestic Care"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#",
|
||||
},
|
||||
text: "Learn More", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -94,55 +78,34 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Kitchen Deep Clean",
|
||||
description: "Grease removal, appliance sanitization, and surface polishing.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-servant-cleaning-house_23-2149587672.jpg?_wi=1",
|
||||
},
|
||||
id: "f1", title: "Kitchen Deep Clean", description: "Grease removal, appliance sanitization, and surface polishing.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-servant-cleaning-house_23-2149587672.jpg"},
|
||||
items: [
|
||||
{
|
||||
icon: Sparkles,
|
||||
text: "Eco-friendly products",
|
||||
},
|
||||
text: "Eco-friendly products"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brown-sofa-white-living-room-with-copy-space_43614-886.jpg?_wi=2",
|
||||
imageAlt: "professional home cleaning service",
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Bathroom Sanitation",
|
||||
description: "Tile scrubbing, fixture polishing, and complete disinfection.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-eco-cleaning-products-with-lemon-baking-soda_23-2148818424.jpg",
|
||||
},
|
||||
id: "f2", title: "Bathroom Sanitation", description: "Tile scrubbing, fixture polishing, and complete disinfection.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-eco-cleaning-products-with-lemon-baking-soda_23-2148818424.jpg"},
|
||||
items: [
|
||||
{
|
||||
icon: Shield,
|
||||
text: "Anti-bacterial care",
|
||||
},
|
||||
text: "Anti-bacterial care"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-mature-woman-cleans-bathtub_1398-5073.jpg",
|
||||
imageAlt: "friendly professional house cleaner",
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Living Area Maintenance",
|
||||
description: "Dusting, vacuuming, and general organizing for maximum comfort.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/freshly-grown-organic-fresh-orange-juice-interior-house-with-turquoise-blanket-basket-fruit_169016-1539.jpg",
|
||||
},
|
||||
id: "f3", title: "Living Area Maintenance", description: "Dusting, vacuuming, and general organizing for maximum comfort.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/freshly-grown-organic-fresh-orange-juice-interior-house-with-turquoise-blanket-basket-fruit_169016-1539.jpg"},
|
||||
items: [
|
||||
{
|
||||
icon: Zap,
|
||||
text: "Attention to detail",
|
||||
},
|
||||
text: "Attention to detail"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-servant-cleaning-house_23-2149587672.jpg?_wi=2",
|
||||
imageAlt: "deep kitchen cleaning service",
|
||||
reverse: false
|
||||
},
|
||||
]}
|
||||
title="Our Specialized Cleaning Services"
|
||||
@@ -157,51 +120,27 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
badge: "Essential",
|
||||
price: "$120",
|
||||
subtitle: "For apartments & small homes",
|
||||
features: [
|
||||
"Kitchen cleaning",
|
||||
"Bathroom surface",
|
||||
"Living room dusting",
|
||||
],
|
||||
id: "p1", badge: "Essential", price: "$120", subtitle: "For apartments & small homes", features: [
|
||||
"Kitchen cleaning", "Bathroom surface", "Living room dusting"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Basic",
|
||||
},
|
||||
text: "Book Basic"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
badge: "Thorough",
|
||||
price: "$250",
|
||||
subtitle: "For family houses",
|
||||
features: [
|
||||
"Everything in Essential",
|
||||
"Interior windows",
|
||||
"Baseboard scrubbing",
|
||||
],
|
||||
id: "p2", badge: "Thorough", price: "$250", subtitle: "For family houses", features: [
|
||||
"Everything in Essential", "Interior windows", "Baseboard scrubbing"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Popular",
|
||||
},
|
||||
text: "Book Popular"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
badge: "Premium",
|
||||
price: "$400",
|
||||
subtitle: "Deep seasonal clean",
|
||||
features: [
|
||||
"Everything in Thorough",
|
||||
"Oven deep clean",
|
||||
"Fridge deep clean",
|
||||
],
|
||||
id: "p3", badge: "Premium", price: "$400", subtitle: "Deep seasonal clean", features: [
|
||||
"Everything in Thorough", "Oven deep clean", "Fridge deep clean"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Premium",
|
||||
},
|
||||
text: "Book Premium"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -217,40 +156,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
handle: "@sarahj",
|
||||
testimonial: "Darions cleaning service is impeccable. Everything is spotless.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-is-pointing-right-with-forefinger-white-background_176474-115343.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "Darions cleaning service is impeccable. Everything is spotless.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-is-pointing-right-with-forefinger-white-background_176474-115343.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael K.",
|
||||
handle: "@mikek",
|
||||
testimonial: "The most reliable service I have used for my apartment.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-couple-their-financial-advisor-using-touchpad-meeting-home-focus-is-man-wheelchair_637285-3066.jpg",
|
||||
},
|
||||
id: "2", name: "Michael K.", handle: "@mikek", testimonial: "The most reliable service I have used for my apartment.", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-couple-their-financial-advisor-using-touchpad-meeting-home-focus-is-man-wheelchair_637285-3066.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
handle: "@emilyr",
|
||||
testimonial: "Professional, punctual, and highly detailed work.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-servant-doing-chores-around-house_23-2149508159.jpg",
|
||||
},
|
||||
id: "3", name: "Emily R.", handle: "@emilyr", testimonial: "Professional, punctual, and highly detailed work.", imageSrc: "http://img.b2bpic.net/free-photo/man-servant-doing-chores-around-house_23-2149508159.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David W.",
|
||||
handle: "@davidw",
|
||||
testimonial: "Highly recommend Darion for anyone needing a deep clean.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-cleaning-furniture_1398-5024.jpg",
|
||||
},
|
||||
id: "4", name: "David W.", handle: "@davidw", testimonial: "Highly recommend Darion for anyone needing a deep clean.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-cleaning-furniture_1398-5024.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica L.",
|
||||
handle: "@jessl",
|
||||
testimonial: "They made our home look brand new again. Simply the best.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-is-pointing-right-with-forefinger-white-background_176474-115343.jpg?_wi=2",
|
||||
},
|
||||
id: "5", name: "Jessica L.", handle: "@jessl", testimonial: "They made our home look brand new again. Simply the best.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-is-pointing-right-with-forefinger-white-background_176474-115343.jpg"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Trusted by hundreds of local families for professional cleaning results."
|
||||
@@ -263,59 +177,38 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you bring your own equipment?",
|
||||
content: "Yes, our team brings all professional cleaning supplies.",
|
||||
},
|
||||
id: "q1", title: "Do you bring your own equipment?", content: "Yes, our team brings all professional cleaning supplies."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Are you insured?",
|
||||
content: "Yes, we are fully licensed and insured for your peace of mind.",
|
||||
},
|
||||
id: "q2", title: "Are you insured?", content: "Yes, we are fully licensed and insured for your peace of mind."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "How can I book a session?",
|
||||
content: "Use our website booking portal or call us directly.",
|
||||
},
|
||||
id: "q3", title: "How can I book a session?", content: "Use our website booking portal or call us directly."},
|
||||
]}
|
||||
ctaTitle="Ready to Refresh Your Home?"
|
||||
ctaDescription="Get in touch for a custom estimate or answer your common questions here."
|
||||
ctaIcon={Phone}
|
||||
ctaButton={{
|
||||
text: "Contact Us",
|
||||
href: "mailto:contact@darionscleaning.com",
|
||||
}}
|
||||
text: "Contact Us", href: "mailto:contact@darionscleaning.com"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/brown-sofa-white-living-room-with-copy-space_43614-886.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/brown-sofa-white-living-room-with-copy-space_43614-886.jpg"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Services", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user