8 Commits

Author SHA1 Message Date
ce910ecbe7 Merge version_3 into main
Merge version_3 into main
2026-04-16 17:37:18 +00:00
7244a7242d Merge version_4 into main
Merge version_4 into main
2026-04-16 17:37:18 +00:00
2f6ca1eaef Update src/app/page.tsx 2026-04-16 17:37:15 +00:00
624d9b6742 Update src/app/page.tsx 2026-04-16 17:37:12 +00:00
4261a4de15 Merge version_2 into main
Merge version_2 into main
2026-04-16 17:35:34 +00:00
4dd48f815a Update src/app/page.tsx 2026-04-16 17:35:31 +00:00
b5eb1d4850 Merge version_1 into main
Merge version_1 into main
2026-04-16 17:32:21 +00:00
1074b1c860 Merge version_1 into main
Merge version_1 into main
2026-04-16 17:31:48 +00:00

View File

@@ -32,7 +32,7 @@ export default function Page() {
{ name: "Home", id: "hero" }, { name: "Home", id: "hero" },
{ name: "About", id: "about" }, { name: "About", id: "about" },
{ name: "Menu", id: "food-drinks" }, { name: "Menu", id: "food-drinks" },
{ name: "Contact", id: "contact" } { name: "Visit", id: "contact" }
]} ]}
/> />
</div> </div>
@@ -40,7 +40,7 @@ export default function Page() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroCentered <HeroCentered
title="The Twisted Sister Saloon" 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" }} background={{ variant: "sparkles-gradient" }}
avatars={[ 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" }, { 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" } { src: "http://img.b2bpic.net/free-photo/smiling-woman-holding-beer_23-2147680740.jpg", alt: "Local regular" }
]} ]}
avatarText="Join our growing local family" 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" buttonAnimation="slide-up"
/> />
</div> </div>
@@ -70,14 +70,14 @@ export default function Page() {
<div id="features" data-section="features"> <div id="features" data-section="features">
<FeatureCardMedia <FeatureCardMedia
title="The Saloon Experience" 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" animationType="slide-up"
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
features={[ 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: "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: "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> </div>
@@ -85,7 +85,8 @@ export default function Page() {
<div id="food-drinks" data-section="food-drinks"> <div id="food-drinks" data-section="food-drinks">
<ProductCardFour <ProductCardFour
title="Flavor That Bites Back" 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."
buttons={[{ text: "View Full Menu", href: "#menu-details" }]}
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
animationType="blur-reveal" animationType="blur-reveal"
textboxLayout="split-description" textboxLayout="split-description"
@@ -118,7 +119,7 @@ export default function Page() {
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardOne <TestimonialCardOne
title="Voices of the Saloon" 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" gridVariant="three-columns-all-equal-width"
animationType="blur-reveal" animationType="blur-reveal"
textboxLayout="split-description" textboxLayout="split-description"
@@ -136,11 +137,11 @@ export default function Page() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactSplit <ContactSplit
tag="Visit Us" tag="Visit Us"
title="Ready for a twisted night?" title="Come say hello"
description="Grab your crew, grab a drink, and make it a night you won't soon forget at The Twisted Sister Saloon." description="Grab your crew, enjoy a cold drink, and experience the warmth of our local saloon. We are open and ready to welcome you."
buttonText="Get Directions"
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false} useInvertedBackground={false}
buttonText="Visit Us Tonight"
mediaAnimation="slide-up" mediaAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-bulb-room_181624-57611.jpg" imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-bulb-room_181624-57611.jpg"
imageAlt="The Twisted Sister Saloon Exterior" imageAlt="The Twisted Sister Saloon Exterior"
@@ -158,4 +159,4 @@ export default function Page() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }