4 Commits

Author SHA1 Message Date
87a79b1fb4 Update src/app/page.tsx 2026-05-09 19:28:48 +00:00
aac3746279 Merge version_3 into main
Merge version_3 into main
2026-05-09 19:27:40 +00:00
be416218a1 Update src/app/page.tsx 2026-05-09 19:27:37 +00:00
4592075c35 Merge version_2 into main
Merge version_2 into main
2026-05-09 19:26:34 +00:00

View File

@@ -227,17 +227,6 @@ export default function LandingPage() {
/> />
</div> </div>
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={false}
background={{
variant: "gradient-bars"}}
tag="Stay Informed"
title="Ready to Visit?"
description="Sign up to receive travel tips, seasonal discounts, and local recommendations directly to your inbox."
/>
</div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterSimple <FooterSimple
columns={[ columns={[
@@ -259,7 +248,7 @@ export default function LandingPage() {
}, },
]} ]}
bottomLeftText="© 2024 San Diego Tourism Guide" bottomLeftText="© 2024 San Diego Tourism Guide"
bottomRightText="All rights reserved." bottomRightText=""
/> />
</div> </div>
</ReactLenis> </ReactLenis>