Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f220ebae87 | |||
| 7a134050b6 | |||
| 5eac196dad | |||
| 5f93381f0f | |||
| 02a2d48c9f | |||
| 178bf5e271 | |||
| 27c7fae7e3 | |||
| 70d2554c56 |
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
title="Fresh Food, Delivered Fast"
|
||||
title="Guaranteed 30-Minute Delivery: Restaurant Quality at Your Door"
|
||||
description="Experience premium restaurant quality food delivered directly to your doorstep with our fast and reliable delivery service."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
@@ -79,7 +79,7 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "View Menu", href: "#products"},
|
||||
{
|
||||
text: "Start Ordering", href: "#contact"},
|
||||
text: "Order Now", href: "#contact"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
@@ -226,6 +226,8 @@ export default function LandingPage() {
|
||||
id: "2", title: "Do you offer contact-less delivery?", content: "Yes, we offer completely contactless delivery options."},
|
||||
{
|
||||
id: "3", title: "How can I track my order?", content: "You can track your order in real-time through our app."},
|
||||
{
|
||||
id: "4", title: "Are there extra delivery fees?", content: "We charge a flat delivery fee of $2.99 for all orders within our service area, which covers all districts within 10 miles of our partner kitchens."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-happy-courier-wearing-headset-while-delivering-food-from-restaurant_637285-6602.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -276,4 +278,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user