Merge version_2 into main #5

Merged
bender merged 1 commits from version_2 into main 2026-03-30 05:12:32 +00:00

View File

@@ -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() {
<TestimonialCardTwelve
useInvertedBackground={false}
testimonials={[
{ id: "t1", name: "Alice M.", imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-middle-aged-entrepreneur_1262-4871.jpg?_wi=1" },
{ id: "t1", name: "Alice M.", imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-middle-aged-entrepreneur_1262-4871.jpg" },
{ id: "t2", name: "John D.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-girl-drinking-smoothie-cocktail_171337-9586.jpg" },
{ id: "t3", name: "Sarah R.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-people-having-dinner-together_23-2148454086.jpg" },
]}