5 Commits

Author SHA1 Message Date
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 15 additions and 20 deletions

View File

@@ -1,14 +1,9 @@
import type { Metadata } from "next";
import { Inter } from "next/font/google";
import "./styles/variables.css";
import "./globals.css";
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
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: "Quick Creatives - 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({
children,
@@ -17,7 +12,7 @@ export default function RootLayout({
}) {
return (
<html lang="en">
<body className={inter.variable}>
<body>
{children}
<script

View File

@@ -38,7 +38,7 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" }
]}
button={{
text: "Get 3 Free Creatives", href: "#contact"
text: "Claim Free Creatives Now", href: "#free-offer"
}}
animateOnLoad={true}
/>
@@ -62,7 +62,7 @@ export default function LandingPage() {
]}
avatarText="Trusted by 100+ agencies and brands"
buttons={[
{ text: "Get 3 Free Creatives", href: "#contact" },
{ text: "Claim Free Creatives Now", href: "#free-offer" },
{ text: "See Our Work", href: "#features" }
]}
buttonAnimation="slide-up"
@@ -217,7 +217,7 @@ export default function LandingPage() {
{
id: "starter", badge: "Starter", badgeIcon: Sparkles,
price: "$1,500", subtitle: "Per Month", buttons: [
{ text: "Get Started", href: "#contact" }
{ text: "Get Started", href: "#free-offer" }
],
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"
@@ -226,7 +226,7 @@ export default function LandingPage() {
{
id: "growth", badge: "Most Popular", badgeIcon: Zap,
price: "$3,000", subtitle: "Per Month", buttons: [
{ text: "Get Started", href: "#contact" }
{ text: "Get Started", href: "#free-offer" }
],
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"
@@ -235,7 +235,7 @@ export default function LandingPage() {
{
id: "scale", badge: "Scale", badgeIcon: Crown,
price: "$5,500", subtitle: "Per Month", buttons: [
{ text: "Contact Sales", href: "#contact" }
{ text: "Contact Sales", href: "#free-offer" }
],
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"
@@ -254,15 +254,15 @@ export default function LandingPage() {
<div id="free-offer" data-section="free-offer">
<ContactCenter
tag="Free Trial"
title="Get 3 Free Creatives to Test Drive Our Quality"
description="No credit card required. No strings attached. See exactly what we deliver in 48 hours with three custom ad creatives for your business."
tag="Free Trial - Risk Free"
title="Claim Your 3 Free Creatives Now"
description="Try our service risk-free with no credit card required. See exactly what we deliver in 48 hours. Includes 30-day money-back guarantee on paid plans. No follow-up sales calls. No obligations."
tagIcon={Sparkles}
background={{ variant: "downward-rays-static-grid" }}
useInvertedBackground={true}
inputPlaceholder="Enter your email address"
buttonText="Claim Your Free Creatives"
termsText="By claiming your free creatives, you agree to our Terms and Conditions. We'll send you everything via email."
buttonText="Claim Free Creatives Now"
termsText="By claiming your free creatives, 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"
/>
</div>
@@ -366,13 +366,13 @@ export default function LandingPage() {
<ContactCenter
tag="Get Started"
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 Quick Creatives. Start with your free 3 creatives today. 30-day money-back guarantee. Cancel anytime."
tagIcon={Mail}
background={{ variant: "downward-rays-static-grid" }}
useInvertedBackground={true}
inputPlaceholder="Enter your email address"
buttonText="Get Your 3 Free Creatives"
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."
buttonText="Claim Your Free Creatives"
termsText="By claiming your free creatives, 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"
/>
</div>