From 3ed123a01c7ddeff82809d7cef2eb8d5a7b9259a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 05:12:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 16f205e..5a38736 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Building, Clock, Coffee, Wheelchair, MapPin, Phone } from "lucide-react"; +import { Building, Clock, Coffee, Accessibility, MapPin, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -76,9 +76,9 @@ export default function LandingPage() { { id: "p1", name: "Signature Pastrami Burger", price: "$8.50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-burger_23-2149342861.jpg"}, { - id: "p2", name: "Chili Cheese Fries", price: "$5.25", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-french-fries-with-sauces-black_140725-104472.jpg"}, + id: "p2", name: "Chili Cheese Fries", price: "$5.25", imageSrc: "http://img.b2bpic.net/top-view-tasty-french-fries-with-sauces-black_140725-104472.jpg"}, { - id: "p3", name: "Classic Milkshake", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/coffee-drink-with-whipped-cream-coffee-beans_140725-6104.jpg"}, + id: "p3", name: "Classic Milkshake", price: "$4.50", imageSrc: "http://img.b2bpic.net/coffee-drink-with-whipped-cream-coffee-beans_140725-6104.jpg"}, ]} title="Menu Highlights" description="Handmade comfort food cooked to perfection." @@ -99,7 +99,7 @@ export default function LandingPage() { ], }, { - title: "Accessibility", description: "Fully accessible dining areas with easy entry for all guests and wheelchairs.", icon: Wheelchair, + title: "Accessibility", description: "Fully accessible dining areas with easy entry for all guests and wheelchairs.", icon: Accessibility, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/wheelchair-accessible-pathway_501050-573.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/accessible-seating-area_501050-574.jpg" }, @@ -122,7 +122,7 @@ export default function LandingPage() {