Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9cd10b13c3 | |||
| c1cb82659d |
@@ -23,6 +23,7 @@ import {
|
|||||||
MessageCircle,
|
MessageCircle,
|
||||||
Utensils,
|
Utensils,
|
||||||
AlertCircle,
|
AlertCircle,
|
||||||
|
Zap,
|
||||||
} from "lucide-react";
|
} from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
@@ -56,11 +57,12 @@ export default function LandingPage() {
|
|||||||
<HeroBillboardRotatedCarousel
|
<HeroBillboardRotatedCarousel
|
||||||
title="Where Flavor Meets Perfection"
|
title="Where Flavor Meets Perfection"
|
||||||
description="Experience the finest fast-food dining at Dr Musa Food Gallery. Savor authentic burgers, pizzas, wraps, and pastas crafted with premium ingredients and perfected techniques. Dine-in, drive-through, or enjoy seamless delivery."
|
description="Experience the finest fast-food dining at Dr Musa Food Gallery. Savor authentic burgers, pizzas, wraps, and pastas crafted with premium ingredients and perfected techniques. Dine-in, drive-through, or enjoy seamless delivery."
|
||||||
tag="Premium Fast Food"
|
tag="Limited Time Offer"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Zap}
|
||||||
|
tagAnimation="opacity"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "View Menu", href: "#menu" },
|
|
||||||
{ text: "Order Now", href: "#menu" },
|
{ text: "Order Now", href: "#menu" },
|
||||||
|
{ text: "Reserve Table", href: "#contact" },
|
||||||
]}
|
]}
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
carouselItems={[
|
carouselItems={[
|
||||||
|
|||||||
Reference in New Issue
Block a user