Compare commits
6 Commits
version_11
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 70291673a0 | |||
| 25a9884bcf | |||
| c91c5ae9b0 | |||
| c4b1610f7f | |||
| e0176866a9 | |||
| ab36471b80 |
@@ -45,7 +45,7 @@ export default function MakePage() {
|
|||||||
<div className="mt-8">
|
<div className="mt-8">
|
||||||
<button
|
<button
|
||||||
onClick={() => console.log("Generating page for:", url)}
|
onClick={() => console.log("Generating page for:", url)}
|
||||||
className="w-full py-4 px-6 bg-primary text-primary-cta-text rounded-xl font-semibold hover:opacity-90 transition">
|
className="w-full py-4 px-6 bg-[var(--primary-cta)] text-[var(--primary-cta-text)] rounded-xl font-semibold hover:opacity-90 transition">
|
||||||
Generate the page
|
Generate the page
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import { useState } from "react";
|
|
||||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||||
import FeatureBento from '@/components/sections/feature/FeatureBento';
|
import FeatureBento from '@/components/sections/feature/FeatureBento';
|
||||||
@@ -67,7 +66,7 @@ export default function LandingPage() {
|
|||||||
title="Launch Your Site Today"
|
title="Launch Your Site Today"
|
||||||
description="Stop struggling with web development and join the future of local business."
|
description="Stop struggling with web development and join the future of local business."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Start with a Maps URL", href: "/payment" },
|
{ text: "Start with a Maps URL", href: "/make" },
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -192,4 +191,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -71,4 +71,4 @@ export default function PaymentPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user