Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ade0ee8579 | |||
| d2ee85d27f | |||
| 1a3083a156 |
@@ -33,7 +33,6 @@ export default function LandingPage() {
|
||||
{ name: "Events", id: "events" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Delivery", id: "delivery" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
button={{ text: "Book Now", href: "contact" }}
|
||||
@@ -179,21 +178,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="delivery" data-section="delivery">
|
||||
<TextAbout
|
||||
tag="Fast & Fresh"
|
||||
tagIcon={Truck}
|
||||
tagAnimation="slide-up"
|
||||
title="Home Delivery - Authentic Taste at Your Doorstep"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Order Now", href: "contact" },
|
||||
{ text: "Track Delivery", href: "#" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="events" data-section="events">
|
||||
<TextAbout
|
||||
tag="Premium Venue"
|
||||
@@ -250,7 +234,6 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Menu", href: "#menu" },
|
||||
{ label: "Delivery", href: "#delivery" },
|
||||
{ label: "Events", href: "#events" },
|
||||
{ label: "Reviews", href: "#reviews" },
|
||||
{ label: "Contact", href: "#contact" }
|
||||
@@ -274,7 +257,6 @@ export default function LandingPage() {
|
||||
title: "Services", items: [
|
||||
{ label: "Dine-in", href: "#" },
|
||||
{ label: "Takeaway", href: "#" },
|
||||
{ label: "Home Delivery", href: "#delivery" },
|
||||
{ label: "Event Hosting", href: "#contact" }
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user