diff --git a/src/app/page.tsx b/src/app/page.tsx index 36449a5..4aab488 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,6 +12,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import TeamCardTen from '@/components/sections/team/TeamCardTen'; import { Linkedin, Twitter } from "lucide-react"; export default function LandingPage() { @@ -32,73 +33,38 @@ export default function LandingPage() {
+
+ +
+
@@ -106,13 +72,11 @@ export default function LandingPage() {
@@ -123,124 +87,39 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} features={[ - { - title: "SEO Strategy", description: "Dominate search engine rankings with content that converts.", imageSrc: "http://img.b2bpic.net/free-photo/innovation-development-rocket-graphic-concept_53876-120019.jpg"}, - { - title: "Paid Media (PPC)", description: "High-intent ad campaigns that maximize your ROI.", imageSrc: "http://img.b2bpic.net/free-vector/business-designs-collection_1209-103.jpg"}, - { - title: "Content Marketing", description: "Authority-building content that speaks to your users.", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-light-bulb-with-idea-text-card_23-2147865432.jpg"}, + { title: "SEO Growth", description: "Dominate US search rankings.", imageSrc: "http://img.b2bpic.net/free-photo/innovation-development-rocket-graphic-concept_53876-120019.jpg" }, + { title: "Paid Media", description: "High-intent ad campaigns.", imageSrc: "http://img.b2bpic.net/free-vector/business-designs-collection_1209-103.jpg" }, + { title: "Strategy Consulting", description: "Data-driven market expansion.", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-light-bulb-with-idea-text-card_23-2147865432.jpg" }, ]} - title="Our Specialized Agency Services" - description="Comprehensive marketing solutions tailored to exceed your growth targets." - /> - - -
- -
- -
- -
- -
- -
- -
-
); -} +} \ No newline at end of file