diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1271334..42a8b4f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -6,10 +6,11 @@ import ContactCTA from '@/components/sections/contact/ContactCTA';
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
import FooterBase from '@/components/sections/footer/FooterBase';
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
-import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
+import AboutMetric from '@/components/sections/about/AboutMetric';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
+import { Droplets, Sparkles, Zap, ShieldCheck, Star } from "lucide-react";
export default function LandingPage() {
return (
@@ -29,112 +30,41 @@ export default function LandingPage() {
-
-
-
-
@@ -145,85 +75,39 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "p1", name: "Barbacoa Tacos", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-homemade-delicious-crispy-potato-chips-brown-pot-fallen-oil-bottle-ketchup-tomatoes-potato-garlic-dark-background_140725-140873.jpg?_wi=2"},
- {
- id: "p2", name: "Breakfast Tacos", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-tortillas-with-meat-vegetables_23-2148614372.jpg"},
- {
- id: "p3", name: "Street Tacos", price: "$10.00", imageSrc: "http://img.b2bpic.net/free-photo/side-view-stuffed-with-zucchini-with-slice-cheese-cucumber-blue-plate_141793-6117.jpg"},
- {
- id: "p4", name: "Chips & Salsa", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/tortilla-with-meat-vegetables-top-view_23-2148750447.jpg"},
- {
- id: "p5", name: "Classic Plates", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/three-delicious-mexican-tacos-with-fresh-toppings_84443-82579.jpg"},
- {
- id: "p6", name: "Fajita Platter", price: "$18.00", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-delicious-tacos_23-2150878353.jpg"},
+ { id: "s1", name: "Residential Exterior", price: "Starts at $150", imageSrc: "https://img.b2bpic.net/free-photo/clean-window-exterior_1234-5678.jpg" },
+ { id: "s2", name: "Deep Interior Cleaning", price: "Starts at $200", imageSrc: "https://img.b2bpic.net/free-photo/interior-clean-glass_1234-5679.jpg" },
+ { id: "s3", name: "Screen & Track Care", price: "Starts at $50", imageSrc: "https://img.b2bpic.net/free-photo/window-frame-cleaning_1234-5680.jpg" },
]}
- title="Customer Favorites"
- description="Everything made fresh to order."
+ title="Professional Window Services"
+ description="We handle everything from simple glass cleaning to deep frame and screen restoration."
/>
-
+
-
-
-
-
@@ -231,24 +115,10 @@ export default function LandingPage() {