3 Commits

Author SHA1 Message Date
45804cd43c Update src/app/page.tsx 2026-03-09 18:34:22 +00:00
282a49d579 Update src/app/page.tsx 2026-03-09 18:33:37 +00:00
e446ab1f6d Merge version_1 into main
Merge version_1 into main
2026-03-09 18:25:24 +00:00

View File

@@ -31,8 +31,8 @@ export default function LandingPage() {
brandName="Hutchens"
navItems={[
{ name: "Menu", id: "signature-items" },
{ name: "About", id: "about" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Gallery", id: "gallery" },
{ name: "Reviews", id: "reviews" },
{ name: "Contact", id: "contact" }
]}
button={{
@@ -51,7 +51,7 @@ export default function LandingPage() {
{ text: "Get Directions", href: "https://maps.google.com/?q=Hutchens+Barbeque+Benton+Kentucky" }
]}
layoutOrder="default"
imageSrc="http://img.b2bpic.net/free-photo/pork-kebab-plate-juicy-delicious-food_132075-14723.jpg"
imageSrc="http://img.b2bpic.net/free-photo/pork-kebab-plate-juicy-delicious-food_132075-14723.jpg?_wi=1"
imageAlt="Hutchens Barbeque signature smoked meats and comfort food"
frameStyle="card"
mediaAnimation="slide-up"
@@ -95,9 +95,40 @@ export default function LandingPage() {
/>
</div>
<div id="testimonials" data-section="testimonials">
<div id="gallery" data-section="gallery">
<ProductCardOne
title="Photo Gallery"
description="Experience the visual story of Hutchens Barbeque. Fresh food, inviting atmosphere, and the warmth of Southern hospitality captured in every frame."
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
gridVariant="bento-grid"
products={[
{
id: "gallery-1", name: "Smoked Meats Selection", price: "", imageSrc: "http://img.b2bpic.net/free-photo/steak-brazillian-style_1339-8284.jpg?_wi=1", imageAlt: "Beautiful selection of slow-smoked barbecue meats"
},
{
id: "gallery-2", name: "Breakfast Buffet Spread", price: "", imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-banquet_23-2149893506.jpg?_wi=1", imageAlt: "Abundant breakfast buffet with homemade specialties"
},
{
id: "gallery-3", name: "Homemade Sides Collection", price: "", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-sweet-potatoes-wooden-board_23-2148619069.jpg?_wi=1", imageAlt: "Delicious homemade side dishes"
},
{
id: "gallery-4", name: "Restaurant Ambiance", price: "", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-girl-table_23-2148972774.jpg?_wi=1", imageAlt: "Warm and welcoming interior of Hutchens Barbeque"
},
{
id: "gallery-5", name: "Plated Perfection", price: "", imageSrc: "http://img.b2bpic.net/free-photo/pork-kebab-plate-juicy-delicious-food_132075-14723.jpg?_wi=2", imageAlt: "Beautifully plated barbecue dish ready to serve"
},
{
id: "gallery-6", name: "Community Dining", price: "", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-taking-selfie-cellphone_23-2147849515.jpg", imageAlt: "Guests enjoying meals together at Hutchens"
}
]}
/>
</div>
<div id="reviews" data-section="reviews">
<TestimonialCardFive
title="What Our Guests Say"
title="Customer Reviews"
description="From longtime locals to first-time visitors, our guests return again and again for the food, the warmth, and the feeling of family."
textboxLayout="default"
useInvertedBackground={false}
@@ -119,6 +150,12 @@ export default function LandingPage() {
},
{
id: "6", name: "David Garcia, Food Enthusiast", date: "Date: 28 October 2024", title: "Slow-smoked perfection every visit", quote: "The barbecue here is exceptional—smoked low and slow with techniques passed down through generations. Every plate shows the commitment to quality. Fair prices for premium food. Hutchens represents everything special about Southern barbecue.", tag: "BBQ Connoisseur", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-indoor-portrait-smiling-charming-girl-with-blonde-curly-hair-posing-with-retro-camera-while-sitting-window_291650-1076.jpg", imageSrc: "http://img.b2bpic.net/free-photo/steak-brazillian-style_1339-8284.jpg?_wi=3"
},
{
id: "7", name: "Lisa Montgomery, Office Manager", date: "Date: 25 October 2024", title: "Perfect for team outings and celebrations", quote: "We've brought our entire office team here multiple times for celebrations and team meals. The catering service is excellent, the food quality is consistent, and the staff goes above and beyond to make sure everyone is happy. Highly recommended!", tag: "Corporate Client", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-charming-girl-with-blonde-curly-hair-posing-with-retro-camera-while-sitting-window_291650-1076.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-banquet_23-2149893506.jpg?_wi=3"
},
{
id: "8", name: "Robert Chen, BBQ Competition Judge", date: "Date: 20 October 2024", title: "Professional quality, local warmth", quote: "As someone who judges barbecue competitions, I can tell you Hutchens meets professional standards while maintaining authentic Southern hospitality. Their smoking techniques are top-notch, their pricing is fair, and the atmosphere is genuinely welcoming.", tag: "Industry Expert", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-friends-taking-selfie_23-2149366431.jpg", imageSrc: "http://img.b2bpic.net/free-photo/steak-brazillian-style_1339-8284.jpg?_wi=4"
}
]}
/>
@@ -175,7 +212,7 @@ export default function LandingPage() {
<ContactCenter
tag="Stay Connected"
title="Join the Hutchens Family"
description="Subscribe to our newsletter for updates on specials, seasonal favorites, and community events. Be first to know about new menu items and exclusive offers for our extended family of guests."
description="Subscribe to our newsletter for updates on specials, seasonal favorites, and community events. Be first to know about new menu items and exclusive offers for our extended family of guests. Call us anytime at (270) 555-0123."
background={{ variant: "rotated-rays-animated" }}
useInvertedBackground={true}
inputPlaceholder="Enter your email"
@@ -187,7 +224,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterCard
logoText="HUTCHENS"
copyrightText="© 2024 Hutchens Barbeque. All rights reserved. Serving Benton with pride."
copyrightText="© 2024 Hutchens Barbeque. All rights reserved. Serving Benton with pride. Call: (270) 555-0123"
socialLinks={[
{
icon: Facebook,
@@ -202,4 +239,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}