From 0a95047334346184e16eba5bbbefcb9f105ea06c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Feb 2026 02:27:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 33 ++++++++++++--------------------- 1 file changed, 12 insertions(+), 21 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 67043aa..f431216 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,14 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern'; import AboutMetric from '@/components/sections/about/AboutMetric'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import { Home, Building2, BarChart3, FileText, TrendingUp, Users, Award, Phone } from 'lucide-react'; +import { Home, Building2, BarChart3, FileText, TrendingUp, Users, Award, Phone, Sparkles } from 'lucide-react'; import Link from 'next/link'; export default function HomePage() { @@ -42,26 +42,18 @@ export default function HomePage() {
-
@@ -116,8 +108,7 @@ export default function HomePage() { }, { icon: Building2, - title: "Investment Advisory", - description: "Expert guidance on real estate investments with detailed market analysis and ROI projections for savvy investors." + title: "Investment Advisory", description: "Expert guidance on real estate investments with detailed market analysis and ROI projections for savvy investors." }, { icon: BarChart3, @@ -237,4 +228,4 @@ export default function HomePage() { /> ); -} \ No newline at end of file +}