4 Commits

Author SHA1 Message Date
96d2efb5a5 Update src/app/page.tsx 2026-04-26 04:15:57 +00:00
d0de19101a Merge version_1 into main
Merge version_1 into main
2026-04-26 04:15:24 +00:00
3d9f0cf7d1 Merge version_1 into main
Merge version_1 into main
2026-04-26 04:14:52 +00:00
74f5551222 Merge version_1 into main
Merge version_1 into main
2026-04-26 04:14:18 +00:00

View File

@@ -11,7 +11,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
import ProductCardThree from '@/components/sections/product/ProductCardThree'; import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; 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() { export default function LandingPage() {
return ( return (
@@ -31,33 +31,24 @@ export default function LandingPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ { name: "Home", id: "hero" },
name: "Home", id: "hero"}, { name: "Features", id: "features" },
{ { name: "Menu", id: "menu" },
name: "Menu", id: "menu"}, { name: "About", id: "about" },
{ { name: "Contact", id: "contact" },
name: "About", id: "about"},
{
name: "Contact", id: "contact"},
]} ]}
brandName="Pizzaria Artisana" brandName="Blackjack Mulligan's"
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardScroll <HeroBillboardScroll
background={{ background={{ variant: "plain" }}
variant: "plain"}} title="Blackjack Mulligan's Public House"
title="Authentic Wood-Fired Pizza in Every Slice" description="Your favorite neighborhood spot in Hawthorne, NJ. Great food, cold drinks, and even better company."
description="Experience the traditional taste of Italy delivered fresh to your door or enjoyed in our cozy shop." buttons={[{ text: "View Our Menu", href: "#menu" }]}
buttons={[ imageSrc="https://img.b2bpic.net/free-photo/pub-interior-with-bar-counter-seats_23-2148738346.jpg"
{ imageAlt="Blackjack Mulligan's Interior"
text: "Order Now", href: "#menu"},
{
text: "View Menu", href: "#menu"},
]}
imageSrc="http://img.b2bpic.net/free-photo/view-italian-food-composition_23-2148601629.jpg"
imageAlt="Wood fired pizza"
/> />
</div> </div>
@@ -67,36 +58,11 @@ export default function LandingPage() {
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ { 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: "Farm Fresh Ingredients", description: "Locally sourced veggies and premium meats.", icon: CheckCircle, { 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" }] },
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="Why Our Pizza?" title="More Than Just a Pub"
description="Crafted with love, patience, and the finest ingredients we can find." description="We pride ourselves on a welcoming atmosphere for families and sports enthusiasts alike."
/> />
</div> </div>
@@ -107,30 +73,23 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid" gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ { id: "p1", name: "Signature Hot Wings", price: "$14.95", imageSrc: "https://img.b2bpic.net/free-photo/fried-chicken-wings_1150-16348.jpg" },
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: "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: "p2", name: "Spicy Pepperoni", price: "$14.00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-salami-pizza_1004-25.jpg"}, { id: "p4", name: "Loaded Nachos", price: "$13.50", imageSrc: "https://img.b2bpic.net/free-photo/nachos-with-cheese_1150-16355.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"},
]} ]}
title="Our Signature Pies" title="Menu Favorites"
description="Hand-stretched dough topped with the finest artisanal ingredients." description="Delicious comfort food made to hit the spot every time."
/> />
</div> </div>
<div id="about" data-section="about"> <div id="about" data-section="about">
<TextSplitAbout <TextSplitAbout
useInvertedBackground={false} useInvertedBackground={false}
title="Our Story" title="About Us"
description={[ description={[
"Founded in 2010, Pizzaria Artisana started with a simple mission: bringing authentic Italian flavors to our local neighborhood.", "We believe that the secret to great pizza is slow-fermented dough and fresh, high-quality ingredients."]} "Blackjack Mulligan's is Hawthorne's go-to family-friendly public house.", "Since opening our doors, we've focused on creating a casual environment where everyone feels like a regular."
]}
/> />
</div> </div>
@@ -140,19 +99,11 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ { id: "1", name: "Mark T.", role: "Local Resident", testimonial: "The best wings in the area. Service is always friendly!", icon: Star },
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: "Jennifer H.", role: "Regular", testimonial: "Perfect spot for a family dinner after the game.", icon: Star },
{
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"},
]} ]}
title="What Our Customers Say" title="Customer Reviews"
description="Join thousands of pizza lovers who have made us their favorite local spot." description="Hear why our community loves Blackjack Mulligan's."
/> />
</div> </div>
@@ -161,15 +112,11 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ { id: "f1", title: "Is the pub kid-friendly?", content: "Yes! We welcome families of all ages in our dining area." },
id: "f1", title: "Do you deliver?", content: "Yes, we deliver within a 5-mile radius."}, { id: "f2", title: "Do you host private events?", content: "We have space available for private parties. Contact us to learn more!" },
{
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."},
]} ]}
title="Common Questions" title="Frequently Asked"
description="Everything you need to know about our pizzas and ordering." description="Answers to questions about our pub and events."
faqsAnimation="slide-up" faqsAnimation="slide-up"
/> />
</div> </div>
@@ -177,12 +124,11 @@ export default function LandingPage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactSplit <ContactSplit
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{ variant: "plain" }}
variant: "plain"}}
tag="Contact Us" tag="Contact Us"
title="Stay Updated" title="Visit Blackjack Mulligan's"
description="Sign up for our newsletter to get exclusive deals and special offers." description="Located in the heart of Hawthorne, NJ. Drop in for a pint and a bite!"
imageSrc="http://img.b2bpic.net/free-photo/young-asian-woman-with-tablet-standing-front-cafe-entrance-inviting-guests-customers_1258-199373.jpg" imageSrc="https://img.b2bpic.net/free-photo/pub-frontage_23-2148738370.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
/> />
</div> </div>
@@ -190,24 +136,10 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBase <FooterBase
columns={[ columns={[
{ { title: "Navigation", items: [{ label: "Home", href: "#hero" }, { label: "Menu", href: "#menu" }] },
title: "Shop", items: [ { title: "Contact", items: [{ label: "Visit Us", href: "#contact" }] },
{
label: "Menu", href: "#menu"},
{
label: "About", href: "#about"},
],
},
{
title: "Support", items: [
{
label: "FAQ", href: "#faq"},
{
label: "Contact", href: "#contact"},
],
},
]} ]}
logoText="Pizzaria Artisana" logoText="Blackjack Mulligan's"
/> />
</div> </div>
</ReactLenis> </ReactLenis>