5 Commits

Author SHA1 Message Date
3287a4fa0d Merge version_2_1782341151306 into main
Merge version_2_1782341151306 into main
2026-06-24 22:47:23 +00:00
kudinDmitriyUp
c04e46f87a Bob AI: Find all instances of the button text 'WhatsApp Reservation' and change them to 2026-06-24 22:47:20 +00:00
06f6675f64 Merge version_1_1782340420683 into main
Merge version_1_1782340420683 into main
2026-06-24 22:36:15 +00:00
8bab78a5fd Merge version_1_1782340420683 into main
Merge version_1_1782340420683 into main
2026-06-24 22:35:41 +00:00
eafd3f9136 Merge version_1_1782340420683 into main
Merge version_1_1782340420683 into main
2026-06-24 22:34:57 +00:00

View File

@@ -66,6 +66,30 @@ export default function HomePage() {
tag: "Friday Night", price: "Live Band", description: "The best rock & pop covers in town.", features: [
"Entry fee applied", "Premium service", "Advance booking recommended"],
primaryButton: {
text: "Book via WhatsApp",
href: "#",
},
},
{
tag: "Saturday Night", price: "DJ Set", description: "Dance the night away with our resident DJ.", features: [
"Entry fee applied", "Premium service", "Advance booking recommended"],
primaryButton: {
text: "Book via WhatsApp",
href: "#",
},
},
{
tag: "Sunday Night", price: "Acoustic Session", description: "Relax and unwind with live acoustic music.", features: [
"Free entry", "Premium service", "Advance booking recommended"],
primaryButton: {
text: "Book via WhatsApp",
href: "#",
},
},
]}
/>
</SectionErrorBoundary>
</div>
text: "Reserve", href: "https://wa.me/994504040407"},
},
{
@@ -183,7 +207,7 @@ export default function HomePage() {
tag="Book Now"
text="Join us tonight at 62 Nizami Street. Reserve your spot for football, music, and the best night out in Baku."
primaryButton={{
text: "WhatsApp Reservation", href: "https://wa.me/994504040407"}}
text: "Book via WhatsApp", href: "https://wa.me/994504040407"}}
secondaryButton={{
text: "Call Us: 050 404 04 07", href: "tel:+994504040407"}}
/>