Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5e0fd6691e | |||
| 5030755369 | |||
| 4efb157377 |
@@ -11,7 +11,6 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import { Accessibility, Coffee, Car, Users, CreditCard } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -75,7 +74,7 @@ export default function LandingPage() {
|
||||
accordionItems={[
|
||||
{ id: "b-1", title: "Breakfast Favorites", content: "Biscuits & gravy, fresh eggs, and hot cocoa to kickstart your morning." },
|
||||
{ id: "b-2", title: "Friday Fish Night", content: "Our famous all-you-can-eat fish fry every Friday night." },
|
||||
{ id: "b-3", title: "Amenities & Services", content: "We are proud to be fully accessible with wheelchair-friendly entry and seating. Parking is available right outside, and we accept all major credit cards. Our restaurant is family-friendly with booster seats available!" },
|
||||
{ id: "b-3", title: "Amenities & Services", content: "We are proud to be fully accessible with wheelchair-friendly entry and seating. Parking is available right outside, and we accept all major credit cards. Operating hours: Daily 7:00 - 14:00. Family-friendly with booster seats available!" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/ripe-orange-cut-into-slices-with-blueberries-gypsophila-flower-colored-backdrop_23-2148103671.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -103,7 +102,7 @@ export default function LandingPage() {
|
||||
description="Information about accessibility, amenities, and our services."
|
||||
faqs={[
|
||||
{ id: "f-1", title: "Accessibility", content: "The restaurant features ground-level entry, accessible restroom facilities, and reserved parking spots for patrons with mobility needs." },
|
||||
{ id: "f-2", title: "Parking & Family", content: "We have a private parking lot available for guests. We provide high chairs and family-friendly dining spaces for your comfort." },
|
||||
{ id: "f-2", title: "Location & Hours", content: "Visit us at 104 Main St, Bellville, OH 44813. We are open daily from 7:00 until 14:00. Call us at +1 419-886-3569 for inquiries." },
|
||||
{ id: "f-3", title: "Payment Options", content: "We accept major credit cards (Visa, Mastercard, AMEX), mobile payments, and cash." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/standing-frame-open-sign-business_53876-63427.jpg?_wi=1"
|
||||
@@ -129,7 +128,7 @@ export default function LandingPage() {
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Visit Us Today"
|
||||
description="Located in the heart of Bellville, Ohio. Come say hello!"
|
||||
description="104 Main St, Bellville, OH 44813 | +1 419-886-3569"
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name" },
|
||||
{ name: "email", type: "email", placeholder: "Your Email" },
|
||||
@@ -157,7 +156,7 @@ export default function LandingPage() {
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2026 V & M Restaurant"
|
||||
bottomRightText="Bellville, Ohio"
|
||||
bottomRightText="104 Main St, Bellville, OH | 14:00 Close"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user