diff --git a/src/app/page.tsx b/src/app/page.tsx index bc76fb3..3ccce08 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,6 @@ import HeroCentered from "@/components/sections/hero/HeroCentered"; import FeatureBento from "@/components/sections/feature/FeatureBento"; import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow"; import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; -import PricingCardEight from "@/components/sections/pricing/PricingCardEight"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; @@ -58,7 +57,6 @@ export default function LandingPage() { brandName="studio ads" navItems={[ { name: "How it Works", id: "how-it-works" }, - { name: "Pricing", id: "pricing" }, { name: "Testimonials", id: "testimonials" }, { name: "FAQ", id: "faq" }, { name: "Contact", id: "contact" } @@ -345,169 +343,38 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} buttons={[ - { text: "Start Your First Project", href: "#pricing" } + { text: "Start Your First Project", href: "#book-now" } ]} buttonAnimation="opacity" /> -
+
-
- 🎁 LIMITED TIME OFFER -
-

Claim Your 3 Free Premium Ads

-

Try our service risk-free. No credit card required upfront. Get agency-quality ad creatives delivered in 48 hours.

-

⚑ Only 3 spots left this week

+

Ready to Book Your First Project?

+

Get started with a clean booking process. Let's create something amazing together.

-
- - -

- βœ… No credit card required β€’ πŸ”’ 30-day money-back guarantee β€’ ⚑ 48-hour delivery + βœ… Quick consultation β€’ πŸ”’ No commitment β€’ ⚑ 48-hour delivery

-
-
-
- -
- {showComparison && ( -
-

Studio Ads vs Traditional Agencies

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
MetricStudio AdsTraditional Agencies
Production Time48 Hours3-4 Weeks
Cost per Ad$500-1,500$2,500-5,000
Creative Variations10+ Included1-3 Base Concepts
Revision RoundsUnlimited (48hr)Limited / Extra Cost
Platform OptimizationAll Major PlatformsLimited Formats
Average ROAS Lift40% Average20-25% Average
Account ManagerGrowth+ PlansAlways Included
Setup/OnboardingMinimal2-4 Weeks
-
-
- )} -
- -
-
@@ -593,7 +460,7 @@ export default function LandingPage() { id: "5", title: "Can I get unlimited revisions?", content: "Yes! Revision allowances vary by plan. Our Growth and Enterprise plans include comprehensive revision options. We work with you until you're happy with the resultsβ€”we succeed when you succeed. Starter plans include 2 revision rounds." }, { - id: "6", title: "What's included in the free 3 ads offer?", content: "You get three custom ad creatives tailored to your business. This might be a mix of video ads, static creatives, or a full-funnel sample. No credit card needed, and it comes with a full 48-hour delivery guarantee. Perfect way to experience the quality of our work risk-free." + id: "6", title: "How do I book a project?", content: "Simply schedule a quick consultation call with us, and we'll discuss your project needs, timeline, and budget. From there, we'll send you a creative brief form to fill out. Once we have all the details, we get started immediately and deliver your creatives in 48 hours." } ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATkkwMdD0iTY5cZ1obi8rWoV7q/professional-headshot-of-a-male-entrepre-1772624561085-2e00132e.png?_wi=2" @@ -624,14 +491,14 @@ export default function LandingPage() {
@@ -643,9 +510,9 @@ export default function LandingPage() { { title: "Product", items: [ { label: "Features", href: "#features" }, - { label: "Pricing", href: "#pricing" }, { label: "How It Works", href: "#how-it-works" }, - { label: "Testimonials", href: "#testimonials" } + { label: "Testimonials", href: "#testimonials" }, + { label: "FAQ", href: "#faq" } ] }, {