Merge version_1_1781349173349 into main #1

Merged
bender merged 2 commits from version_1_1781349173349 into main 2026-06-13 11:13:58 +00:00

View File

@@ -17,13 +17,9 @@ export default function HomePage() {
title="Everything for True St. Louis Fans"
description="Visit Rally House at West County Mall for the widest selection of licensed MLB, NFL, NHL, and NCAA gear. Your home for St. Louis fan apparel."
primaryButton={{
text: "Shop Online",
href: "https://rallyhouse.com",
}}
text: "Shop Online", href: "https://rallyhouse.com"}}
secondaryButton={{
text: "Get Directions",
href: "#contact",
}}
text: "Get Directions", href: "#contact"}}
imageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=lv4d96"
/>
</SectionErrorBoundary>
@@ -50,24 +46,16 @@ export default function HomePage() {
features={[
{
icon: ShoppingBag,
title: "Widest Selection",
description: "Jerseys, hoodies, and home goods for every St. Louis sports fan.",
},
title: "Widest Selection", description: "Jerseys, hoodies, and home goods for every St. Louis sports fan."},
{
icon: Users,
title: "Expert Staff",
description: "Friendly experts who know and love your teams as much as you do.",
},
title: "Expert Staff", description: "Friendly experts who know and love your teams as much as you do."},
{
icon: Clock,
title: "2-Hour Pickup",
description: "Order online and pick up your gear in the store in just 2 hours.",
},
title: "2-Hour Pickup", description: "Order online and pick up your gear in the store in just 2 hours."},
{
icon: Award,
title: "Exclusive Lines",
description: "Limited edition collections you simply won't find anywhere else.",
},
title: "Exclusive Lines", description: "Limited edition collections you simply won't find anywhere else."},
]}
/>
</SectionErrorBoundary>
@@ -81,45 +69,20 @@ export default function HomePage() {
description="With a 4.8 rating based on 98 reviews, we are proud to be the heart of St. Louis fan gear."
testimonials={[
{
id: "1",
name: "Stiill Unknown",
role: "Local Guide",
quote: "Staff super friendly. Spent a bunch of money but it was worth it. Best store to get anything St. Louis.",
rating: 5,
imageSrc: "https://storage.googleapis.com/webild/default/no-image.jpg?id=wrgc93",
},
name: "Stiill Unknown", role: "Local Guide", quote: "Staff super friendly. Spent a bunch of money but it was worth it. Best store to get anything St. Louis.", rating: 5,
imageSrc: "https://storage.googleapis.com/webild/default/no-image.jpg?id=wrgc93"},
{
id: "2",
name: "Dan Blakeslee",
role: "Local Guide",
quote: "If you don't like sports, especially local teams, this place isn't for you. But if you do it's great.",
rating: 5,
imageSrc: "https://storage.googleapis.com/webild/default/no-image.jpg?id=arsycc",
},
name: "Dan Blakeslee", role: "Local Guide", quote: "If you don't like sports, especially local teams, this place isn't for you. But if you do it's great.", rating: 5,
imageSrc: "https://storage.googleapis.com/webild/default/no-image.jpg?id=arsycc"},
{
id: "3",
name: "Sarah Miller",
role: "Frequent Shopper",
quote: "Always finding new arrivals and the quality of licensed merch is top-notch. Love the store!",
rating: 5,
imageSrc: "https://storage.googleapis.com/webild/default/no-image.jpg?id=qdn1i5",
},
name: "Sarah Miller", role: "Frequent Shopper", quote: "Always finding new arrivals and the quality of licensed merch is top-notch. Love the store!", rating: 5,
imageSrc: "https://storage.googleapis.com/webild/default/no-image.jpg?id=qdn1i5"},
{
id: "4",
name: "Mike Davis",
role: "Sports Fan",
quote: "Quick checkout and the staff really helped me find a jersey for my son.",
rating: 5,
imageSrc: "https://storage.googleapis.com/webild/default/no-image.jpg?id=h0ql2h",
},
name: "Mike Davis", role: "Sports Fan", quote: "Quick checkout and the staff really helped me find a jersey for my son.", rating: 5,
imageSrc: "https://storage.googleapis.com/webild/default/no-image.jpg?id=h0ql2h"},
{
id: "5",
name: "Emily Wilson",
role: "Local Resident",
quote: "Best selection of Blues gear in town, highly recommend visiting.",
rating: 5,
imageSrc: "https://storage.googleapis.com/webild/default/no-image.jpg?id=r56lpm",
},
name: "Emily Wilson", role: "Local Resident", quote: "Best selection of Blues gear in town, highly recommend visiting.", rating: 5,
imageSrc: "https://storage.googleapis.com/webild/default/no-image.jpg?id=r56lpm"},
]}
/>
</SectionErrorBoundary>
@@ -133,17 +96,11 @@ export default function HomePage() {
description="Have questions about our store or our services? We're here to help."
items={[
{
question: "Where is the store located?",
answer: "We are located on the 1st floor of West County Center, Suite 2010, Des Peres, MO.",
},
question: "Where is the store located?", answer: "We are located on the 1st floor of West County Center, Suite 2010, Des Peres, MO."},
{
question: "What are your business hours?",
answer: "Mon-Sat: 10:00 AM 9:00 PM, Sunday: 11:00 AM 6:00 PM.",
},
question: "What are your business hours?", answer: "Mon-Sat: 10:00 AM 9:00 PM, Sunday: 11:00 AM 6:00 PM."},
{
question: "Do you offer in-store pickup?",
answer: "Yes, order online and pick up at our store in as little as 2 hours.",
},
question: "Do you offer in-store pickup?", answer: "Yes, order online and pick up at our store in as little as 2 hours."},
]}
/>
</SectionErrorBoundary>
@@ -155,13 +112,9 @@ export default function HomePage() {
tag="Visit Us"
text="Ready to gear up? Stop by our store today or give us a call at +1 314-455-8823."
primaryButton={{
text: "Get Directions",
href: "https://www.google.com/maps/place/Rally+House+West+County+Mall",
}}
text: "Get Directions", href: "https://www.google.com/maps/place/Rally+House+West+County+Mall"}}
secondaryButton={{
text: "Call +1 314-455-8823",
href: "tel:+13144558823",
}}
text: "Call +1 314-455-8823", href: "tel:+13144558823"}}
/>
</SectionErrorBoundary>
</div>