7 Commits

Author SHA1 Message Date
2f71547c50 Update src/app/page.tsx 2026-03-12 16:30:30 +00:00
bd3a3d0210 Update src/app/contact/page.tsx 2026-03-12 15:16:33 +00:00
704b201c38 Merge version_14 into main
Merge version_14 into main
2026-03-12 15:12:57 +00:00
397602a18a Update src/app/page.tsx 2026-03-12 15:12:53 +00:00
bfb40dc999 Merge version_13 into main
Merge version_13 into main
2026-03-12 15:09:10 +00:00
3bd977f5cc Merge version_13 into main
Merge version_13 into main
2026-03-12 15:08:33 +00:00
3160f7bcca Merge version_13 into main
Merge version_13 into main
2026-03-12 15:06:11 +00:00
2 changed files with 4 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import { Mail, Rocket } from "lucide-react";
import { Mail } from "lucide-react";
export default function ContactPage() {
return (
@@ -37,7 +37,7 @@ export default function ContactPage() {
<ContactSplit
tag="Get In Touch"
tagIcon={Mail}
title="See Whats Possible for Your Business "
title="See What's Possible for Your Business "
description="Ready to grow your business? Share your information and let's schedule a call to discuss your needs. Whether you're looking for a website, ads management, creative producti"
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}

View File

@@ -154,12 +154,10 @@ export default function LandingPage() {
id: "4", name: "", price: "", variant: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai86BRUMbva0WDBhojvh7eeV0v/tmp/confident-business-professional-working--1773327576054-cf3ce66b.png", imageAlt: "Professional Services Logo"
}
]}
gridVariant="uniform-all-items-equal"
gridVariant="bento-grid"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
cardClassName="flex flex-col h-full overflow-hidden"
imageClassName="w-full h-64 object-cover object-center"
/>
</div>
@@ -183,7 +181,7 @@ export default function LandingPage() {
{
id: "enterprise", badge: "For Scaling Brands", badgeIcon: Zap,
price: "$500/mo", subtitle: "Maximum creative output and strategy", buttons: [{ text: "Get Started", href: "/contact" }],
features: ["15+ ad variations monthly", "A/B testing frameworks", "Video and static assets", "Campaign-specific creative", "Unlimited revisions", "Dedicated creative support", "Quarterly strategy sessions"]
features: ["15+ ad variations monthly", "A/B testing frameworks", "Video and static assets", "Campaign-specific creative", " Creative tailored to your offer and audience", "Dedicated creative support", "Structured revision rounds included "]
}
]}
animationType="slide-up"