5 Commits

Author SHA1 Message Date
13793cf9a4 Update src/app/page.tsx 2026-03-13 05:49:13 +00:00
03565dbb87 Update src/app/about/page.tsx 2026-03-13 05:49:12 +00:00
f2bca031de Merge version_6 into main
Merge version_6 into main
2026-03-13 05:46:43 +00:00
0026f8d076 Update src/app/page.tsx 2026-03-13 05:46:39 +00:00
ce2a3f2b79 Merge version_5 into main
Merge version_5 into main
2026-03-13 05:42:15 +00:00
2 changed files with 8 additions and 6 deletions

View File

@@ -8,6 +8,7 @@ import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwen
import TeamCardFive from '@/components/sections/team/TeamCardFive';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import { Award, CheckCircle, Users, Zap } from 'lucide-react';
import { Wind as WindowSqueegee } from 'lucide-react';
export default function AboutPage() {
return (

View File

@@ -11,6 +11,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import { Award, CheckCircle, Home, Leaf, Layers, Sparkles, TrendingUp, Wind, Zap } from 'lucide-react';
import { Wind as WindowSqueegee } from 'lucide-react';
export default function LandingPage() {
return (
@@ -118,24 +119,24 @@ export default function LandingPage() {
]
},
{
title: "Landscaping", description: "Design and installation of stunning outdoor spaces that complement your home", icon: Leaf,
title: "Window Cleaning & Treatment", description: "Professional window cleaning with squeegee finishing for crystal-clear views and optimal performance", icon: WindowSqueegee,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/rural-house-with-stone-pathway_1127-311.jpg?_wi=1", imageAlt: "Professional landscaping design"
imageSrc: "http://img.b2bpic.net/free-photo/rural-house-with-stone-pathway_1127-311.jpg?_wi=1", imageAlt: "Professional window cleaning service"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/rural-house-with-stone-pathway_1127-311.jpg?_wi=2", imageAlt: "Beautiful yard landscaping"
imageSrc: "http://img.b2bpic.net/free-photo/rural-house-with-stone-pathway_1127-311.jpg?_wi=2", imageAlt: "Spotless clean windows with squeegee details"
}
]
},
{
title: "Windows & Doors", description: "Energy-efficient window and door replacements for improved comfort and savings", icon: Wind,
title: "Landscaping", description: "Design and installation of stunning outdoor spaces that complement your home", icon: Leaf,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-likes-spend-time-with-reading-indoor-shot-cute-creative-smart-female-trendy-outfit-glasses-holding-magazine-turning-pages-while-standing-near-window-taking-bread-from-work_197531-30224.jpg?_wi=1", imageAlt: "Window installation service"
imageSrc: "http://img.b2bpic.net/free-photo/woman-likes-spend-time-with-reading-indoor-shot-cute-creative-smart-female-trendy-outfit-glasses-holding-magazine-turning-pages-while-standing-near-window-taking-bread-from-work_197531-30224.jpg?_wi=1", imageAlt: "Professional landscaping design"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-likes-spend-time-with-reading-indoor-shot-cute-creative-smart-female-trendy-outfit-glasses-holding-magazine-turning-pages-while-standing-near-window-taking-bread-from-work_197531-30224.jpg?_wi=2", imageAlt: "Modern windows installation"
imageSrc: "http://img.b2bpic.net/free-photo/woman-likes-spend-time-with-reading-indoor-shot-cute-creative-smart-female-trendy-outfit-glasses-holding-magazine-turning-pages-while-standing-near-window-taking-bread-from-work_197531-30224.jpg?_wi=2", imageAlt: "Beautiful yard landscaping"
}
]
}