Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-05-22 01:12:02 +00:00

View File

@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
@@ -202,7 +202,8 @@ export default function LandingPage() {
</div>
<div id="footer" data-section="footer">
<FooterSimple
<FooterBaseCard
logoText="GladStayUSA"
columns={[
{
title: "Company", items: [
@@ -225,8 +226,7 @@ export default function LandingPage() {
]
}
]}
bottomLeftText="© 2024 GladStayUSA. All rights reserved."
bottomRightText="Luxury Orlando Vacation Homes"
copyrightText="© 2024 GladStayUSA. All rights reserved."
/>
</div>
</ReactLenis>