Merge version_1 into main #2
@@ -9,7 +9,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import { Wrench, Store, Car, Truck, Quote } from 'lucide-react';
|
||||
import { Wrench, Store, Car, Truck } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="blurBottom"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="Dundonald Plumbing & Hardware"
|
||||
description="Your trusted local plumbing and hardware supplier in Dundonald, Belfast. Quality products, expert service, and fast delivery for homeowners and contractors."
|
||||
background={{ variant: "blurBottom" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Call Now: 07743 020821", href: "tel:07743020821" },
|
||||
{ text: "Request Quote", href: "#contact" }
|
||||
@@ -123,10 +123,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Michael Johnson", handle: "Homeowner, Dundonald", testimonial: "Excellent service! Found exactly what I needed and the staff were incredibly helpful. Will definitely return.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-work_1098-286.jpg?_wi=1", imageAlt: "Michael Johnson"
|
||||
id: "1", name: "Michael Johnson", handle: "Homeowner, Dundonald", testimonial: "Excellent service! Found exactly what I needed and the staff were incredibly helpful. Will definitely return.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-work_1098-286.jpg", imageAlt: "Michael Johnson"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Sarah Thompson", handle: "Contractor", testimonial: "Best supplier in the area. Fast delivery, great prices, and their team always goes the extra mile.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Sarah Thompson"
|
||||
id: "2", name: "Sarah Thompson", handle: "Contractor", testimonial: "Best supplier in the area. Fast delivery, great prices, and their team always goes the extra mile.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Sarah Thompson"
|
||||
},
|
||||
{
|
||||
id: "3", name: "David Williams", handle: "Renovation Specialist", testimonial: "Reliable, professional, and they always have stock. Can't ask for better service locally.", imageSrc: "http://img.b2bpic.net/free-photo/beaty-style-fashion-age-concept-waist-up-shot-beautiful-gray-haired-50-year-old-female-posing-indoors-standing-white-brick-wall-adjusting-her-stylish-outfit-going-have-meeting_344912-1847.jpg", imageAlt: "David Williams"
|
||||
@@ -135,10 +135,10 @@ export default function LandingPage() {
|
||||
id: "4", name: "Emma Clarke", handle: "Homeowner, Belfast", testimonial: "The kerbside pickup is fantastic. Quick, convenient, and their customer service is outstanding.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg", imageAlt: "Emma Clarke"
|
||||
},
|
||||
{
|
||||
id: "5", name: "James Murphy", handle: "Property Manager", testimonial: "Been using them for years. Consistent quality, fair pricing, and always happy to help with advice.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-work_1098-286.jpg?_wi=2", imageAlt: "James Murphy"
|
||||
id: "5", name: "James Murphy", handle: "Property Manager", testimonial: "Been using them for years. Consistent quality, fair pricing, and always happy to help with advice.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-work_1098-286.jpg", imageAlt: "James Murphy"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Lisa Anderson", handle: "DIY Enthusiast", testimonial: "Friendly staff, great selection, and they explain everything clearly. Perfect for DIY projects!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Lisa Anderson"
|
||||
id: "6", name: "Lisa Anderson", handle: "DIY Enthusiast", testimonial: "Friendly staff, great selection, and they explain everything clearly. Perfect for DIY projects!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Lisa Anderson"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user