From ec574111c2148cab2529507c6b791473ca0fd250 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 10:55:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5250a0f..b02f0ff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardFifteen from "@/components/sections/testimonial/Testimonia import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import ContactFaq from "@/components/sections/contact/ContactFaq"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; -import { Lightbulb, Award, Clock, Drafting, Wrench, Shield, Sparkles, TrendingUp, CheckCircle, Star, Phone, Building2 } from "lucide-react"; +import { Lightbulb, Award, Clock, Wrench, Shield, Sparkles, TrendingUp, CheckCircle, Star, Phone, Building2 } from "lucide-react"; export default function LandingPage() { return ( @@ -81,7 +81,7 @@ export default function LandingPage() { title: "45+ Years of Experience", description: "Decades of proven success designing kitchens for hotels, restaurants, cafés, canteens, and industrial facilities across India.", icon: Clock }, { - title: "Professional Design & Planning", description: "Modern design tools and expert consultancy to create optimized kitchen layouts that boost productivity and workflow efficiency.", icon: Drafting + title: "Professional Design & Planning", description: "Modern design tools and expert consultancy to create optimized kitchen layouts that boost productivity and workflow efficiency.", icon: Wrench }, { title: "Complete Equipment Solutions", description: "Selection, manufacturing, and installation of commercial kitchen equipment—from refrigeration to exhaust systems—all tailored to your specifications.", icon: Wrench -- 2.49.1