Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a1f3b0abfe | |||
| 9cd10b13c3 | |||
| c1cb82659d |
@@ -23,6 +23,7 @@ import {
|
||||
MessageCircle,
|
||||
Utensils,
|
||||
AlertCircle,
|
||||
Zap,
|
||||
} from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -56,11 +57,12 @@ export default function LandingPage() {
|
||||
<HeroBillboardRotatedCarousel
|
||||
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."
|
||||
tag="Premium Fast Food"
|
||||
tagIcon={Sparkles}
|
||||
tag="Limited Time Offer"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="opacity"
|
||||
buttons={[
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
{ text: "Order Now", href: "#menu" },
|
||||
{ text: "Reserve Table", href: "#contact" },
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
carouselItems={[
|
||||
|
||||
Reference in New Issue
Block a user