8 Commits

Author SHA1 Message Date
b489ccfcf3 Merge version_4 into main
Merge version_4 into main
2026-05-09 19:28:54 +00:00
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
5d856a2cb0 Update src/app/page.tsx 2026-05-09 19:26:30 +00:00
bcbe3ed860 Merge version_1 into main
Merge version_1 into main
2026-05-09 19:17:44 +00:00
3c002e0bf7 Merge version_1 into main
Merge version_1 into main
2026-05-09 19:17:10 +00:00

View File

@@ -53,10 +53,6 @@ export default function LandingPage() {
variant: "gradient-bars"}}
title="Experience the Best of San Diego"
description="Golden beaches, vibrant culture, and endless sunshine await. Discover why San Diego is California's premier travel destination."
buttons={[
{
text: "Plan Your Trip", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/la-jolla-cove-view-san-diego-usa_1268-14454.jpg"
imageAlt="Sunny day in San Diego"
mediaAnimation="slide-up"
@@ -231,17 +227,6 @@ export default function LandingPage() {
/>
</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">
<FooterSimple
columns={[
@@ -263,10 +248,10 @@ export default function LandingPage() {
},
]}
bottomLeftText="© 2024 San Diego Tourism Guide"
bottomRightText="All rights reserved."
bottomRightText=""
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}