Merge version_2 into main #6
@@ -3,12 +3,12 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import { Award, Clock, Phone, Shield } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -108,52 +108,48 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
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: "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: "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: "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: "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"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
/>
|
||||
<TestimonialCardFifteen
|
||||
testimonial="Fantastic service and quick resolution to my leak problem. Expert technicians who left my home spotless."
|
||||
rating={5}
|
||||
author="Jy W."
|
||||
avatars={[{ src: "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", alt: "Customer" }]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
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"},
|
||||
]}
|
||||
/>
|
||||
<ContactCenter
|
||||
tag="Need Help?"
|
||||
title="Quick Response for Every Emergency"
|
||||
description="Don't let a small leak turn into a costly nightmare. Our team is ready to assist you right now."
|
||||
background={{ variant: "gradient-bars" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Benji Plumbing & Sanitaryware"
|
||||
copyrightText="© 2025 Benji Plumbing. All rights reserved."
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Phone,
|
||||
href: "tel:64491138", ariaLabel: "Call us"},
|
||||
]}
|
||||
/>
|
||||
<FooterLogoEmphasis
|
||||
logoText="Benji Plumbing & Sanitaryware"
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{ label: "Our Services", href: "#services" },
|
||||
{ label: "Why Choose Us", href: "#why" },
|
||||
{ label: "Customer Reviews", href: "#testimonials" },
|
||||
]
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Contact Us", href: "#contact" },
|
||||
{ label: "Call Support", href: "tel:64491138" },
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f6f0e9;
|
||||
--card: #efe7dd;
|
||||
--foreground: #2b180a;
|
||||
--primary-cta: #2b180a;
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000612e6;
|
||||
--primary-cta: #106EFB;
|
||||
--primary-cta-text: #f6f0e9;
|
||||
--secondary-cta: #efe7dd;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #2b180a;
|
||||
--accent: #94877c;
|
||||
--background-accent: #afa094;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #106EFB;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user