Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 867dd67eab | |||
| 696e1c822b | |||
| 6ebebfc947 | |||
| b990727656 | |||
| 447fa547e6 | |||
| e1a2254a22 | |||
| fb118621dd |
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
background={{
|
||||
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."
|
||||
testimonials={[
|
||||
{
|
||||
@@ -227,6 +227,11 @@ export default function LandingPage() {
|
||||
{
|
||||
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"
|
||||
description="Common questions about Hajis Food Park."
|
||||
faqsAnimation="blur-reveal"
|
||||
@@ -281,4 +286,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user