Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 34b2a612d5 | |||
| 8501a3be8e |
210
src/app/page.tsx
210
src/app/page.tsx
@@ -28,105 +28,36 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Our Story",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Trail Riders",
|
||||
id: "trails",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
{
|
||||
name: "Find Us",
|
||||
id: "location",
|
||||
},
|
||||
{ name: "Our Story", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Custom Orders", id: "custom" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Visit Us", id: "location" },
|
||||
]}
|
||||
brandName="Trails End Pub"
|
||||
brandName="Lu Lu's"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Where the Trail Ends & the Good Times Begin"
|
||||
description="Veteran-owned pub in the heart of northern Michigan. Cold beer, fire-grilled food, and a community that feels like family."
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Lu Lu's Cake Shop"
|
||||
description="Scratch-made, family-owned, and poured with love in Montgomery. Where every bite feels like home."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "#location",
|
||||
},
|
||||
{ text: "See Our Menu", href: "#menu" },
|
||||
{ text: "Custom Orders", href: "#custom" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/peaceful-empty-library-featuring-wooden-shelves-vintage-green-lamps_482257-125711.jpg?_wi=1"
|
||||
imageSrc="https://images.unsplash.com/photo-1578985545062-69928b1d9587?q=80&w=2000"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-technology-leisure-concept_273609-6599.jpg",
|
||||
alt: "Local Patron",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-woman-gardening-indoors_23-2148509872.jpg",
|
||||
alt: "Trail Rider",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-happy-woman-outdoors_23-2149042138.jpg",
|
||||
alt: "Happy Guest",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-charming-woman-luffing-camera_197531-33865.jpg",
|
||||
alt: "Community Member",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-technology-leisure-concept_273609-6599.jpg",
|
||||
alt: "Frequent Visitor",
|
||||
},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Veteran Owned",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Hand-Pressed Burgers",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Friday Fish Fry",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Northern MI Heritage",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Trail-Rider Friendly",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={true}
|
||||
title="A Northern Michigan Institution"
|
||||
title="Baked with Love in Montgomery"
|
||||
description={[
|
||||
"Nestled at 10141 N Finley Lake Ave in Leota, Trails End Pub has been the heartbeat of Harrison's trail-riding community for decades.",
|
||||
"Whether you've just rolled off the snowmobile trails, come in from a day of side-by-side riding, or you're simply chasing the perfect Friday fish fry — this is your place.",
|
||||
"Now proudly veteran-owned and operated, we've poured new energy into an already legendary spot.",
|
||||
"Lu Lu's Cake Shop is a mother-and-daughter love story told in flour, butter, and buttercream. Founded on the belief that the best desserts are made from scratch with genuine care.", "Whether you're a visitor or a local who's trusted us with every birthday for years, you'll feel the difference. This is baking the way it used to be done."
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -137,73 +68,22 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Cowboy Burger",
|
||||
author: "Fan Favourite",
|
||||
description: "A thick, hand-formed patty loaded with smoky toppings. Cooked to order, perfectly seasoned, always satisfying.",
|
||||
tags: [
|
||||
"Burger",
|
||||
"House Made",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-with-delicious-vegan-burger_23-2149039337.jpg",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "All-You-Can-Eat Cod",
|
||||
author: "Every Friday",
|
||||
description: "Golden-fried Atlantic cod every Friday night. Comes with fries and coleslaw. A Leota tradition since day one.",
|
||||
tags: [
|
||||
"Fish Fry",
|
||||
"Tradition",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/calamari-rings-served-with-lemon-mayonnaise_140725-1504.jpg",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Low & Slow Brisket",
|
||||
author: "House Smoked",
|
||||
description: "House-smoked brisket, fall-apart tender with a bark you'll dream about. One of northern Michigan's best.",
|
||||
tags: [
|
||||
"BBQ",
|
||||
"Smoked",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/roasted-beef-sirloin-with-rosemary-pepper_1150-18510.jpg",
|
||||
},
|
||||
{ id: "f1", title: "Red Velvet Cupcakes", author: "Best Seller", description: "Enormous, moist, and crowned with velvety cream cheese frosting.", tags: ["Cupcakes", "Best Seller"], imageSrc: "https://images.unsplash.com/photo-1614707267537-b85afa001e4b?q=80&w=800" },
|
||||
{ id: "f2", title: "Key Lime Cake", author: "Fan Favourite", description: "Bright, tangy key lime layered with silky cream cheese icing.", tags: ["Cake", "Fan Favourite"], imageSrc: "https://images.unsplash.com/photo-1519340333755-56e9c1d09778?q=80&w=800" },
|
||||
{ id: "f3", title: "Banana Pudding", author: "Local Legend", description: "Creamy, dreamy, old-fashioned banana pudding. Montgomery's best.", tags: ["Pudding", "Classic"], imageSrc: "https://images.unsplash.com/photo-1579306194937-3306206093d0?q=80&w=800" },
|
||||
]}
|
||||
title="Our Menu Favorites"
|
||||
description="Made-in-house, honest portions, and real northern Michigan flavour. Come hungry."
|
||||
title="Our Signature Creations"
|
||||
description="Every item made to order — moist, generous, and made with the kind of love you can actually taste."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardFifteen
|
||||
useInvertedBackground={true}
|
||||
testimonial="Everyone was so super friendly! Food is outstanding and if you leave hungry, it's your own fault! Definitely recommend the chili — made in house and delicious!"
|
||||
testimonial="The cream cheese frosting is to die for! Everything is delicious, but the key lime cupcake is a standout — an awesome family-run business with the best scratch-made, love-filled desserts anywhere."
|
||||
rating={5}
|
||||
author="Rachel X."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-technology-leisure-concept_273609-6599.jpg",
|
||||
alt: "Rachel X",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-woman-gardening-indoors_23-2148509872.jpg",
|
||||
alt: "Chris O",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-happy-woman-outdoors_23-2149042138.jpg",
|
||||
alt: "Peter A",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-charming-woman-luffing-camera_197531-33865.jpg",
|
||||
alt: "Jessica D",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-technology-leisure-concept_273609-6599.jpg",
|
||||
alt: "Mike S",
|
||||
},
|
||||
]}
|
||||
author="Mae S."
|
||||
avatars={[{ src: "https://images.unsplash.com/photo-1534528741775-53994a69daeb?q=80&w=200", alt: "Customer" }]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -212,50 +92,24 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Visit Us"
|
||||
title="Stop by Trails End Pub"
|
||||
description="Located in the beautiful Leota area. Bring your friends, your family, or just your appetite. We're open daily to serve the best pub grub in northern Michigan."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/women-interacting-while-having-glasses-wine-counter_107420-84935.jpg"
|
||||
background={{ variant: "plain" }}
|
||||
tag="Order Now"
|
||||
title="Get in Touch"
|
||||
description="Ready for a custom cake or need to place an order? We'd love to hear your ideas and help you celebrate life's sweetest moments."
|
||||
imageSrc="https://images.unsplash.com/photo-1555507036-ab1f4038808a?q=80&w=1200"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/peaceful-empty-library-featuring-wooden-shelves-vintage-green-lamps_482257-125711.jpg?_wi=2"
|
||||
imageSrc="https://images.unsplash.com/photo-1509440159596-0249088772ff?q=80&w=1200"
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Find Us",
|
||||
href: "#location",
|
||||
},
|
||||
{
|
||||
label: "Call Us",
|
||||
href: "tel:+19895394144",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Menu", items: [{ label: "Our Story", href: "#about" }, { label: "Our Menu", href: "#menu" }] },
|
||||
{ title: "Visit", items: [{ label: "2463 Highland Ave", href: "#location" }, { label: "Call (334) 263-5510", href: "tel:+13342635510" }] }
|
||||
]}
|
||||
logoText="Trails End Pub"
|
||||
copyrightText="© 2025 Trails End Pub LLC"
|
||||
logoText="Lu Lu's Cake Shop"
|
||||
copyrightText="© 2025 Lu Lu's Cake Shop · Montgomery, Alabama"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user