Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-03-25 02:08:33 +00:00

View File

@@ -2,11 +2,9 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactFormThree from '@/components/sections/contact/ContactFormThree';
import FooterBase from '@/components/sections/footer/FooterBase';
import HeroSimple from '@/components/sections/hero/HeroSimple';
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import { Mail, Phone, MapPin } from "lucide-react";
export default function LandingPage() {
return (
@@ -42,7 +40,7 @@ export default function LandingPage() {
</div>
<div id="contact-hero" data-section="contact-hero">
<HeroSimple
<HeroSplitDualMedia
title="Get in Touch with River Falls Cafe"
description="We'd love to hear from you! Whether you have a question, a reservation request, or feedback, our team is ready to assist."
background={{
@@ -57,30 +55,17 @@ export default function LandingPage() {
},
]}
buttonAnimation="slide-up"
useInvertedBackground={false}
mediaItems={[
{ imageSrc: "/images/contact-food-1.jpg", imageAlt: "Delicious dish on plate" },
{ imageSrc: "/images/contact-food-2.jpg", imageAlt: "Another delicious meal" }
]}
mediaAnimation="slide-up"
rating={5}
ratingText="Excellent Service"
/>
</div>
<div id="contact-form" data-section="contact-form">
<ContactFormThree
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
title="Send Us a Message"
description="Fill out the form below and we'll get back to you as soon as possible."
contactPoints={[
{
title: "Call Us", description: "(864) 249-0899", icon: Phone,
},
{
title: "Email Us", description: "info@riverfallscafe.com", icon: Mail,
},
{
title: "Visit Us", description: "123 Main Street, Duncan, SC 29334", icon: MapPin,
},
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBase