Merge version_1 into main #2
122
src/app/page.tsx
122
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Why Us",
|
||||
id: "why",
|
||||
},
|
||||
name: "Why Us", id: "why"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Benji Plumbing"
|
||||
/>
|
||||
@@ -56,39 +48,23 @@ export default function LandingPage() {
|
||||
description="Singapore's trusted specialists for plumbing repairs, water heater installation, and premium sanitaryware. Expert service — same day, every time."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Service",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book a Service", href: "#contact"},
|
||||
{
|
||||
text: "Our Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Our Services", href: "#services"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-bathroom-with-window-overlooking-city_169016-26294.jpg?_wi=1",
|
||||
imageAlt: "Professional plumbing services",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-bathroom-with-window-overlooking-city_169016-26294.jpg", imageAlt: "Professional plumbing services"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-bathroom-with-window-overlooking-city_169016-26294.jpg?_wi=2",
|
||||
imageAlt: "Expert sanitaryware installation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-bathroom-with-window-overlooking-city_169016-26294.jpg", imageAlt: "Expert sanitaryware installation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-bathroom-with-window-overlooking-city_169016-26294.jpg?_wi=3",
|
||||
imageAlt: "Same day plumbing repair",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-bathroom-with-window-overlooking-city_169016-26294.jpg", imageAlt: "Same day plumbing repair"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-bathroom-with-window-overlooking-city_169016-26294.jpg?_wi=4",
|
||||
imageAlt: "Licensed technician service",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-bathroom-with-window-overlooking-city_169016-26294.jpg", imageAlt: "Licensed technician service"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-bathroom-with-window-overlooking-city_169016-26294.jpg?_wi=5",
|
||||
imageAlt: "Precision pipe repair",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-bathroom-with-window-overlooking-city_169016-26294.jpg", imageAlt: "Precision pipe repair"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-bathroom-with-window-overlooking-city_169016-26294.jpg?_wi=6",
|
||||
imageAlt: "Trusted Singapore plumbers",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-bathroom-with-window-overlooking-city_169016-26294.jpg", imageAlt: "Trusted Singapore plumbers"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -100,20 +76,11 @@ export default function LandingPage() {
|
||||
description="From emergency pipe bursts to full sanitaryware installations, our licensed technicians arrive promptly and leave your home immaculate."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "s1",
|
||||
title: "Water Heater Services",
|
||||
content: "Installation, repair, and replacement of storage and instant water heaters. All major brands serviced.",
|
||||
},
|
||||
id: "s1", title: "Water Heater Services", content: "Installation, repair, and replacement of storage and instant water heaters. All major brands serviced."},
|
||||
{
|
||||
id: "s2",
|
||||
title: "Leak Detection",
|
||||
content: "Precision leak detection using modern diagnostic equipment for fast, durable repairs.",
|
||||
},
|
||||
id: "s2", title: "Leak Detection", content: "Precision leak detection using modern diagnostic equipment for fast, durable repairs."},
|
||||
{
|
||||
id: "s3",
|
||||
title: "Pipe Installation",
|
||||
content: "Full residential and commercial pipe installation meeting PUB code requirements.",
|
||||
},
|
||||
id: "s3", title: "Pipe Installation", content: "Full residential and commercial pipe installation meeting PUB code requirements."},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/black-golden-monoline-logo-pack_23-2147690913.jpg"
|
||||
@@ -128,19 +95,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "Years Experience",
|
||||
value: "15+",
|
||||
},
|
||||
label: "Years Experience", value: "15+"},
|
||||
{
|
||||
icon: Clock,
|
||||
label: "Same Day Service",
|
||||
value: "Every Time",
|
||||
},
|
||||
label: "Same Day Service", value: "Every Time"},
|
||||
{
|
||||
icon: Shield,
|
||||
label: "Licensed & Insured",
|
||||
value: "100%",
|
||||
},
|
||||
label: "Licensed & Insured", value: "100%"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -151,42 +112,18 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
description="Our clients trust us for fast, professional service."
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Jy W.",
|
||||
handle: "Verified Customer",
|
||||
testimonial: "Texted them in the morning and the problem was fixed in the afternoon within one hour. Very efficient.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg?_wi=1",
|
||||
},
|
||||
id: "t1", name: "Jy W.", handle: "Verified Customer", testimonial: "Texted them in the morning and the problem was fixed in the afternoon within one hour. Very efficient.", imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Sam Tay",
|
||||
handle: "Verified Customer",
|
||||
testimonial: "Very professionally done! Friendly service and on time! Highly recommended!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg?_wi=1",
|
||||
},
|
||||
id: "t2", name: "Sam Tay", handle: "Verified Customer", testimonial: "Very professionally done! Friendly service and on time! Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Kevin Tan",
|
||||
handle: "Verified Customer",
|
||||
testimonial: "Quality and professionalism were both excellent. Would definitely use again for any plumbing needs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg?_wi=2",
|
||||
},
|
||||
id: "t3", name: "Kevin Tan", handle: "Verified Customer", testimonial: "Quality and professionalism were both excellent. Would definitely use again for any plumbing needs.", imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Jy W.",
|
||||
handle: "Verified Customer",
|
||||
testimonial: "Fantastic service and quick resolution to my leak problem. Expert technicians.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg?_wi=2",
|
||||
},
|
||||
id: "t4", name: "Jy W.", handle: "Verified Customer", testimonial: "Fantastic service and quick resolution to my leak problem. Expert technicians.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Sam Tay",
|
||||
handle: "Verified Customer",
|
||||
testimonial: "The best plumbing service in Bedok. Fast, reliable, and professional.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg?_wi=3",
|
||||
},
|
||||
id: "t5", name: "Sam Tay", handle: "Verified Customer", testimonial: "The best plumbing service in Bedok. Fast, reliable, and professional.", imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
/>
|
||||
@@ -196,14 +133,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
text="Let us solve your plumbing problem. Reach out today for urgent assistance or to schedule a service."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:64491138",
|
||||
},
|
||||
text: "Call Now", href: "tel:64491138"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -215,9 +149,7 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Phone,
|
||||
href: "tel:64491138",
|
||||
ariaLabel: "Call us",
|
||||
},
|
||||
href: "tel:64491138", ariaLabel: "Call us"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user