Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 696e1c822b | |||
| 6ebebfc947 | |||
| b990727656 | |||
| 447fa547e6 | |||
| e1a2254a22 | |||
| fb118621dd |
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
|||||||
<HeroBillboardTestimonial
|
<HeroBillboardTestimonial
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars"}}
|
variant: "gradient-bars"}}
|
||||||
title="Welcome to Hajis Food Park"
|
title="Savor the Finest Flavors at Hajis Food Park"
|
||||||
description="Experience delicious meals in a welcoming environment. Quality flavors, served with passion."
|
description="Experience delicious meals in a welcoming environment. Quality flavors, served with passion."
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
@@ -227,6 +227,11 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
id: "q3", title: "Can I reserve a table?", content: "For large groups, reservation is recommended."},
|
id: "q3", title: "Can I reserve a table?", content: "For large groups, reservation is recommended."},
|
||||||
]}
|
]}
|
||||||
|
buttons={[
|
||||||
|
{
|
||||||
|
text: "Book Your Table", href: "#contact"
|
||||||
|
}
|
||||||
|
]}
|
||||||
title="Frequently Asked Questions"
|
title="Frequently Asked Questions"
|
||||||
description="Common questions about Hajis Food Park."
|
description="Common questions about Hajis Food Park."
|
||||||
faqsAnimation="blur-reveal"
|
faqsAnimation="blur-reveal"
|
||||||
|
|||||||
Reference in New Issue
Block a user