Merge version_1_1781565942161 into main #1
@@ -17,13 +17,9 @@ export default function HomePage() {
|
||||
brand="Devarra Laundry"
|
||||
description="Professional cleaning solutions in the heart of Cipete Utara, Jakarta Selatan. We treat your garments with the care they deserve."
|
||||
primaryButton={{
|
||||
text: "Book Our Services",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book Our Services", href: "#contact"}}
|
||||
secondaryButton={{
|
||||
text: "View Pricing",
|
||||
href: "#pricing",
|
||||
}}
|
||||
text: "View Pricing", href: "#pricing"}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiley-woman-holding-basket-clothes_23-2148311769.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -44,16 +40,9 @@ export default function HomePage() {
|
||||
title="Why Choose Devarra?"
|
||||
description="Premium garment care versus standard local services."
|
||||
negativeItems={[
|
||||
"Inconsistent quality",
|
||||
"Long turnaround times",
|
||||
"No garment tracking",
|
||||
]}
|
||||
"Inconsistent quality", "Long turnaround times", "No garment tracking"]}
|
||||
positiveItems={[
|
||||
"Professional cleaning agents",
|
||||
"24-hour turnaround option",
|
||||
"Real-time order tracking",
|
||||
"Gentle fabric care",
|
||||
]}
|
||||
"Professional cleaning agents", "24-hour turnaround option", "Real-time order tracking", "Gentle fabric care"]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
@@ -66,46 +55,22 @@ export default function HomePage() {
|
||||
description="Affordable pricing for your daily laundry needs."
|
||||
plans={[
|
||||
{
|
||||
tag: "Weekly",
|
||||
price: "Rp 15.000/kg",
|
||||
description: "Perfect for everyday laundry.",
|
||||
features: [
|
||||
"Wash, Dry, Fold",
|
||||
"Eco-friendly soap",
|
||||
"Pick-up available",
|
||||
],
|
||||
tag: "Weekly", price: "Rp 15.000/kg", description: "Perfect for everyday laundry.", features: [
|
||||
"Wash, Dry, Fold", "Eco-friendly soap", "Pick-up available"],
|
||||
primaryButton: {
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Now", href: "#contact"},
|
||||
},
|
||||
{
|
||||
tag: "Express",
|
||||
price: "Rp 25.000/kg",
|
||||
description: "For those in a hurry.",
|
||||
features: [
|
||||
"24-Hour turnaround",
|
||||
"Steam Ironing",
|
||||
"Express delivery",
|
||||
],
|
||||
tag: "Express", price: "Rp 25.000/kg", description: "For those in a hurry.", features: [
|
||||
"24-Hour turnaround", "Steam Ironing", "Express delivery"],
|
||||
primaryButton: {
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Now", href: "#contact"},
|
||||
},
|
||||
{
|
||||
tag: "Dry Clean",
|
||||
price: "Starts from Rp 35.000",
|
||||
description: "Care for delicate items.",
|
||||
features: [
|
||||
"Suits, Gowns, Silk",
|
||||
"Specialized solvent",
|
||||
"Careful handling",
|
||||
],
|
||||
tag: "Dry Clean", price: "Starts from Rp 35.000", description: "Care for delicate items.", features: [
|
||||
"Suits, Gowns, Silk", "Specialized solvent", "Careful handling"],
|
||||
primaryButton: {
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Now", href: "#contact"},
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -120,45 +85,20 @@ export default function HomePage() {
|
||||
description="See why neighbors in Cipete trust us."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Budi Santoso",
|
||||
role: "Local Resident",
|
||||
quote: "Reliable and fast. My clothes always come back smelling great.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-holding-shopping-cart_1187-3724.jpg",
|
||||
},
|
||||
name: "Budi Santoso", role: "Local Resident", quote: "Reliable and fast. My clothes always come back smelling great.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-holding-shopping-cart_1187-3724.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Siska Putri",
|
||||
role: "Professional",
|
||||
quote: "Excellent express service for my work shirts.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-holding-stack-clothes_23-2148306600.jpg",
|
||||
},
|
||||
name: "Siska Putri", role: "Professional", quote: "Excellent express service for my work shirts.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-holding-stack-clothes_23-2148306600.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Andi Wijaya",
|
||||
role: "Student",
|
||||
quote: "Fair prices and very friendly staff. Definitely coming back.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-ironing-board-holding-clocks-white-background-man-laundry-home-housework-clean-emotions-time-color-work_140725-156021.jpg",
|
||||
},
|
||||
name: "Andi Wijaya", role: "Student", quote: "Fair prices and very friendly staff. Definitely coming back.", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-ironing-board-holding-clocks-white-background-man-laundry-home-housework-clean-emotions-time-color-work_140725-156021.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Dewi Anggraini",
|
||||
role: "Housewife",
|
||||
quote: "Finally found a local laundry that respects delicate fabrics.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-wearing-cleaner-uniform-laundry-room-smiling-positive-doing-ok-sign-with-hand-fingers-successful-expression_839833-25854.jpg",
|
||||
},
|
||||
name: "Dewi Anggraini", role: "Housewife", quote: "Finally found a local laundry that respects delicate fabrics.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-wearing-cleaner-uniform-laundry-room-smiling-positive-doing-ok-sign-with-hand-fingers-successful-expression_839833-25854.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Hendra Pratama",
|
||||
role: "Businessman",
|
||||
quote: "Devarra is the best. Consistent and trustworthy.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg",
|
||||
},
|
||||
name: "Hendra Pratama", role: "Businessman", quote: "Devarra is the best. Consistent and trustworthy.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -172,28 +112,16 @@ export default function HomePage() {
|
||||
description="Delivering excellence daily."
|
||||
metrics={[
|
||||
{
|
||||
value: "1,000+",
|
||||
title: "Happy Customers",
|
||||
features: [
|
||||
"Retained clients",
|
||||
"Community growth",
|
||||
],
|
||||
value: "1,000+", title: "Happy Customers", features: [
|
||||
"Retained clients", "Community growth"],
|
||||
},
|
||||
{
|
||||
value: "5,000+",
|
||||
title: "Garments Cleaned",
|
||||
features: [
|
||||
"Stain removed",
|
||||
"Gentle care",
|
||||
],
|
||||
value: "5,000+", title: "Garments Cleaned", features: [
|
||||
"Stain removed", "Gentle care"],
|
||||
},
|
||||
{
|
||||
value: "99%",
|
||||
title: "Satisfaction Rate",
|
||||
features: [
|
||||
"Quality checked",
|
||||
"Positive feedback",
|
||||
],
|
||||
value: "99%", title: "Satisfaction Rate", features: [
|
||||
"Quality checked", "Positive feedback"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -208,21 +136,13 @@ export default function HomePage() {
|
||||
description="Everything you need to know about our laundry services."
|
||||
items={[
|
||||
{
|
||||
question: "What is the turnaround time?",
|
||||
answer: "Standard service is 2-3 days, but we offer a 24-hour express option.",
|
||||
},
|
||||
question: "What is the turnaround time?", answer: "Standard service is 2-3 days, but we offer a 24-hour express option."},
|
||||
{
|
||||
question: "Do you offer delivery?",
|
||||
answer: "Yes, we provide pick-up and delivery services within Cipete Utara.",
|
||||
},
|
||||
question: "Do you offer delivery?", answer: "Yes, we provide pick-up and delivery services within Cipete Utara."},
|
||||
{
|
||||
question: "What laundry chemicals do you use?",
|
||||
answer: "We use eco-friendly, fabric-safe detergents that are gentle on your clothes.",
|
||||
},
|
||||
question: "What laundry chemicals do you use?", answer: "We use eco-friendly, fabric-safe detergents that are gentle on your clothes."},
|
||||
{
|
||||
question: "How do I book a service?",
|
||||
answer: "You can contact us directly via WhatsApp or visit our shop at Jl. Damai Raya No.3.",
|
||||
},
|
||||
question: "How do I book a service?", answer: "You can contact us directly via WhatsApp or visit our shop at Jl. Damai Raya No.3."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-holding-dirty-cloth-hand-view-inside-washing-machine_169016-13049.jpg"
|
||||
/>
|
||||
@@ -235,13 +155,9 @@ export default function HomePage() {
|
||||
tag="Get Started"
|
||||
text="Ready to get fresh, clean clothes delivered? Contact us today at Devarra Laundry."
|
||||
primaryButton={{
|
||||
text: "Contact via WhatsApp",
|
||||
href: "https://wa.me/yournumber",
|
||||
}}
|
||||
text: "Contact via WhatsApp", href: "https://wa.me/yournumber"}}
|
||||
secondaryButton={{
|
||||
text: "Call Us",
|
||||
href: "tel:+628123456789",
|
||||
}}
|
||||
text: "Call Us", href: "tel:+628123456789"}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user