Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9835c928d6 | |||
| 725b7baeac | |||
| ca7eca4079 | |||
| 17392bb20c |
@@ -51,7 +51,7 @@ export default function LandingPage() {
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
title="Authentic Caribbean Comfort"
|
||||
title="Authentic Caribbean Flavors, Ready for Pickup"
|
||||
description="Taste the island tradition with our home-cooked meals. From Oxtail Stew to Jerk Chicken, we bring the heart of the Caribbean to your table."
|
||||
tag="Hidden Gem"
|
||||
buttons={[
|
||||
@@ -145,6 +145,11 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "f3", title: "Are your hours consistent?", content: "Yes, we are open long hours and pride ourselves on being a dependable spot for local meals."},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Ready to order?", href: "#contact"
|
||||
}
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
@@ -211,4 +216,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user