Merge version_2 into main #5

Merged
bender merged 1 commits from version_2 into main 2026-04-03 06:37:59 +00:00

View File

@@ -9,7 +9,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import FooterCard from '@/components/sections/footer/FooterCard';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import { Heart, Star, Phone, MapPin, Mail } from "lucide-react";
import { Phone, MapPin } from "lucide-react";
export default function LandingPage() {
return (
@@ -42,6 +42,7 @@ export default function LandingPage() {
<HeroLogoBillboardSplit
logoText="Hitchin' Post"
description="The local favorite in Brady, Nebraska. Great food, cold drinks, and good times."
background={{ variant: "gradient-bars" }}
buttons={[{ text: "View Menu", href: "/menu" }, { text: "Get Directions", href: "/contact" }]}
layoutOrder="default"
imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-wooden-rocking-chair-wooden-patio_181624-60471.jpg?_wi=1"
@@ -58,6 +59,8 @@ export default function LandingPage() {
{ id: "3", title: "Events", content: "Join us for community events and weekly specials." }
]}
imageSrc="http://img.b2bpic.net/free-photo/big-hamburger-with-french-fries_140725-6498.jpg"
useInvertedBackground={false}
mediaAnimation="opacity"
/>
</div>
@@ -65,6 +68,8 @@ export default function LandingPage() {
<TestimonialCardFive
title="What Neighbors Say"
description="Join the community that loves the Hitchin' Post."
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Sarah J.", date: "Oct 2023", title: "Best Burger!", quote: "The best burger I've had in Nebraska.", tag: "Patron", avatarSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018824.jpg" }
]}
@@ -74,6 +79,9 @@ export default function LandingPage() {
<div id="socialProof" data-section="socialProof">
<SocialProofOne
title="Community Roots"
description="Proudly serving the heart of Brady, NE."
textboxLayout="split"
useInvertedBackground={false}
names={["Brady Community Center", "Local Farmers Market", "Brady Chamber of Commerce"]}
/>
</div>
@@ -81,13 +89,15 @@ export default function LandingPage() {
<div id="product" data-section="product">
<ProductCardFour
title="Popular Dishes"
description="Our signature items that keep folks coming back."
gridVariant="asymmetric-60-wide-40-narrow"
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
products={[
{ id: "1", name: "Classic Burger", price: "$12", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/big-hamburger-with-french-fries_140725-6498.jpg" },
{ id: "2", name: "Steak Sandwich", price: "$14", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/big-hamburger-with-french-fries_140725-6498.jpg" }
{ id: "2", name: "Steak Sandwich", price: "$14", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/big-hamburger-with-french-fries_140725-6498.jpg" },
{ id: "3", name: "Loaded Fries", price: "$8", variant: "Side", imageSrc: "http://img.b2bpic.net/free-photo/big-hamburger-with-french-fries_140725-6498.jpg" }
]}
/>
</div>