Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -12,7 +12,7 @@ import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider';
|
||||
import { Users, Leaf, Tool, Smile, Sparkles, Star, Award, Trophy, ShieldCheck, Clock } from 'lucide-react';
|
||||
import { Users, Leaf, Wrench, Smile, Sparkles, Star, Award, Trophy, ShieldCheck, Clock } from 'lucide-react';
|
||||
|
||||
const assetMap: Record<string, { url: string; alt: string }> = {
|
||||
"hero-main-pressure-wash": { "url": "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552310.jpg", "alt": "professional pressure washing service" },
|
||||
@@ -99,7 +99,7 @@ export default function LandingPage() {
|
||||
bulletPoints={[
|
||||
{ title: "Expert Technicians", description: "Highly trained and experienced professionals for every job.", icon: Users },
|
||||
{ title: "Eco-Friendly Solutions", description: "Safe for your family, pets, and the environment.", icon: Leaf },
|
||||
{ title: "Advanced Equipment", description: "Utilizing the latest technology for superior cleaning power.", icon: Tool },
|
||||
{ title: "Advanced Equipment", description: "Utilizing the latest technology for superior cleaning power.", icon: Wrench },
|
||||
{ title: "Customer Satisfaction", description: "Committed to exceeding your expectations with every service.", icon: Smile }
|
||||
]}
|
||||
imageSrc={getAssetUrl("about-team-working")}
|
||||
|
||||
Reference in New Issue
Block a user