3 Commits

Author SHA1 Message Date
25a9884bcf Update src/app/payment/page.tsx 2026-05-08 05:38:35 +00:00
c91c5ae9b0 Update src/app/page.tsx 2026-05-08 05:38:35 +00:00
c4b1610f7f Merge version_12 into main
Merge version_12 into main
2026-05-08 05:33:16 +00:00
2 changed files with 3 additions and 4 deletions

View File

@@ -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>
); );
} }

View File

@@ -71,4 +71,4 @@ export default function PaymentPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }