From 44e0217765c4b91a85a58e3fc63bf31ae11821a2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 11:41:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 188 +++++++---------------------------------------- 1 file changed, 28 insertions(+), 160 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e651434..4ca4e8b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,8 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import { BarChart, Camera, TrendingUp } from "lucide-react"; +import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; +import { BarChart, Camera, TrendingUp, Sparkles } from "lucide-react"; export default function LandingPage() { return ( @@ -32,18 +33,14 @@ export default function LandingPage() { @@ -52,162 +49,55 @@ export default function LandingPage() { title="Scaling Brands Through Premium Strategy" description="We craft sophisticated social media ecosystems that convert, engage, and elevate your brand to the top 1%." buttons={[ - { - text: "Explore Services", href: "#features"}, - { - text: "Let's Talk", href: "#contact"}, + { text: "Explore Services", href: "#services" }, + { text: "Let's Talk", href: "#contact" }, ]} imageSrc="http://img.b2bpic.net/free-photo/conceptual-3d-render-credit-debit-cards-futuristic-platform_187299-47941.jpg" - showBlur={true} - avatars={[ - { - src: "http://img.b2bpic.net/free-photo/portrait-bald-senior-dressed-stylish-suit-posing-against-dark-background_613910-17578.jpg", alt: "Executive Client 1"}, - { - src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", alt: "Executive Client 2"}, - { - src: "http://img.b2bpic.net/free-photo/front-view-woman-sitting-chair_23-2149833734.jpg", alt: "Executive Client 3"}, - { - src: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg", alt: "Executive Client 4"}, - { - src: "http://img.b2bpic.net/free-photo/business-woman-green-suit-using-phone-outside-street_1303-29546.jpg", alt: "Executive Client 5"}, - ]} - avatarText="Trusted by 500+ professionals" />
-
- + -
- -
-
-
- -
- -
- -
-
@@ -215,30 +105,8 @@ export default function LandingPage() {