Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-03 07:35:35 +00:00

View File

@@ -10,7 +10,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { Award, Zap, Truck, ShoppingCart, Phone, DollarSign, CheckCircle } from 'lucide-react';
import { Award, Zap, Truck, ShoppingCart, Phone, DollarSign, CheckCircle, Star, ThumbsUp, Heart } from 'lucide-react';
export default function LandingPage() {
return (
@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="mediumLarge"
sizing="mediumSizeLargeTitles"
background="grid"
background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="shadow"
secondaryButtonStyle="layered"
@@ -48,7 +48,7 @@ export default function LandingPage() {
{ text: "Request a Quote" }
]}
buttonAnimation="slide-up"
background={{ variant: "grid" }}
background={{ variant: "sparkles-gradient" }}
imageSrc="http://img.b2bpic.net/free-photo/sanitary-equipment_93675-131511.jpg"
imageAlt="Professional plumbing supplies and equipment"
mediaAnimation="slide-up"
@@ -69,6 +69,7 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/some-barbells-gym_23-2147671941.jpg"
imageAlt="Enax Trading store interior in Hal Qormi"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -113,9 +114,9 @@ export default function LandingPage() {
description="See what contractors and homeowners say about Enax Trading"
testimonials={[
{ id: "1", name: "John Attard", role: "Licensed Plumber", testimonial: "Enax Trading has been my go-to supplier for over 5 years. Their product quality and fast service are unbeatable. Highly recommended!", icon: CheckCircle, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-construction-worker_329181-3733.jpg" },
{ id: "2", name: "Maria Camilleri", role: "Property Manager", testimonial: "Excellent range of products and knowledgeable staff. They helped me find exactly what I needed for our renovation project.", icon: CheckCircle, imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg" },
{ id: "3", name: "Paul Bonaci", role: "Maintenance Professional", testimonial: "I trust Enax Trading for all my plumbing supply needs. Their professionalism and competitive pricing keep me coming back.", icon: CheckCircle, imageSrc: "http://img.b2bpic.net/free-photo/male-worker-with-arms-crossed-standing-factory_107420-96042.jpg" },
{ id: "4", name: "Sophie Mifsud", role: "DIY Homeowner", testimonial: "As a first-time DIY plumber, their team was incredibly helpful. They explained everything and made sure I got the right products.", icon: CheckCircle, imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg" }
{ id: "2", name: "Maria Camilleri", role: "Property Manager", testimonial: "Excellent range of products and knowledgeable staff. They helped me find exactly what I needed for our renovation project.", icon: Star, imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg" },
{ id: "3", name: "Paul Bonaci", role: "Maintenance Professional", testimonial: "I trust Enax Trading for all my plumbing supply needs. Their professionalism and competitive pricing keep me coming back.", icon: ThumbsUp, imageSrc: "http://img.b2bpic.net/free-photo/male-worker-with-arms-crossed-standing-factory_107420-96042.jpg" },
{ id: "4", name: "Sophie Mifsud", role: "DIY Homeowner", testimonial: "As a first-time DIY plumber, their team was incredibly helpful. They explained everything and made sure I got the right products.", icon: Heart, imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg" }
]}
animationType="slide-up"
textboxLayout="default"