From 5a70e6c230df8d6aaae26bc211902a760fc941b2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 24 Jun 2026 07:36:14 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 5ed4fea..ee071e4 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -7,7 +7,6 @@ import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards'; import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee'; import TestimonialQuoteCards from '@/components/sections/testimonial/TestimonialQuoteCards'; -import { Award, Briefcase, Clock, Diamond, ShieldCheck, Sparkles } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { @@ -75,7 +74,7 @@ export default function HomePage() { { title: "Modern Bath", description: "Stone and gold accents.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-classic-interior_23-2150943444.jpg"}, { - title: "Entry Hallway", description: "Grand architectural statement.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160777.jpg"}, + title: "Entry Hallway", description: "Grand architectural statement.", href: "#", imageSrc: "http://img.b2bpic.net/beautiful-hotel-insights-details_23-2149160777.jpg"}, { title: "Living Detail", description: "Artisan craft focus.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/close-up-glassware_107420-74255.jpg"}, { -- 2.49.1