3 Commits

Author SHA1 Message Date
cfd8938a59 Update src/app/page.tsx 2026-05-06 19:00:55 +00:00
c377294ab3 Update src/app/page.tsx 2026-05-06 19:00:25 +00:00
a40fe24f63 Merge version_1 into main
Merge version_1 into main
2026-05-06 18:58:23 +00:00

View File

@@ -2,10 +2,10 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA'; import ContactSplit from '@/components/sections/contact/ContactSplit';
import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
import FooterMedia from '@/components/sections/footer/FooterMedia'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
@@ -188,23 +188,17 @@ export default function LandingPage() {
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactCTA <ContactSplit
useInvertedBackground={true}
background={{
variant: "radial-gradient"}}
tag="Elevate Your Brand" tag="Elevate Your Brand"
title="Ready to Start?" title="Ready to Start?"
description="Let's create something extraordinary together." description="Let's create something extraordinary together."
buttons={[ background={{ variant: "plain" }}
{ useInvertedBackground={false}
text: "Book a Call", href: "#"},
]}
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterMedia <FooterBaseReveal
imageSrc="http://img.b2bpic.net/free-photo/dark-green-water_23-2147933832.jpg"
logoText="AUREX STUDIO" logoText="AUREX STUDIO"
columns={[ columns={[
{ {