Merge version_2 into main #3
@@ -32,7 +32,7 @@ export default function Page() {
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "food-drinks" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
{ name: "Visit", id: "contact" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -40,7 +40,7 @@ export default function Page() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
title="The Twisted Sister Saloon"
|
||||
description="Where small-town charm meets wild nights. Pull up a seat and experience the edge of Texas hospitality."
|
||||
description="Where small-town charm meets wild nights. An authentic Texas escape, dedicated to good company, great spirits, and unforgettable stories."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-adorable-blue-eyed-female-model-with-hair-knot-wears-overalls-enjoys-drinking-fruit-smoothie-looks-happily-somewhere-while-sits-cozy-restaurant-beautiful-teenage-girl-coffee-shop_273609-3038.jpg", alt: "Local regular" },
|
||||
@@ -49,7 +49,7 @@ export default function Page() {
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-woman-holding-beer_23-2147680740.jpg", alt: "Local regular" }
|
||||
]}
|
||||
avatarText="Join our growing local family"
|
||||
buttons={[{ text: "Pull Up A Seat", href: "#about" }, { text: "Visit Us Tonight", href: "#contact" }]}
|
||||
buttons={[{ text: "Discover Our Roots", href: "#about" }, { text: "Find Our Location", href: "#contact" }]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -70,14 +70,14 @@ export default function Page() {
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardMedia
|
||||
title="The Saloon Experience"
|
||||
description="From high-energy nights to family-friendly afternoons, we bring the best of Childress under one roof."
|
||||
description="From high-energy nights to relaxed afternoons, we bring the best of Childress under one roof."
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ id: "f1", title: "Games & Fun", description: "Challenge your crew to a game of pool or cornhole in our dedicated play area.", tag: "Play", imageSrc: "http://img.b2bpic.net/free-photo/wooden-library-campus-with-huge-database-collection-study-books_482257-127027.jpg" },
|
||||
{ id: "f2", title: "Live Energy", description: "Experience the pulse of the local scene with high energy, live music, and friendly crowds.", tag: "Vibe", imageSrc: "http://img.b2bpic.net/free-photo/meeting-with-group-friends-pub_329181-18334.jpg" },
|
||||
{ id: "f3", title: "Small-Town Hospitality", description: "We treat every guest like family. Come for the drinks, stay for the genuine connections.", tag: "Hospitality", imageSrc: "http://img.b2bpic.net/free-photo/summer-composition-with-slate-flip-flops_23-2147628329.jpg" }
|
||||
{ id: "f3", title: "Small-Town Hospitality", description: "We treat every guest like family. Come for the atmosphere, stay for the genuine connections.", tag: "Hospitality", imageSrc: "http://img.b2bpic.net/free-photo/summer-composition-with-slate-flip-flops_23-2147628329.jpg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -85,7 +85,7 @@ export default function Page() {
|
||||
<div id="food-drinks" data-section="food-drinks">
|
||||
<ProductCardFour
|
||||
title="Flavor That Bites Back"
|
||||
description="From messy, delicious burgers to our signature, playful shots, every bite is a reason to celebrate."
|
||||
description="From messy, delicious comfort food to our signature, playful shots, every bite is a reason to celebrate our local flavors."
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="split-description"
|
||||
@@ -118,7 +118,7 @@ export default function Page() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
title="Voices of the Saloon"
|
||||
description="Don't just take our word for it—hear what the locals and travelers have to say."
|
||||
description="Don't just take our word for it—hear what the locals and travelers have to say about the Twisted Sister experience."
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="split-description"
|
||||
@@ -136,11 +136,10 @@ export default function Page() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Visit Us"
|
||||
title="Ready for a twisted night?"
|
||||
description="Grab your crew, grab a drink, and make it a night you won't soon forget at The Twisted Sister Saloon."
|
||||
title="Come say hello"
|
||||
description="Grab your crew, enjoy a cold drink, and experience the warmth of our local saloon. We are open and ready to welcome you."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
buttonText="Visit Us Tonight"
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-bulb-room_181624-57611.jpg"
|
||||
imageAlt="The Twisted Sister Saloon Exterior"
|
||||
|
||||
Reference in New Issue
Block a user