15 Commits

Author SHA1 Message Date
1df8d4652a Update src/app/page.tsx 2026-03-05 01:26:46 +00:00
a9da569845 Merge version_6 into main
Merge version_6 into main
2026-03-04 23:32:35 +00:00
30e9ac1de5 Update src/app/page.tsx 2026-03-04 23:32:31 +00:00
8212671c23 Merge version_5 into main
Merge version_5 into main
2026-03-04 13:27:16 +00:00
92b0b4b577 Update src/app/page.tsx 2026-03-04 13:27:11 +00:00
5d022c1da4 Update src/app/layout.tsx 2026-03-04 13:27:10 +00:00
8b8e88ab3e Merge version_4 into main
Merge version_4 into main
2026-03-04 12:56:17 +00:00
0f18b0fd5a Update src/app/page.tsx 2026-03-04 12:56:13 +00:00
388971e9ea Update src/app/layout.tsx 2026-03-04 12:56:12 +00:00
37c2b0b325 Merge version_3 into main
Merge version_3 into main
2026-03-04 12:51:40 +00:00
9856a25ee6 Update src/app/page.tsx 2026-03-04 12:51:35 +00:00
f5191a2e57 Update src/app/layout.tsx 2026-03-04 12:51:35 +00:00
2fbfa93c9b Merge version_2 into main
Merge version_2 into main
2026-03-04 12:37:27 +00:00
218d9bda4e Merge version_2 into main
Merge version_2 into main
2026-03-04 12:36:21 +00:00
acf15ca953 Merge version_2 into main
Merge version_2 into main
2026-03-04 12:34:34 +00:00
2 changed files with 34 additions and 38 deletions

View File

@@ -1,14 +1,10 @@
import type { Metadata } from "next"; import type { Metadata } from "next";
import { Inter } from "next/font/google";
import "./styles/variables.css"; import "./styles/variables.css";
import "./globals.css"; import "./globals.css";
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Quick Creatives - Agency-Quality Ad Creatives in 48 Hours", description: "Get professional ad creatives delivered in 48 hours. Video ads, static creatives, and full-funnel packs for your brand."}; title: "Efficient Ads - Agency-Quality Ad Creatives in 48 Hours", description: "Get stunning video ads, static creatives, and full-funnel packs delivered in 48 hours. Perfect for agencies, brands, and creators."
};
export default function RootLayout({ export default function RootLayout({
children, children,
@@ -17,7 +13,7 @@ export default function RootLayout({
}) { }) {
return ( return (
<html lang="en"> <html lang="en">
<body className={inter.variable}> <body>
{children} {children}
<script <script

View File

@@ -11,7 +11,7 @@ import ContactCenter from "@/components/sections/contact/ContactCenter";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
import { BarChart3, Briefcase, CreditCard, Mail, Package, Palette, Shield, ShoppingCart, TrendingUp, Users, Zap, Sparkles, Database, Crown, Play, Image, Layers, Clock, CheckCircle, HelpCircle } from "lucide-react"; import { BarChart3, Briefcase, CreditCard, Mail, Package, Palette, Shield, ShoppingCart, TrendingUp, Users, Zap, Sparkles, Database, Crown, Play, Image, Layers, Clock, CheckCircle, HelpCircle, Calendar } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -29,7 +29,7 @@ export default function LandingPage() {
> >
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
brandName="Quick Creatives" brandName="Efficient Ads"
navItems={[ navItems={[
{ name: "How it Works", id: "how-it-works" }, { name: "How it Works", id: "how-it-works" },
{ name: "Pricing", id: "pricing" }, { name: "Pricing", id: "pricing" },
@@ -38,7 +38,7 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" } { name: "Contact", id: "contact" }
]} ]}
button={{ button={{
text: "Get 3 Free Creatives", href: "#contact" text: "Get 3 Free Ads", href: "#free-offer"
}} }}
animateOnLoad={true} animateOnLoad={true}
/> />
@@ -47,7 +47,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroCentered <HeroCentered
title="Agency-Quality Ad Creatives. Delivered in 48 Hours." title="Agency-Quality Ad Creatives. Delivered in 48 Hours."
description="Skip the lengthy production cycles. Get stunning video ads, static creatives, and full-funnel packs faster than ever. Perfect for agencies, brands, and creators who refuse to compromise on quality." description="Get 40% faster delivery at half the traditional cost. Launch winning campaigns 3x faster and get stunning video ads, static creatives, and full-funnel packs in 48 hours. Perfect for agencies, brands, and creators who refuse to compromise on quality."
background={{ variant: "downward-rays-animated" }} background={{ variant: "downward-rays-animated" }}
avatars={[ avatars={[
{ {
@@ -62,11 +62,11 @@ export default function LandingPage() {
]} ]}
avatarText="Trusted by 100+ agencies and brands" avatarText="Trusted by 100+ agencies and brands"
buttons={[ buttons={[
{ text: "Get 3 Free Creatives", href: "#contact" }, { text: "Get 3 Free Ads", href: "#free-offer" },
{ text: "See Our Work", href: "#features" } { text: "See Our Work", href: "#features" }
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
ariaLabel="Hero section - Quick Creatives agency-quality ads in 48 hours" ariaLabel="Hero section - Efficient Ads agency-quality ads in 48 hours"
/> />
</div> </div>
@@ -90,7 +90,7 @@ export default function LandingPage() {
<div id="pain-points" data-section="pain-points"> <div id="pain-points" data-section="pain-points">
<FeatureBorderGlow <FeatureBorderGlow
title="The Old Way vs. The Quick Creatives Way" title="The Old Way vs. The Efficient Ads Way"
description="Stop wasting weeks on ad production. Here's how we're different." description="Stop wasting weeks on ad production. Here's how we're different."
tag="Why Switch" tag="Why Switch"
tagIcon={Zap} tagIcon={Zap}
@@ -217,7 +217,7 @@ export default function LandingPage() {
{ {
id: "starter", badge: "Starter", badgeIcon: Sparkles, id: "starter", badge: "Starter", badgeIcon: Sparkles,
price: "$1,500", subtitle: "Per Month", buttons: [ price: "$1,500", subtitle: "Per Month", buttons: [
{ text: "Get Started", href: "#contact" } { text: "Get Started", href: "#free-offer" }
], ],
features: [ features: [
"4 ad projects per month", "Video ads (up to 3 variations each)", "Static creatives (10+ variations)", "Full-funnel packs", "48-hour turnaround", "Brand consistency maintained", "Email support" "4 ad projects per month", "Video ads (up to 3 variations each)", "Static creatives (10+ variations)", "Full-funnel packs", "48-hour turnaround", "Brand consistency maintained", "Email support"
@@ -225,20 +225,20 @@ export default function LandingPage() {
}, },
{ {
id: "growth", badge: "Most Popular", badgeIcon: Zap, id: "growth", badge: "Most Popular", badgeIcon: Zap,
price: "$3,000", subtitle: "Per Month", buttons: [ price: "$5,000", subtitle: "Per Month", buttons: [
{ text: "Get Started", href: "#contact" } { text: "Get Started", href: "#free-offer" }
], ],
features: [ features: [
"Unlimited ad projects", "Video ads with unlimited variations", "Static creatives (unlimited)", "Full-funnel packs included", "24-hour turnaround available", "A/B testing variations", "Performance analytics", "Priority support", "Dedicated account manager" "Unlimited ad projects", "✓ 30 ad creatives (video & static mix)", "Full-funnel packs included", "24-hour turnaround available", "A/B testing variations", "Performance analytics", "Priority support", "Dedicated account manager"
] ]
}, },
{ {
id: "scale", badge: "Scale", badgeIcon: Crown, id: "enterprise", badge: "Enterprise", badgeIcon: Calendar,
price: "$5,500", subtitle: "Per Month", buttons: [ price: "Custom", subtitle: "Schedule a Call", buttons: [
{ text: "Contact Sales", href: "#contact" } { text: "Book Appointment", href: "#contact" }
], ],
features: [ features: [
"Everything in Growth +", "Custom creative strategy sessions", "Unlimited team members", "API access", "White-label options", "Custom integrations", "24/7 dedicated support", "Quarterly strategy reviews", "Enterprise SLA" "✓ Unlimited everything", "Custom creative strategy sessions", "Unlimited team members", "API access", "White-label options", "Custom integrations", "24/7 dedicated support", "Quarterly strategy reviews"
] ]
} }
]} ]}
@@ -254,16 +254,16 @@ export default function LandingPage() {
<div id="free-offer" data-section="free-offer"> <div id="free-offer" data-section="free-offer">
<ContactCenter <ContactCenter
tag="Free Trial" tag="Free Trial - Risk Free"
title="Get 3 Free Creatives to Test Drive Our Quality" title="See Results in 48 Hours"
description="No credit card required. No strings attached. See exactly what we deliver in 48 hours with three custom ad creatives for your business." description="Try our service risk-free with no credit card required. Get agency-quality ad creatives delivered in 48 hours. Includes 30-day money-back guarantee on paid plans. No follow-up sales calls. No obligations."
tagIcon={Sparkles} tagIcon={Sparkles}
background={{ variant: "downward-rays-static-grid" }} background={{ variant: "downward-rays-static-grid" }}
useInvertedBackground={true} useInvertedBackground={true}
inputPlaceholder="Enter your email address" inputPlaceholder="Enter your email address"
buttonText="Claim Your Free Creatives" buttonText="Get 3 Free Ads"
termsText="By claiming your free creatives, you agree to our Terms and Conditions. We'll send you everything via email." termsText="By claiming your free ads, you agree to our Terms and Conditions. We'll send you everything via email. No credit card required. No follow-up calls. No obligations."
ariaLabel="Free creative offer signup" ariaLabel="Free ad offer signup"
/> />
</div> </div>
@@ -308,7 +308,7 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen <TestimonialCardFifteen
testimonial="We went from spending 3 weeks on ad production to 48 hours. The quality is exceptional and our ROAS improved by 40%. Quick Creatives is a game-changer for our agency." testimonial="We went from spending 3 weeks on ad production to 48 hours. The quality is exceptional and our ROAS improved by 40%. Efficient Ads is a game-changer for our agency."
rating={5} rating={5}
author="Emma Rodriguez, Creative Director" author="Emma Rodriguez, Creative Director"
avatars={[ avatars={[
@@ -342,16 +342,16 @@ export default function LandingPage() {
id: "4", title: "What formats and specs do you deliver?", content: "We deliver files optimized for Instagram, Facebook, TikTok, LinkedIn, YouTube, Google Ads, and more. All formats include proper sizing, aspect ratios, captions, and platform-specific optimization. You get everything ready to post." id: "4", title: "What formats and specs do you deliver?", content: "We deliver files optimized for Instagram, Facebook, TikTok, LinkedIn, YouTube, Google Ads, and more. All formats include proper sizing, aspect ratios, captions, and platform-specific optimization. You get everything ready to post."
}, },
{ {
id: "5", title: "Can I get unlimited revisions?", content: "Revision allowances vary by plan. Our Growth and Scale plans include comprehensive revision options. We work with you until you're happy with the results—we succeed when you succeed." id: "5", title: "Can I get unlimited revisions?", content: "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."
}, },
{ {
id: "6", title: "What's included in the free 3 creatives 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, no follow-up sales calls—just quality work to show what we can do." 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, no follow-up sales calls—just quality work to show what we can do."
} }
]} ]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATkkwMdD0iTY5cZ1obi8rWoV7q/professional-headshot-of-a-young-marketi-1772624560922-a81a2ec0.png?_wi=2" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATkkwMdD0iTY5cZ1obi8rWoV7q/professional-headshot-of-a-young-marketi-1772624560922-a81a2ec0.png?_wi=2"
imageAlt="FAQ support team" imageAlt="FAQ support team"
title="Frequently Asked Questions" title="Frequently Asked Questions"
description="Everything you need to know about working with Quick Creatives." description="Everything you need to know about working with Efficient Ads."
tag="Help" tag="Help"
tagIcon={HelpCircle} tagIcon={HelpCircle}
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -366,14 +366,14 @@ export default function LandingPage() {
<ContactCenter <ContactCenter
tag="Get Started" tag="Get Started"
title="Ready to Scale Your Creative Output?" title="Ready to Scale Your Creative Output?"
description="Join 100+ brands and agencies already transforming their ad production with Quick Creatives. Start with your free 3 creatives today." description="Join 100+ brands and agencies already transforming their ad production with Efficient Ads. Start with your free 3 ads today. 30-day money-back guarantee. Cancel anytime."
tagIcon={Mail} tagIcon={Mail}
background={{ variant: "downward-rays-static-grid" }} background={{ variant: "downward-rays-static-grid" }}
useInvertedBackground={true} useInvertedBackground={true}
inputPlaceholder="Enter your email address" inputPlaceholder="Enter your email address"
buttonText="Get Your 3 Free Creatives" buttonText="Get 3 Free Ads"
termsText="By clicking Get Your 3 Free Creatives, you're confirming that you agree with our Terms and Conditions. We'll send you a confirmation email shortly with next steps." termsText="By claiming your free ads, you're confirming that you agree with our Terms and Conditions. 30-day money-back guarantee on paid plans. Cancel anytime, no questions asked."
ariaLabel="Contact form and creative offer signup" ariaLabel="Contact form and ad offer signup"
/> />
</div> </div>
@@ -404,7 +404,7 @@ export default function LandingPage() {
] ]
} }
]} ]}
copyrightText="© 2025 Quick Creatives. All rights reserved." copyrightText="© 2025 Efficient Ads. All rights reserved."
ariaLabel="Footer navigation and company information" ariaLabel="Footer navigation and company information"
/> />
</div> </div>