Compare commits
5 Commits
version_1_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 3287a4fa0d | |||
|
|
c04e46f87a | ||
| 06f6675f64 | |||
| 8bab78a5fd | |||
| eafd3f9136 |
@@ -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"}}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user