Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-21 11:42:14 +00:00

View File

@@ -3,17 +3,12 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText';
import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
import { BarChart, Camera, TrendingUp, Sparkles } from "lucide-react";
export default function LandingPage() {
return (
@@ -62,6 +57,7 @@ export default function LandingPage() {
description={[
"Founded on the principles of precision and innovation, we redefine the agency landscape.", "Our approach blends deep data analytics with bold creative storytelling to ensure your brand resonates.", "We are not just a service provider; we are your strategic partner in growth."
]}
useInvertedBackground={false}
/>
</div>
@@ -71,6 +67,8 @@ export default function LandingPage() {
description="We combine aesthetic excellence with data-backed performance."
tag="Social Media Agency"
animationType="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
features={[
{
id: "s1", title: "Strategy Development", description: "Custom roadmaps for high-growth digital dominance.", tag: "Strategy", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-green-suit-using-phone-outside-street_1303-29546.jpg"
@@ -89,6 +87,9 @@ export default function LandingPage() {
<SocialProofOne
names={["InnovateTech", "LuxLiving", "GlobalVentures", "UrbanPulse", "GreenHorizon"]}
title="Industry Leaders We Empower"
description="Trusted by the top innovators."
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -99,6 +100,7 @@ export default function LandingPage() {
buttons={[
{ text: "Contact Us", href: "mailto:hello@agencyelite.com" },
]}
useInvertedBackground={false}
/>
</div>