2 Commits

Author SHA1 Message Date
040c68a1e5 Update src/app/page.tsx 2026-03-26 21:04:34 +00:00
a867383fe6 Merge version_5 into main
Merge version_5 into main
2026-03-26 20:43:36 +00:00

View File

@@ -3,7 +3,6 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import AboutMetric from '@/components/sections/about/AboutMetric'; import AboutMetric from '@/components/sections/about/AboutMetric';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import ContactCTA from '@/components/sections/contact/ContactCTA'; import ContactCTA from '@/components/sections/contact/ContactCTA';
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
import FooterBase from '@/components/sections/footer/FooterBase'; import FooterBase from '@/components/sections/footer/FooterBase';
@@ -80,6 +79,7 @@ export default function LandingPage() {
showStepNumbers={true} showStepNumbers={true}
title="Everything Your Business Needs" title="Everything Your Business Needs"
description="We provide the essential tools to help your local business thrive online, from mobile-ready design to fast, secure hosting." description="We provide the essential tools to help your local business thrive online, from mobile-ready design to fast, secure hosting."
buttons={[{ text: "Start Now", href: "#contact" }]}
/> />
</div> </div>
@@ -95,6 +95,7 @@ export default function LandingPage() {
showRating={true} showRating={true}
title="Loved by Business Owners" title="Loved by Business Owners"
description="See why hundreds of local businesses trust us with their online presence." description="See why hundreds of local businesses trust us with their online presence."
buttons={[{ text: "Join Them", href: "#contact" }]}
/> />
</div> </div>
@@ -114,7 +115,7 @@ export default function LandingPage() {
<FooterBase <FooterBase
columns={[ columns={[
{ title: "SublimeSites", items: [{ label: "About Us", href: "#about" }, { label: "Services", href: "#features" }] }, { title: "SublimeSites", items: [{ label: "About Us", href: "#about" }, { label: "Services", href: "#features" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }, { title: "Legal", items: [{ label: "Privacy Policy", href: "/" }, { label: "Terms of Service", href: "/" }] },
]} ]}
logoText="SublimeSites" logoText="SublimeSites"
copyrightText="© 2025 | SublimeSites" copyrightText="© 2025 | SublimeSites"