From 5e0fd6691e4ad3e46199ed91debee967ce3d7268 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 13:13:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 803e4ad..bff1ad9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { -- 2.49.1