diff --git a/src/app/page.tsx b/src/app/page.tsx index ee9b7d4..e9a120f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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 }, ]} /> @@ -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" />