Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-04-23 00:49:56 +00:00

View File

@@ -2,17 +2,17 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCenter from '@/components/sections/contact/ContactCenter';
import ContactText from '@/components/sections/contact/ContactText';
import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import FooterCard from '@/components/sections/footer/FooterCard';
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import { Award, Shield, Sparkles, Zap } from "lucide-react";
import { Award, Shield, Sparkles, Zap, Mail, Phone, MapPin, Instagram, Linkedin, Twitter } from "lucide-react";
export default function LandingPage() {
return (
@@ -154,24 +154,23 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactCenter
<ContactText
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
background={{ variant: "plain" }}
title="Ready to Scale Your Impact?"
description="Start your journey with us today and let's craft your custom digital growth strategy."
tag="Let's Connect"
text="Ready to Scale Your Impact? Let's craft your custom digital growth strategy."
animationType="reveal-blur"
buttons={[{ text: "Contact Our Team" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
<FooterCard
logoText="AgencyCore"
columns={[
{ title: "Services", items: [{ label: "Strategy", href: "#" }, { label: "SEO", href: "#" }] },
{ title: "Company", items: [{ label: "About", href: "#" }, { label: "Careers", href: "#" }] },
{ title: "Resources", items: [{ label: "Blog", href: "#" }, { label: "Help", href: "#" }] }
socialLinks={[
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
{ icon: Linkedin, href: "#", ariaLabel: "LinkedIn" },
{ icon: Twitter, href: "#", ariaLabel: "Twitter" }
]}
copyrightText="© 2024 AgencyCore. All rights reserved."
/>
</div>
</ReactLenis>