From c15353fbd643871a1179d9f73bef7d37142031c2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 13:05:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index de92a53..faee0a9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,7 +3,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; @@ -11,6 +11,7 @@ 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 ( @@ -52,8 +53,6 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/top-view-kaiserschmarrn-with-torn-pancakes-cranberries-jam-apple-puree-table_181624-57311.jpg", imageAlt: "fresh breakfast plate eggs bacon" }, { imageSrc: "http://img.b2bpic.net/free-photo/chicken-dish-restaurant-table_7939-2121.jpg", imageAlt: "fried fish platter lemon" }, { imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-plate-with-tomato-sauce-parmesan-herbs_140725-5879.jpg", imageAlt: "homestyle comfort food meal" }, - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-thanksgiving-meal_23-2148629557.jpg", imageAlt: "cozy diner restaurant interior" }, - { imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-cookies-with-cup-tea-oranges-dark-background-biscuit-fruit-sweet-cake-cookie-citrus_140725-110313.jpg", imageAlt: "fresh breakfast plate eggs bacon" }, ]} /> @@ -76,7 +75,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: "Homestyle Specials", content: "Comfort foods made from scratch just like grandma made." }, + { 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!" }, ]} imageSrc="http://img.b2bpic.net/free-photo/ripe-orange-cut-into-slices-with-blueberries-gypsophila-flower-colored-backdrop_23-2148103671.jpg" mediaAnimation="slide-up" @@ -94,23 +93,23 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah J.", role: "Local Resident", testimonial: "Perfect small-town diner with amazing food and friendly service.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg" }, { id: "2", name: "Mark D.", role: "Regular Guest", testimonial: "Biscuits and gravy are a must-have. Always fresh and delicious!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-happy-after-shopping_23-2148660676.jpg" }, - { id: "3", name: "Emily P.", role: "Visitor", testimonial: "Friday fish dinner is unbeatable. Great atmosphere and prices.", imageSrc: "http://img.b2bpic.net/free-photo/group-young-people-enjoying-food-wine_23-2148454126.jpg" }, - { id: "4", name: "David W.", role: "Loyal Customer", testimonial: "Always feels like home when I walk through the door.", imageSrc: "http://img.b2bpic.net/free-photo/man-doing-household-tasks_23-2151733125.jpg" }, - { id: "5", name: "Jessica R.", role: "Foodie", testimonial: "Best comfort food in Bellville, hands down.", imageSrc: "http://img.b2bpic.net/free-photo/enthusiastic-woman-with-ring-dreamy-looking-away-nature-wonderful-caucasian-girl-posing-with-pleasure-street-spring-morning_197531-10648.jpg" }, ]} />
-
@@ -119,9 +118,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "Bellville Community Journal", "Ohio Food Critic", "Local Hospitality Association", "Fresh Ingredients Alliance", "Bellville Tourism Guide"]} - title="Recognized by Our Community" - description="We are proud to be a staple in the Bellville community and beyond." + "Bellville Community Journal", "Local Accessibility Council", "Family Dining Association", "Verified Safe Parking Partner" + ]} + title="Trusted Community Partners" + description="We pride ourselves on our inclusive facility standards." /> @@ -143,9 +143,9 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1