5 Commits

Author SHA1 Message Date
13001e3edf Merge version_3 into main
Merge version_3 into main
2026-03-14 14:59:57 +00:00
d8697d66ea Remove watermark 2026-03-14 14:59:53 +00:00
f6aaec2d19 Merge version_3 into main
Merge version_3 into main
2026-03-14 14:58:04 +00:00
ff9c4ad8ba Update src/app/page.tsx 2026-03-14 14:58:00 +00:00
08fcc955bc Merge version_2 into main
Merge version_2 into main
2026-03-12 14:01:34 +00:00
2 changed files with 2 additions and 4 deletions

View File

@@ -3,7 +3,6 @@ import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
@@ -26,7 +25,7 @@ export default function RootLayout({
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${inter.variable} antialiased`}>
<Tag />
{children}
<script
dangerouslySetInnerHTML={{

View File

@@ -73,8 +73,7 @@ export default function LandingPage() {
]}
carouselPosition="right"
buttons={[
{ text: "Get Your First Ad Creatives", href: "pricing" },
{ text: "See Pricing", href: "pricing" }
{ text: "Get Your First Ad Creatives", href: "pricing" }
]}
buttonAnimation="slide-up"
/>