2 Commits

Author SHA1 Message Date
34b2a612d5 Update src/app/page.tsx 2026-03-31 03:56:39 +00:00
8501a3be8e Merge version_1 into main
Merge version_1 into main
2026-03-31 03:40:45 +00:00

View File

@@ -28,105 +28,36 @@ export default function LandingPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ { name: "Our Story", id: "about" },
name: "Our Story", { name: "Menu", id: "menu" },
id: "about", { name: "Custom Orders", id: "custom" },
}, { name: "Reviews", id: "reviews" },
{ { name: "Visit Us", id: "location" },
name: "Menu",
id: "menu",
},
{
name: "Trail Riders",
id: "trails",
},
{
name: "Reviews",
id: "reviews",
},
{
name: "Find Us",
id: "location",
},
]} ]}
brandName="Trails End Pub" brandName="Lu Lu's"
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboard <HeroBillboard
background={{ background={{ variant: "gradient-bars" }}
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."
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."
buttons={[ buttons={[
{ { text: "See Our Menu", href: "#menu" },
text: "View Menu", { text: "Custom Orders", href: "#custom" },
href: "#menu",
},
{
text: "Get Directions",
href: "#location",
},
]} ]}
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" 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>
<div id="about" data-section="about"> <div id="about" data-section="about">
<TextSplitAbout <TextSplitAbout
useInvertedBackground={true} useInvertedBackground={true}
title="A Northern Michigan Institution" title="Baked with Love in Montgomery"
description={[ 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.", "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."
"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.",
]} ]}
/> />
</div> </div>
@@ -137,73 +68,22 @@ export default function LandingPage() {
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ { 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: "f1", { 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" },
title: "Cowboy Burger", { 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" },
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",
},
]} ]}
title="Our Menu Favorites" title="Our Signature Creations"
description="Made-in-house, honest portions, and real northern Michigan flavour. Come hungry." description="Every item made to order — moist, generous, and made with the kind of love you can actually taste."
/> />
</div> </div>
<div id="reviews" data-section="reviews"> <div id="reviews" data-section="reviews">
<TestimonialCardFifteen <TestimonialCardFifteen
useInvertedBackground={true} 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} rating={5}
author="Rachel X." author="Mae S."
avatars={[ avatars={[{ src: "https://images.unsplash.com/photo-1534528741775-53994a69daeb?q=80&w=200", alt: "Customer" }]}
{
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",
},
]}
ratingAnimation="blur-reveal" ratingAnimation="blur-reveal"
avatarsAnimation="blur-reveal" avatarsAnimation="blur-reveal"
/> />
@@ -212,50 +92,24 @@ 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="Order Now"
}} title="Get in Touch"
tag="Visit Us" 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."
title="Stop by Trails End Pub" imageSrc="https://images.unsplash.com/photo-1555507036-ab1f4038808a?q=80&w=1200"
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"
mediaAnimation="slide-up" mediaAnimation="slide-up"
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterMedia <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={[ columns={[
{ { title: "Menu", items: [{ label: "Our Story", href: "#about" }, { label: "Our Menu", href: "#menu" }] },
title: "Menu", { title: "Visit", items: [{ label: "2463 Highland Ave", href: "#location" }, { label: "Call (334) 263-5510", href: "tel:+13342635510" }] }
items: [
{
label: "Our Story",
href: "#about",
},
{
label: "Menu",
href: "#menu",
},
],
},
{
title: "Support",
items: [
{
label: "Find Us",
href: "#location",
},
{
label: "Call Us",
href: "tel:+19895394144",
},
],
},
]} ]}
logoText="Trails End Pub" logoText="Lu Lu's Cake Shop"
copyrightText="© 2025 Trails End Pub LLC" copyrightText="© 2025 Lu Lu's Cake Shop · Montgomery, Alabama"
/> />
</div> </div>
</ReactLenis> </ReactLenis>