diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 4713d4e..f81e6ad 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -6,6 +6,7 @@ import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import { Drumstick, Carrot, ChefHat } from "lucide-react"; export default function LandingPage() { return ( @@ -26,30 +27,15 @@ export default function LandingPage() { @@ -63,33 +49,13 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "Southern Fried Chicken", - price: "$14.99", - imageSrc: "http://img.b2bpic.net/free-photo/crispy-flossy-toast-with-shredded-pork_1150-23537.jpg?_wi=3", - imageAlt: "Crispy fried chicken basket", - }, + id: "1", name: "Southern Fried Chicken", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/crispy-flossy-toast-with-shredded-pork_1150-23537.jpg", imageAlt: "Crispy fried chicken basket"}, { - id: "2", - name: "Pan-Seared Pork Chops", - price: "$16.50", - imageSrc: "http://img.b2bpic.net/free-photo/pork-chop-steak_1339-5917.jpg?_wi=3", - imageAlt: "Pan seared pork chop with sides", - }, + id: "2", name: "Pan-Seared Pork Chops", price: "$16.50", imageSrc: "http://img.b2bpic.net/free-photo/pork-chop-steak_1339-5917.jpg", imageAlt: "Pan seared pork chop with sides"}, { - id: "3", - name: "Creamy Potato Soup", - price: "$7.99", - imageSrc: "http://img.b2bpic.net/free-photo/cauliflower-soup-bowl-wooden-table-close-up_123827-34671.jpg?_wi=3", - imageAlt: "Bowl of creamy potato soup", - }, + id: "3", name: "Creamy Potato Soup", price: "$7.99", imageSrc: "http://img.b2bpic.net/free-photo/cauliflower-soup-bowl-wooden-table-close-up_123827-34671.jpg", imageAlt: "Bowl of creamy potato soup"}, { - id: "4", - name: "Smoked Prime Rib Sandwich", - price: "$15.75", - imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ground-meat_658428-394.jpg?_wi=3", - imageAlt: "Prime rib sandwich with fries", - }, + id: "4", name: "Smoked Prime Rib Sandwich", price: "$15.75", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ground-meat_658428-394.jpg", imageAlt: "Prime rib sandwich with fries"}, ]} title="Our Delicious Buffet & A La Carte Menu" description="Discover a wide array of authentic Southern comfort food, prepared fresh daily. From our famous fried chicken to soulful sides, there's something for everyone." @@ -103,26 +69,18 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "1", - title: "Chef's Special Baked Chicken", - description: "Succulent baked chicken seasoned to perfection, served with a medley of roasted seasonal vegetables.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-chicken-veggies-plate-with-cutlery_23-2148682740.jpg?_wi=3", - imageAlt: "Baked chicken with vegetables", - }, + id: "1", title: "Chef's Special Baked Chicken", description: "Succulent baked chicken seasoned to perfection, served with a medley of roasted seasonal vegetables.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-chicken-veggies-plate-with-cutlery_23-2148682740.jpg", imageAlt: "Baked chicken with vegetables"}, items: [ { icon: Drumstick, - text: "Perfectly baked for tenderness", - }, + text: "Perfectly baked for tenderness"}, { icon: Carrot, - text: "Fresh, locally sourced vegetables", - }, + text: "Fresh, locally sourced vegetables"}, { icon: ChefHat, - text: "Chef's daily rotating sauce", - }, + text: "Chef's daily rotating sauce"}, ], reverse: false, }, @@ -136,54 +94,33 @@ export default function LandingPage() { @@ -66,21 +51,16 @@ export default function LandingPage() {
@@ -259,66 +165,39 @@ export default function LandingPage() { @@ -452,26 +290,11 @@ export default function LandingPage() { useInvertedBackground={false} members={[ { - id: "1", - name: "Chef James", - role: "Head Chef & Owner", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-indoors_23-2151038681.jpg?_wi=1", - imageAlt: "Portrait of Chef James", - }, + id: "1", name: "Chef James", role: "Head Chef & Owner", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-indoors_23-2151038681.jpg", imageAlt: "Portrait of Chef James"}, { - id: "2", - name: "Maria Rodriguez", - role: "Restaurant Manager", - imageSrc: "http://img.b2bpic.net/free-photo/technology-occupation-remote-work-concept-confident-young-female-copywriter-standing-kitchen_343059-3895.jpg?_wi=1", - imageAlt: "Portrait of Maria Rodriguez", - }, + id: "2", name: "Maria Rodriguez", role: "Restaurant Manager", imageSrc: "http://img.b2bpic.net/free-photo/technology-occupation-remote-work-concept-confident-young-female-copywriter-standing-kitchen_343059-3895.jpg", imageAlt: "Portrait of Maria Rodriguez"}, { - id: "3", - name: "The Kitchen Crew", - role: "Culinary Team", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-professional-chef-posing_23-2151232223.jpg?_wi=1", - imageAlt: "Diverse kitchen staff smiling", - }, + id: "3", name: "The Kitchen Crew", role: "Culinary Team", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-professional-chef-posing_23-2151232223.jpg", imageAlt: "Diverse kitchen staff smiling"}, ]} title="Meet Our Wonderful Team" description="Our dedicated team is passionate about food and hospitality, ensuring every visit is a memorable one." @@ -483,23 +306,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "Local Eats Magazine", - "Taste of the Town", - "Community Favorite", - "Southern Foodies", - "Best of [City]", - "Family Dining Award", - "Culinary Review", - ]} + "Local Eats Magazine", "Taste of the Town", "Community Favorite", "Southern Foodies", "Best of [City]", "Family Dining Award", "Culinary Review"]} logos={[ - "http://img.b2bpic.net/free-vector/elegant-sale-label-collection_23-2147701428.jpg", - "http://img.b2bpic.net/free-vector/flat-chef-logo-collection_23-2148972192.jpg", - "http://img.b2bpic.net/free-vector/gradient-jewelry-logo-set_23-2148878078.jpg", - "http://img.b2bpic.net/free-vector/grand-opening_23-2148158868.jpg", - "http://img.b2bpic.net/free-vector/black-white-barbecue-badge-set_23-2147554889.jpg", - "http://img.b2bpic.net/free-photo/positive-blonde-woman-holds-smart-phone-hands-makes-selfie-photo-together-with-asian-friend-enjoy-summer-vacation-together_273609-18143.jpg", - "http://img.b2bpic.net/free-vector/retro-colorful-minimal-logo-collection_23-2148378106.jpg", - ]} + "http://img.b2bpic.net/free-vector/elegant-sale-label-collection_23-2147701428.jpg", "http://img.b2bpic.net/free-vector/flat-chef-logo-collection_23-2148972192.jpg", "http://img.b2bpic.net/free-vector/gradient-jewelry-logo-set_23-2148878078.jpg", "http://img.b2bpic.net/free-vector/grand-opening_23-2148158868.jpg", "http://img.b2bpic.net/free-vector/black-white-barbecue-badge-set_23-2147554889.jpg", "http://img.b2bpic.net/free-photo/positive-blonde-woman-holds-smart-phone-hands-makes-selfie-photo-together-with-asian-friend-enjoy-summer-vacation-together_273609-18143.jpg", "http://img.b2bpic.net/free-vector/retro-colorful-minimal-logo-collection_23-2148378106.jpg"]} title="Community Recognized" description="Proudly serving our community and recognized for our dedication to quality and service." /> @@ -508,21 +317,16 @@ export default function LandingPage() {