From 96d2efb5a5bbc97bff04c4ff79d8302685f367c6 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 04:15:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 152 +++++++++++++---------------------------------- 1 file changed, 42 insertions(+), 110 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3aef231..83f436b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import { CheckCircle, Flame, Zap } from "lucide-react"; +import { Beer, Pizza, Star, CalendarDays } from "lucide-react"; export default function LandingPage() { return ( @@ -31,33 +31,24 @@ export default function LandingPage() {
@@ -67,36 +58,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - title: "Farm Fresh Ingredients", description: "Locally sourced veggies and premium meats.", icon: CheckCircle, - mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-baker-s-hand-flattening-dough-kitchen-counter_23-2147883598.jpg"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-sausage-corn-beans-shrimp-bacon-wooden-plate_1150-27088.jpg"}, - ], - }, - { - title: "Wood-Fired Perfection", description: "Traditional oven for that authentic crisp.", icon: Flame, - mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chef-baking-pizza-wood-fired-oven_52683-106696.jpg"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/chef-rolling-dough-triangle-croissant_23-2148742177.jpg"}, - ], - }, - { - title: "Fast Delivery", description: "Hot and fresh, straight to your home.", icon: Zap, - mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-neapolitan-pizza-with-cheese-four-kinds-cheese-concept-delicious-italian-pizza_78826-2828.jpg?_wi=1"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/crazy-dealer-happy-expression_1194-2219.jpg"}, - ], - }, + { title: "Game Day Headquarters", description: "Catch all the action with our extensive sports coverage.", icon: Beer, mediaItems: [{ imageSrc: "https://img.b2bpic.net/free-photo/people-watching-sport-pub_23-2148738327.jpg" }, { imageSrc: "https://img.b2bpic.net/free-photo/pint-beer-bar_23-2148738356.jpg" }] }, + { title: "Trivia Nights", description: "Test your knowledge every Thursday night with our weekly trivia!", icon: CalendarDays, mediaItems: [{ imageSrc: "https://img.b2bpic.net/free-photo/group-friends-playing-trivia_23-2148738360.jpg" }, { imageSrc: "https://img.b2bpic.net/free-photo/question-mark-trivia_23-2148738365.jpg" }] }, ]} - title="Why Our Pizza?" - description="Crafted with love, patience, and the finest ingredients we can find." + title="More Than Just a Pub" + description="We pride ourselves on a welcoming atmosphere for families and sports enthusiasts alike." /> @@ -107,30 +73,23 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { - id: "p1", name: "Classic Margherita", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-neapolitan-pizza-with-cheese-four-kinds-cheese-concept-delicious-italian-pizza_78826-2828.jpg?_wi=2"}, - { - id: "p2", name: "Spicy Pepperoni", price: "$14.00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-salami-pizza_1004-25.jpg"}, - { - id: "p3", name: "Garden Veggie", price: "$13.00", imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-pizza-with-vegetables-wooden-table_181624-44917.jpg"}, - { - id: "p4", name: "Truffle Mushroom", price: "$16.00", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pizza-with-vegetables_23-2148567129.jpg"}, - { - id: "p5", name: "Smoky BBQ Chicken", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/tasty-chicken-pizza-with-mushrooms-spices_114579-10420.jpg"}, - { - id: "p6", name: "Four Cheese Delight", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/margarita-pizza-with-mozarella-cheese-tomato-sauce_114579-8801.jpg"}, + { id: "p1", name: "Signature Hot Wings", price: "$14.95", imageSrc: "https://img.b2bpic.net/free-photo/fried-chicken-wings_1150-16348.jpg" }, + { id: "p2", name: "Mulligan's Burger", price: "$16.50", imageSrc: "https://img.b2bpic.net/free-photo/gourmet-burger-with-cheese_1150-16334.jpg" }, + { id: "p3", name: "Classic Bar Pizza", price: "$12.00", imageSrc: "https://img.b2bpic.net/free-photo/pepperoni-pizza_1150-16340.jpg" }, + { id: "p4", name: "Loaded Nachos", price: "$13.50", imageSrc: "https://img.b2bpic.net/free-photo/nachos-with-cheese_1150-16355.jpg" }, ]} - title="Our Signature Pies" - description="Hand-stretched dough topped with the finest artisanal ingredients." + title="Menu Favorites" + description="Delicious comfort food made to hit the spot every time." />
@@ -140,19 +99,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "1", name: "Alice M.", role: "Foodie", testimonial: "Best pizza in town, hands down!", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-man-communicating-with-his-african-american-girlfriend-while-passing-her-food-dining-table_637285-3562.jpg"}, - { - id: "2", name: "Brian K.", role: "Family Man", testimonial: "My kids love the pepperoni here.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-eating-pizza_23-2149872404.jpg"}, - { - id: "3", name: "Sarah P.", role: "Regular", testimonial: "Always fresh, always fast.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-charming-curly-hispanic-girl-cooking-her-kitchen-grates-cheese-grater_613910-4901.jpg"}, - { - id: "4", name: "David W.", role: "Food Blogger", testimonial: "The crust is perfection.", imageSrc: "http://img.b2bpic.net/free-photo/friends-having-crowded-party-home_23-2149203584.jpg"}, - { - id: "5", name: "Elena R.", role: "Office Manager", testimonial: "Our team's favorite office lunch.", imageSrc: "http://img.b2bpic.net/free-photo/glamour-african-american-woman-eating-pizza-drink-lemonade-restaurant_627829-5425.jpg"}, + { id: "1", name: "Mark T.", role: "Local Resident", testimonial: "The best wings in the area. Service is always friendly!", icon: Star }, + { id: "2", name: "Jennifer H.", role: "Regular", testimonial: "Perfect spot for a family dinner after the game.", icon: Star }, ]} - title="What Our Customers Say" - description="Join thousands of pizza lovers who have made us their favorite local spot." + title="Customer Reviews" + description="Hear why our community loves Blackjack Mulligan's." /> @@ -161,15 +112,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "f1", title: "Do you deliver?", content: "Yes, we deliver within a 5-mile radius."}, - { - id: "f2", title: "Do you have vegan options?", content: "Absolutely, try our Garden Veggie without cheese."}, - { - id: "f3", title: "What are your hours?", content: "We are open daily from 11 AM to 10 PM."}, + { id: "f1", title: "Is the pub kid-friendly?", content: "Yes! We welcome families of all ages in our dining area." }, + { id: "f2", title: "Do you host private events?", content: "We have space available for private parties. Contact us to learn more!" }, ]} - title="Common Questions" - description="Everything you need to know about our pizzas and ordering." + title="Frequently Asked" + description="Answers to questions about our pub and events." faqsAnimation="slide-up" /> @@ -177,12 +124,11 @@ export default function LandingPage() {
@@ -190,27 +136,13 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1