Update src/app/page.tsx

This commit is contained in:
2026-05-08 05:38:35 +00:00
parent c4b1610f7f
commit c91c5ae9b0

View File

@@ -2,7 +2,6 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import { useState } from "react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureBento from '@/components/sections/feature/FeatureBento';
@@ -67,7 +66,7 @@ export default function LandingPage() {
title="Launch Your Site Today"
description="Stop struggling with web development and join the future of local business."
buttons={[
{ text: "Start with a Maps URL", href: "/payment" },
{ text: "Start with a Maps URL", href: "/make" },
]}
/>
</div>
@@ -192,4 +191,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}