4 Commits

Author SHA1 Message Date
9835c928d6 Update src/app/page.tsx 2026-04-28 00:23:38 +00:00
725b7baeac Merge version_2 into main
Merge version_2 into main
2026-04-28 00:22:17 +00:00
ca7eca4079 Update src/app/page.tsx 2026-04-28 00:22:14 +00:00
17392bb20c Merge version_1 into main
Merge version_1 into main
2026-04-27 23:01:14 +00:00

View File

@@ -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>
);
}
}