Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 13001e3edf | |||
| d8697d66ea | |||
| f6aaec2d19 | |||
| ff9c4ad8ba | |||
| 08fcc955bc | |||
| 9add3cbbd6 | |||
| b7bbf2afd9 | |||
| adbb2ea2d8 |
@@ -3,7 +3,6 @@ import { Halant } from "next/font/google";
|
|||||||
import { Inter } from "next/font/google";
|
import { Inter } from "next/font/google";
|
||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||||
import Tag from "@/tag/Tag";
|
|
||||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||||
|
|
||||||
|
|
||||||
@@ -26,7 +25,7 @@ export default function RootLayout({
|
|||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="en" suppressHydrationWarning>
|
||||||
<ServiceWrapper>
|
<ServiceWrapper>
|
||||||
<body className={`${inter.variable} antialiased`}>
|
<body className={`${inter.variable} antialiased`}>
|
||||||
<Tag />
|
|
||||||
{children}
|
{children}
|
||||||
<script
|
<script
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
|
|||||||
@@ -73,8 +73,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
carouselPosition="right"
|
carouselPosition="right"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Get Your First Ad Creatives", href: "pricing" },
|
{ text: "Get Your First Ad Creatives", href: "pricing" }
|
||||||
{ text: "See Pricing", href: "pricing" }
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -203,8 +202,7 @@ export default function LandingPage() {
|
|||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{ label: "hello@aditly.com", href: "mailto:hello@aditly.com" },
|
{ label: "hello@aditly.com", href: "mailto:hello@aditly.com" }
|
||||||
{ label: "© 2025 Aditly", href: "#" }
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user