Update src/app/page.tsx
This commit is contained in:
@@ -4,7 +4,6 @@ import ReactLenis from "lenis/react";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||
import HeroBillboardScroll from "@/components/sections/hero/HeroBillboardScroll";
|
||||
import FeatureCardTen from "@/components/sections/feature/FeatureCardTen";
|
||||
import FeatureBento from "@/components/sections/feature/FeatureBento";
|
||||
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
|
||||
import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen";
|
||||
@@ -13,7 +12,7 @@ import TeamCardTwo from "@/components/sections/team/TeamCardTwo";
|
||||
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
|
||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||
import { Sparkles, Search, Monitor, Shield, Zap, Puzzle, TrendingUp, Award, Users, CheckCircle, Mail } from "lucide-react";
|
||||
import { Sparkles, CheckCircle } from "lucide-react";
|
||||
|
||||
export default function Ads2GetherPage() {
|
||||
return (
|
||||
@@ -55,9 +54,10 @@ export default function Ads2GetherPage() {
|
||||
description="A full suite of advertising and development solutions."
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Paid Social", description: "High-converting ad campaigns across platforms.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-1.webp" }, items: [], reverse: false },
|
||||
{ title: "Conversion Web Design", description: "Landing pages that turn traffic into sales.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-2.webp" }, items: [], reverse: true },
|
||||
{ title: "Paid Social", description: "High-converting ad campaigns across platforms.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-1.webp" }, items: [{ icon: Sparkles, text: "Scalable Ad Spend" }, { icon: Sparkles, text: "Real-time Analytics" }, { icon: Sparkles, text: "Audience Targeting" }], reverse: false },
|
||||
{ title: "Conversion Web Design", description: "Landing pages that turn traffic into sales.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-2.webp" }, items: [{ icon: Sparkles, text: "Responsive Design" }, { icon: Sparkles, text: "A/B Testing Ready" }, { icon: Sparkles, text: "Speed Optimized" }], reverse: true },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -70,15 +70,18 @@ export default function Ads2GetherPage() {
|
||||
{ content: "Creative production & testing", media: "", reverse: true },
|
||||
{ content: "Campaign launch & optimization", media: "", reverse: false }
|
||||
]}
|
||||
textBoxLayout="default"
|
||||
textboxLayout="default"
|
||||
animationType="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
title="Success Stories"
|
||||
description="What our clients say about our growth strategies."
|
||||
showRating={true}
|
||||
animationType="depth-3d"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Alex Rivers", handle: "@rivers", testimonial: "Ads2Gether scaled our reach by 300% in just one quarter. Absolute masters of the craft.", rating: 5, icon: CheckCircle }
|
||||
]}
|
||||
@@ -92,11 +95,15 @@ export default function Ads2GetherPage() {
|
||||
{ id: "roi", value: "4.5x", description: "Average ROAS achieved" },
|
||||
{ id: "scale", value: "$2M+", description: "Ad spend managed" }
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="team">
|
||||
<TeamCardTwo
|
||||
title="Our Experts"
|
||||
description="Meet the team behind the success."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
members={[
|
||||
@@ -108,12 +115,14 @@ export default function Ads2GetherPage() {
|
||||
<div id="faq">
|
||||
<FaqSplitMedia
|
||||
title="Common Inquiries"
|
||||
description="Frequently asked questions about our process."
|
||||
faqs={[
|
||||
{ id: "1", title: "How do you start a campaign?", content: "We begin with a deep dive audit of your current assets and goals." },
|
||||
{ id: "2", title: "Do you work with startups?", content: "Yes, we specialize in high-growth scaling for startups." }
|
||||
]}
|
||||
faqsAnimation="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="contact">
|
||||
@@ -122,6 +131,8 @@ export default function Ads2GetherPage() {
|
||||
title="Ready to scale?"
|
||||
description="Schedule your consultation today and discover your growth potential."
|
||||
buttonText="Send Request"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<FooterSimple
|
||||
|
||||
Reference in New Issue
Block a user