Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -36,7 +36,7 @@ export default function HomePage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="compact"
|
||||
sizing="medium"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -54,14 +54,14 @@ export default function HomePage() {
|
||||
<HeroBillboardTestimonial
|
||||
title="Welcome to Dukenfields Tavern"
|
||||
description="A true diamond in the rough. Where regulars become family, Steelers fans gather, and good vibes flow freely. Sports, pool, darts, and cold drinks await."
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
testimonials={[
|
||||
{
|
||||
name: "Regular Guest",
|
||||
handle: "Sports Enthusiast",
|
||||
testimonial: "Walked in by myself and was immediately welcomed like family. Best dive bar experience ever!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-playing-game-table_23-2149066106.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-playing-game-table_23-2149066106.jpg",
|
||||
imageAlt: "friendly bartender warm smile",
|
||||
},
|
||||
{
|
||||
@@ -69,7 +69,7 @@ export default function HomePage() {
|
||||
handle: "Steelers Nation",
|
||||
testimonial: "The perfect spot to catch the game with people who care. Cheap drinks, great atmosphere, genuine community.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/three-guys-watching-american-football-competition_329181-18314.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/three-guys-watching-american-football-competition_329181-18314.jpg",
|
||||
imageAlt: "sports bar Steelers fan",
|
||||
},
|
||||
{
|
||||
@@ -77,7 +77,7 @@ export default function HomePage() {
|
||||
handle: "Active & Retired",
|
||||
testimonial: "Where active and retired Marines let loose. Feels like home. That's what this place is all about.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/silhouette-group-people-have-fun-top-mountain-near-tent-sunset_146671-18468.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/silhouette-group-people-have-fun-top-mountain-near-tent-sunset_146671-18468.jpg",
|
||||
imageAlt: "military veterans gathering",
|
||||
},
|
||||
]}
|
||||
@@ -99,42 +99,42 @@ export default function HomePage() {
|
||||
id: 1,
|
||||
title: "Steelers Headquarters",
|
||||
description: "The ultimate destination for Steelers fans. Catch every game on our screens with the most passionate crowd in town.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-three-joyful-guys_329181-20415.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-three-joyful-guys_329181-20415.jpg",
|
||||
imageAlt: "sports bar Steelers memorabilia",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Entertainment & Games",
|
||||
description: "Pool tables, darts, and video trivia keep the energy high. Classic games for everyone to enjoy.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-men-spending-weekend-pub_329181-18358.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-men-spending-weekend-pub_329181-18358.jpg",
|
||||
imageAlt: "pool table darts game room",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Warm Hospitality",
|
||||
description: "Walk in as a stranger, leave as family. Our bartenders and regulars create an welcoming environment for all.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-woman-sitting-near-bar-counter-holding-cocktail_23-2147859642.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-woman-sitting-near-bar-counter-holding-cocktail_23-2147859642.jpg",
|
||||
imageAlt: "cozy warm bar ambiance",
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Affordable Drinks",
|
||||
description: "Great prices on all your favorite beverages. Dive bar quality without breaking the bank.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sparkling-water-with-lemon-mint_140725-1867.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sparkling-water-with-lemon-mint_140725-1867.jpg",
|
||||
imageAlt: "affordable beer special drinks",
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
title: "Outdoor Smoking Area",
|
||||
description: "Comfortable outdoor space with heat lamps for year-round smoking and fresh air enjoyment.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/summer-barbecue-night_23-2147643500.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/summer-barbecue-night_23-2147643500.jpg",
|
||||
imageAlt: "outdoor bar patio heat lamp",
|
||||
},
|
||||
{
|
||||
id: 6,
|
||||
title: "Local Community Hub",
|
||||
description: "Active and retired Marines gather here to connect, relax, and be part of something bigger.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/realistic-horizontal-banner-template-us-veterans-day-holiday_23-2150851722.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/realistic-horizontal-banner-template-us-veterans-day-holiday_23-2150851722.jpg",
|
||||
imageAlt: "military community gathering",
|
||||
},
|
||||
]}
|
||||
@@ -156,7 +156,7 @@ export default function HomePage() {
|
||||
name: "Sarah Johnson",
|
||||
role: "Visitor",
|
||||
testimonial: "I walked in alone and was treated like family immediately. Everyone made me feel welcome. This is what a true dive bar should be!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-portrait-magnificent-young-sensual-model-with-long-brown-hairs-shy-cute-smile-natural-pure-beauty-soft-make-up_291049-1735.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-portrait-magnificent-young-sensual-model-with-long-brown-hairs-shy-cute-smile-natural-pure-beauty-soft-make-up_291049-1735.jpg",
|
||||
imageAlt: "happy woman bar portrait",
|
||||
},
|
||||
{
|
||||
@@ -164,7 +164,7 @@ export default function HomePage() {
|
||||
name: "Michael Chen",
|
||||
role: "Regular",
|
||||
testimonial: "Best place in town for Steelers games. The atmosphere is electric, drinks are cheap, and the people are genuine.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-with-thumbs-up_23-2149008927.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-with-thumbs-up_23-2149008927.jpg",
|
||||
imageAlt: "happy man portrait bar",
|
||||
},
|
||||
{
|
||||
@@ -172,7 +172,7 @@ export default function HomePage() {
|
||||
name: "Emily Rodriguez",
|
||||
role: "Marine Veteran",
|
||||
testimonial: "A sanctuary for active and retired Marines. The camaraderie here is unmatched. It's more than a bar, it's a brotherhood.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-office-employers-thumbing-up-smiling-two-happy-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-cooperation-concept_74855-6924.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-office-employers-thumbing-up-smiling-two-happy-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-cooperation-concept_74855-6924.jpg",
|
||||
imageAlt: "military veteran portrait",
|
||||
},
|
||||
{
|
||||
@@ -180,7 +180,7 @@ export default function HomePage() {
|
||||
name: "David Kim",
|
||||
role: "Local",
|
||||
testimonial: "Pool, darts, trivia, cold beer, and amazing people. Everything a good dive bar should have. Can't ask for better.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-posing-with-denim-shirt-sitting-chair_329181-3695.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-posing-with-denim-shirt-sitting-chair_329181-3695.jpg",
|
||||
imageAlt: "smiling man portrait casual",
|
||||
},
|
||||
{
|
||||
@@ -188,7 +188,7 @@ export default function HomePage() {
|
||||
name: "Jessica Martinez",
|
||||
role: "Frequent Guest",
|
||||
testimonial: "The outdoor area with heat lamps is perfect for a smoke and conversation. Year-round comfort and good company.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-showing-double-thumbs-up-shirt-shorts-looking-confident-front-view_176474-53811.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-showing-double-thumbs-up-shirt-shorts-looking-confident-front-view_176474-53811.jpg",
|
||||
imageAlt: "woman outdoor portrait happy",
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user