From b582ffa9ab597937f5265aecd820763798808830 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 14 Apr 2026 13:37:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 263 ++++++++--------------------------------------- 1 file changed, 44 insertions(+), 219 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5a18229..0fa9b3c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,93 +31,41 @@ export default function LandingPage() {
@@ -128,18 +76,9 @@ export default function LandingPage() { title="About Our Cafe" description="Nancy’s Cafe is a cozy, family-owned restaurant in Lake Station, Indiana, known for its welcoming atmosphere and delicious homestyle meals. From hearty breakfasts to flavorful lunch specials, every dish is made with care and tradition." metrics={[ - { - value: "Family", - title: "Owned", - }, - { - value: "Local", - title: "Favorite", - }, - { - value: "Home", - title: "Cooked", - }, + { value: "Family", title: "Owned" }, + { value: "Local", title: "Favorite" }, + { value: "Home", title: "Cooked" } ]} imageSrc="http://img.b2bpic.net/free-photo/couple-having-fun-night_23-2149236889.jpg" imageAlt="Inside Nancy's Cafe" @@ -155,27 +94,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} metrics={[ - { - id: "mon", - value: "Mon", - title: "8 AM – 3 PM", - description: "Business Hours", - icon: Clock, - }, - { - id: "tue", - value: "Tue-Fri", - title: "8 AM – 3 PM", - description: "Business Hours", - icon: Clock, - }, - { - id: "sat", - value: "Sat-Sun", - title: "Closed", - description: "Enjoy the weekend", - icon: Coffee, - }, + { id: "mon", value: "Mon", title: "8 AM – 3 PM", description: "Business Hours", icon: Clock }, + { id: "tue", value: "Tue-Fri", title: "8 AM – 3 PM", description: "Business Hours", icon: Clock }, + { id: "sat", value: "Sat-Sun", title: "Closed", description: "Enjoy the weekend", icon: Coffee } ]} title="Hours & Location" description="925 Central Ave Ste A, Lake Station, IN | (219) 962-1400" @@ -189,48 +110,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Breakfast Special", - price: "$9", - variant: "Breakfast", - imageSrc: "http://img.b2bpic.net/free-photo/pan-cake-with-ice-cream-table_1232-2229.jpg", - }, - { - id: "p2", - name: "Cheeseburger", - price: "$12", - variant: "Lunch", - imageSrc: "http://img.b2bpic.net/free-photo/man-holds-burger-with-hands-potato-chip_1150-1862.jpg", - }, - { - id: "p3", - name: "Cuban Sandwich", - price: "$11", - variant: "Lunch", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-meat-burger-with-tomato-fries-with-spices-stand_141793-12500.jpg", - }, - { - id: "p4", - name: "Meatloaf", - price: "$13", - variant: "Lunch", - imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663868.jpg", - }, - { - id: "p5", - name: "Taco Plate", - price: "$10", - variant: "Specialties", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tortilla-with-meat-vegetables_23-2148750445.jpg", - }, - { - id: "p6", - name: "Puerto Rican Rice", - price: "$12", - variant: "Specialties", - imageSrc: "http://img.b2bpic.net/free-photo/grain-with-rice-berry-roast-pork_1339-2958.jpg", - }, + { id: "p1", name: "Breakfast Special", price: "$9", variant: "Breakfast", imageSrc: "http://img.b2bpic.net/free-photo/pan-cake-with-ice-cream-table_1232-2229.jpg" }, + { id: "p2", name: "Cheeseburger", price: "$12", variant: "Lunch", imageSrc: "http://img.b2bpic.net/free-photo/man-holds-burger-with-hands-potato-chip_1150-1862.jpg" }, + { id: "p3", name: "Cuban Sandwich", price: "$11", variant: "Lunch", imageSrc: "http://img.b2bpic.net/free-photo/side-view-meat-burger-with-tomato-fries-with-spices-stand_141793-12500.jpg" }, + { id: "p4", name: "Meatloaf", price: "$13", variant: "Lunch", imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663868.jpg" }, + { id: "p5", name: "Taco Plate", price: "$10", variant: "Specialties", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tortilla-with-meat-vegetables_23-2148750445.jpg" }, + { id: "p6", name: "Puerto Rican Rice", price: "$12", variant: "Specialties", imageSrc: "http://img.b2bpic.net/free-photo/grain-with-rice-berry-roast-pork_1339-2958.jpg" } ]} title="Our Menu" description="Great meals at family-friendly prices ($8–$15)." @@ -244,26 +129,11 @@ export default function LandingPage() { rating={5} author="Local Resident" avatars={[ - { - src: "http://img.b2bpic.net/free-photo/bowl-breaded-chicken-filled-with-cheese-lettuce_140725-5978.jpg", - alt: "Happy Customer 1", - }, - { - src: "http://img.b2bpic.net/free-photo/vintage-light-lamp_1203-3094.jpg", - alt: "Happy Customer 2", - }, - { - src: "http://img.b2bpic.net/free-photo/laugh-is-way-happiness_329181-2893.jpg", - alt: "Happy Customer 3", - }, - { - src: "http://img.b2bpic.net/free-photo/you-get-it-it-s-so-funny_329181-2916.jpg", - alt: "Happy Customer 4", - }, - { - src: "http://img.b2bpic.net/free-photo/smiley-friends-cafe-enjoying-their-time_23-2148735439.jpg", - alt: "Happy Customer 5", - }, + { src: "http://img.b2bpic.net/free-photo/bowl-breaded-chicken-filled-with-cheese-lettuce_140725-5978.jpg", alt: "Happy Customer 1" }, + { src: "http://img.b2bpic.net/free-photo/vintage-light-lamp_1203-3094.jpg", alt: "Happy Customer 2" }, + { src: "http://img.b2bpic.net/free-photo/laugh-is-way-happiness_329181-2893.jpg", alt: "Happy Customer 3" }, + { src: "http://img.b2bpic.net/free-photo/you-get-it-it-s-so-funny_329181-2916.jpg", alt: "Happy Customer 4" }, + { src: "http://img.b2bpic.net/free-photo/smiley-friends-cafe-enjoying-their-time_23-2148735439.jpg", alt: "Happy Customer 5" } ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" @@ -276,24 +146,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - title: "Great Coffee", - description: "Freshly brewed every morning.", - imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg", - imageAlt: "Cafe coffee", - }, - { - title: "Breakfast & Lunch", - description: "Comfort food for anytime.", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-sitting-table_23-2149726817.jpg", - imageAlt: "Diner meal", - }, - { - title: "Family Friendly", - description: "Welcoming for everyone.", - imageSrc: "http://img.b2bpic.net/free-photo/dehydrated-sweet-potatoes-green-paper-box-with-vegan-burger_181624-60886.jpg", - imageAlt: "Cafe interior", - }, + { title: "Great Coffee", description: "Freshly brewed every morning.", imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg", imageAlt: "Cafe coffee" }, + { title: "Breakfast & Lunch", description: "Comfort food for anytime.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-sitting-table_23-2149726817.jpg", imageAlt: "Diner meal" }, + { title: "Family Friendly", description: "Welcoming for everyone.", imageSrc: "http://img.b2bpic.net/free-photo/dehydrated-sweet-potatoes-green-paper-box-with-vegan-burger_181624-60886.jpg", imageAlt: "Cafe interior" } ]} title="Gallery" description="A glimpse of our cozy atmosphere and delicious offerings." @@ -303,9 +158,7 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1