Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
240
src/app/page.tsx
240
src/app/page.tsx
@@ -21,7 +21,7 @@ export default function HomePage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="noiseDiagonalGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -37,9 +37,7 @@ export default function HomePage() {
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
]}
|
||||
button={{
|
||||
text: "Get Directions",
|
||||
href: "contact",
|
||||
}}
|
||||
text: "Get Directions", href: "contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -51,7 +49,7 @@ export default function HomePage() {
|
||||
tag="Your Hometown Bar, Elevated"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "noiseDiagonalGradient" }}
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cocktail-with-mixed-layer-fire_140725-43742.jpg"
|
||||
imageAlt="Blue Collar Sports Bar interior with warm lighting and TVs"
|
||||
buttons={[
|
||||
@@ -83,48 +81,20 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "pizza",
|
||||
label: "Campfire Pulled Pork Pizza",
|
||||
title: "The Menu Standout",
|
||||
items: [
|
||||
"Slow-smoked pulled pork",
|
||||
"Artisan dough & cheese",
|
||||
"Caramelized onions & sauce",
|
||||
"Fresh from our kitchen",
|
||||
],
|
||||
id: "pizza", label: "Campfire Pulled Pork Pizza", title: "The Menu Standout", items: [
|
||||
"Slow-smoked pulled pork", "Artisan dough & cheese", "Caramelized onions & sauce", "Fresh from our kitchen"],
|
||||
},
|
||||
{
|
||||
id: "burger",
|
||||
label: "Burger Baskets",
|
||||
title: "Fan-Favorite Classic",
|
||||
items: [
|
||||
"Fresh ground beef",
|
||||
"Crispy fries",
|
||||
"Loaded toppings",
|
||||
"Priced right",
|
||||
],
|
||||
id: "burger", label: "Burger Baskets", title: "Fan-Favorite Classic", items: [
|
||||
"Fresh ground beef", "Crispy fries", "Loaded toppings", "Priced right"],
|
||||
},
|
||||
{
|
||||
id: "fish",
|
||||
label: "Friday Fish Fry",
|
||||
title: "Weekly Tradition",
|
||||
items: [
|
||||
"Fresh caught fish",
|
||||
"Golden crispy coating",
|
||||
"Homemade tartar sauce",
|
||||
"Cold beer pairing",
|
||||
],
|
||||
id: "fish", label: "Friday Fish Fry", title: "Weekly Tradition", items: [
|
||||
"Fresh caught fish", "Golden crispy coating", "Homemade tartar sauce", "Cold beer pairing"],
|
||||
},
|
||||
{
|
||||
id: "wrap",
|
||||
label: "Chicken Bacon Ranch",
|
||||
title: "Quick & Satisfying",
|
||||
items: [
|
||||
"Grilled chicken breast",
|
||||
"Crispy bacon",
|
||||
"Fresh ranch sauce",
|
||||
"Perfectly balanced",
|
||||
],
|
||||
id: "wrap", label: "Chicken Bacon Ranch", title: "Quick & Satisfying", items: [
|
||||
"Grilled chicken breast", "Crispy bacon", "Fresh ranch sauce", "Perfectly balanced"],
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -142,65 +112,23 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Blue Collar",
|
||||
name: "Campfire Pulled Pork Pizza",
|
||||
price: "Starting at $18",
|
||||
rating: 5,
|
||||
reviewCount: "150+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-neapolitan-meat-pizza-pizzeria-delicious-food_78826-2844.jpg",
|
||||
imageAlt: "Campfire pulled pork pizza",
|
||||
},
|
||||
id: "1", brand: "Blue Collar", name: "Campfire Pulled Pork Pizza", price: "Starting at $18", rating: 5,
|
||||
reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/delicious-neapolitan-meat-pizza-pizzeria-delicious-food_78826-2844.jpg", imageAlt: "Campfire pulled pork pizza"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Blue Collar",
|
||||
name: "Burger Basket",
|
||||
price: "Starting at $14",
|
||||
rating: 5,
|
||||
reviewCount: "200+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hamburger-bacon_1150-12680.jpg",
|
||||
imageAlt: "Premium burger basket with fries",
|
||||
},
|
||||
id: "2", brand: "Blue Collar", name: "Burger Basket", price: "Starting at $14", rating: 5,
|
||||
reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/hamburger-bacon_1150-12680.jpg", imageAlt: "Premium burger basket with fries"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Blue Collar",
|
||||
name: "Friday Fish Fry",
|
||||
price: "Starting at $16",
|
||||
rating: 5,
|
||||
reviewCount: "180+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-breakfast-with-vegetables_23-2148169168.jpg?_wi=1",
|
||||
imageAlt: "Fresh crispy fish fry platter",
|
||||
},
|
||||
id: "3", brand: "Blue Collar", name: "Friday Fish Fry", price: "Starting at $16", rating: 5,
|
||||
reviewCount: "180+", imageSrc: "http://img.b2bpic.net/free-photo/healthy-breakfast-with-vegetables_23-2148169168.jpg", imageAlt: "Fresh crispy fish fry platter"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Blue Collar",
|
||||
name: "Bloody Mary Special",
|
||||
price: "$8",
|
||||
rating: 5,
|
||||
reviewCount: "220+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-bartender-cocktail-shaker_23-2149132199.jpg?_wi=1",
|
||||
imageAlt: "Craft bloody mary cocktail",
|
||||
},
|
||||
id: "4", brand: "Blue Collar", name: "Bloody Mary Special", price: "$8", rating: 5,
|
||||
reviewCount: "220+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-bartender-cocktail-shaker_23-2149132199.jpg", imageAlt: "Craft bloody mary cocktail"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Blue Collar",
|
||||
name: "Craft Beer Selection",
|
||||
price: "$5-$8",
|
||||
rating: 5,
|
||||
reviewCount: "300+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-male-friends-standing-bar-counter-enjoying_23-2147861996.jpg?_wi=1",
|
||||
imageAlt: "Craft beer on tap",
|
||||
},
|
||||
id: "5", brand: "Blue Collar", name: "Craft Beer Selection", price: "$5-$8", rating: 5,
|
||||
reviewCount: "300+", imageSrc: "http://img.b2bpic.net/free-photo/group-male-friends-standing-bar-counter-enjoying_23-2147861996.jpg", imageAlt: "Craft beer on tap"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Blue Collar",
|
||||
name: "Chicken Bacon Ranch Wrap",
|
||||
price: "$13",
|
||||
rating: 5,
|
||||
reviewCount: "160+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-food-snacks-healthy-unhealthy_23-2149134055.jpg",
|
||||
imageAlt: "Chicken bacon ranch wrap",
|
||||
},
|
||||
id: "6", brand: "Blue Collar", name: "Chicken Bacon Ranch Wrap", price: "$13", rating: 5,
|
||||
reviewCount: "160+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-food-snacks-healthy-unhealthy_23-2149134055.jpg", imageAlt: "Chicken bacon ranch wrap"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -215,35 +143,14 @@ export default function HomePage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Game Day",
|
||||
name: "Iowa Football Sundays",
|
||||
price: "Perfect Atmosphere",
|
||||
rating: 5,
|
||||
reviewCount: "400+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-night-out-together_23-2149173623.jpg?_wi=1",
|
||||
imageAlt: "Sports bar crowd watching game",
|
||||
},
|
||||
id: "1", brand: "Game Day", name: "Iowa Football Sundays", price: "Perfect Atmosphere", rating: 5,
|
||||
reviewCount: "400+", imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-night-out-together_23-2149173623.jpg", imageAlt: "Sports bar crowd watching game"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Entertainment",
|
||||
name: "Pool & Darts Night",
|
||||
price: "Friendly Competition",
|
||||
rating: 5,
|
||||
reviewCount: "350+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-playing-poker-together_23-2149276038.jpg",
|
||||
imageAlt: "Pool table and darts entertainment",
|
||||
},
|
||||
id: "2", brand: "Entertainment", name: "Pool & Darts Night", price: "Friendly Competition", rating: 5,
|
||||
reviewCount: "350+", imageSrc: "http://img.b2bpic.net/free-photo/friends-playing-poker-together_23-2149276038.jpg", imageAlt: "Pool table and darts entertainment"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Music & Vibes",
|
||||
name: "Live Music Nights",
|
||||
price: "Weekly Event",
|
||||
rating: 5,
|
||||
reviewCount: "320+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/magic-look-handsome-young-man-black-clothes-sitting-chair-near-dark-room-with-light_146671-19721.jpg?_wi=1",
|
||||
imageAlt: "Live band performing at bar",
|
||||
},
|
||||
id: "3", brand: "Music & Vibes", name: "Live Music Nights", price: "Weekly Event", rating: 5,
|
||||
reviewCount: "320+", imageSrc: "http://img.b2bpic.net/free-photo/magic-look-handsome-young-man-black-clothes-sitting-chair-near-dark-room-with-light_146671-19721.jpg", imageAlt: "Live band performing at bar"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -257,35 +164,17 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-hanging-with-her-friends-bar_23-2147859513.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/female-hanging-with-her-friends-bar_23-2147859513.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg",
|
||||
},
|
||||
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-friends-enjoying-restaurant_23-2147861992.jpg",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-friends-enjoying-restaurant_23-2147861992.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/soccer-fan-feel-good-about-winning_329181-18320.jpg",
|
||||
},
|
||||
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/soccer-fan-feel-good-about-winning_329181-18320.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jennifer Wilson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wine-bottle-inside-ice-bucket-table_23-2147891138.jpg",
|
||||
},
|
||||
id: "5", name: "Jennifer Wilson", imageSrc: "http://img.b2bpic.net/free-photo/wine-bottle-inside-ice-bucket-table_23-2147891138.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Robert Martinez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-female-friends-spending-time-together-outdoors-having-beer_23-2149073999.jpg",
|
||||
},
|
||||
id: "6", name: "Robert Martinez", imageSrc: "http://img.b2bpic.net/free-photo/male-female-friends-spending-time-together-outdoors-having-beer_23-2149073999.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -314,15 +203,7 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Great food, great people... darts and pool... fantastic prices",
|
||||
"Best food in Manchester. The campfire pulled pork pizza is the best",
|
||||
"Great place to watch football with the best atmosphere",
|
||||
"Friendly staff. Cold beer. Better than expected experience",
|
||||
"This local bar has changed for the better with craft beers and fresh fries",
|
||||
"It doesn't get more Iowan than this place",
|
||||
"Killer burgers and wraps, cold drinks, hometown vibes",
|
||||
"The kind of place you're glad you found",
|
||||
]}
|
||||
"Great food, great people... darts and pool... fantastic prices", "Best food in Manchester. The campfire pulled pork pizza is the best", "Great place to watch football with the best atmosphere", "Friendly staff. Cold beer. Better than expected experience", "This local bar has changed for the better with craft beers and fresh fries", "It doesn't get more Iowan than this place", "Killer burgers and wraps, cold drinks, hometown vibes", "The kind of place you're glad you found"]}
|
||||
showCard={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -335,40 +216,22 @@ export default function HomePage() {
|
||||
ctaButton={{ text: "Get Directions", href: "https://maps.google.com" }}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What are your hours?",
|
||||
content:
|
||||
"We're open 11am-2am daily, with happy hour 4-6pm weekdays. Perfect for lunch, dinner, games, or late night.",
|
||||
},
|
||||
id: "1", title: "What are your hours?", content:
|
||||
"We're open 11am-2am daily, with happy hour 4-6pm weekdays. Perfect for lunch, dinner, games, or late night."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you have live music?",
|
||||
content:
|
||||
"Yes! We feature live music most weekends. Check our events page for this week's lineup.",
|
||||
},
|
||||
id: "2", title: "Do you have live music?", content:
|
||||
"Yes! We feature live music most weekends. Check our events page for this week's lineup."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What's your specialty?",
|
||||
content:
|
||||
"Our campfire pulled pork pizza and Friday fish fry are must-tries. Plus killer burgers, craft beer, and bloody marys.",
|
||||
},
|
||||
id: "3", title: "What's your specialty?", content:
|
||||
"Our campfire pulled pork pizza and Friday fish fry are must-tries. Plus killer burgers, craft beer, and bloody marys."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Can we book a private event?",
|
||||
content:
|
||||
"Absolutely. We love hosting groups for game-day parties, celebrations, and team gatherings. Call us to book!",
|
||||
},
|
||||
id: "4", title: "Can we book a private event?", content:
|
||||
"Absolutely. We love hosting groups for game-day parties, celebrations, and team gatherings. Call us to book!"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Do you have pool and darts?",
|
||||
content: "Yes, both! Great for friendly competition and downtime between games.",
|
||||
},
|
||||
id: "5", title: "Do you have pool and darts?", content: "Yes, both! Great for friendly competition and downtime between games."},
|
||||
{
|
||||
id: "6",
|
||||
title: "What's your vibe?",
|
||||
content:
|
||||
"Hometown pride, friendly service, great food, cold drinks, and real local atmosphere. No corporate feel, just authentic.",
|
||||
},
|
||||
id: "6", title: "What's your vibe?", content:
|
||||
"Hometown pride, friendly service, great food, cold drinks, and real local atmosphere. No corporate feel, just authentic."},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={true}
|
||||
@@ -381,8 +244,7 @@ export default function HomePage() {
|
||||
copyrightText="© 2025 Blue Collar Sports Bar. Good Food. Cold Beer. Hometown Grit."
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Menu", href: "/menu" },
|
||||
{ label: "About", href: "/about" },
|
||||
@@ -390,8 +252,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Facebook", href: "https://facebook.com" },
|
||||
{ label: "Reviews", href: "#testimonials" },
|
||||
@@ -399,8 +260,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Accessibility", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user