Merge version_3 into main #3
@@ -11,7 +11,7 @@ const geistMono = Geist_Mono({
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "FoodFlow - Fast Food Delivery", description: "Order from your favorite restaurants and enjoy delicious meals delivered fresh to your door in 30 minutes or less."};
|
||||
title: "FoodFlow", description: "Order from your favorite restaurants and enjoy delicious meals delivered fresh to your door."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
|
||||
@@ -10,7 +10,7 @@ import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven";
|
||||
import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo";
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import { Facebook, Twitter, Instagram } from "lucide-react";
|
||||
import { Facebook, Twitter, Instagram, Search, CreditCard, MapPin } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -36,8 +36,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
brandName="FoodFlow"
|
||||
button={{
|
||||
text: "Order Now", href: "#popular-dishes"
|
||||
}}
|
||||
text: "Order Now", href: "#popular-dishes"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -47,7 +46,7 @@ export default function LandingPage() {
|
||||
logoText="FoodFlow"
|
||||
description="Hungry? Order from your favorite restaurants and enjoy delicious meals delivered fresh to your door in 30 minutes or less."
|
||||
buttons={[
|
||||
{ text: "Order Now", href: "#popular-dishes" },
|
||||
{ text: "Browse Restaurants", href: "#popular-dishes" },
|
||||
{ text: "Track Order", href: "#" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -65,15 +64,9 @@ export default function LandingPage() {
|
||||
description="Partner with the best restaurants in your city. Quality food, fair prices, and guaranteed freshness."
|
||||
tag="Our Network"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Premium Selection", description: "Handpicked restaurants offering the best cuisines and quality."
|
||||
},
|
||||
{
|
||||
title: "Fast Delivery", description: "Average delivery time of 30 minutes or your food is free."
|
||||
},
|
||||
{
|
||||
title: "Quality Assurance", description: "Every order packed and delivered with utmost care."
|
||||
},
|
||||
{ title: "Premium Selection", description: "Handpicked restaurants offering the best cuisines and quality."},
|
||||
{ title: "Fast Delivery", description: "Average delivery time of 30 minutes or your food is free."},
|
||||
{ title: "Quality Assurance", description: "Every order packed and delivered with utmost care."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wicker-gray-table-with-glass-gray-chairs_140725-3025.jpg"
|
||||
imageAlt="Featured restaurant partner"
|
||||
@@ -91,19 +84,16 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "step1", label: "1", title: "Browse & Order", items: [
|
||||
"Explore thousands of restaurants", "Browse menus and prices", "Add items to your cart", "Customize your order"
|
||||
],
|
||||
"Explore thousands of restaurants", "Browse menus and prices", "Add items to your cart", "Customize your order"],
|
||||
buttons: [{ text: "Start Browsing", href: "#" }],
|
||||
},
|
||||
{
|
||||
id: "step2", label: "2", title: "Fast Payment", items: [
|
||||
"Multiple payment options", "Secure checkout process", "Save your favorites", "Apply discount codes"
|
||||
],
|
||||
"Multiple payment options", "Secure checkout process", "Save your favorites", "Apply discount codes"],
|
||||
},
|
||||
{
|
||||
id: "step3", label: "3", title: "Track & Enjoy", items: [
|
||||
"Real-time order tracking", "Live driver location", "Estimated arrival time", "Rate and review"
|
||||
],
|
||||
"Real-time order tracking", "Live driver location", "Estimated arrival time", "Rate and review"],
|
||||
buttons: [{ text: "Track Now", href: "#" }],
|
||||
},
|
||||
]}
|
||||
@@ -166,17 +156,13 @@ export default function LandingPage() {
|
||||
description="Real reviews from real customers who love FoodFlow."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", role: "Regular Customer", testimonial: "FoodFlow makes ordering lunch so easy! The food arrives hot and fresh every single time. Best delivery service in the city!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Sarah Johnson"
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", role: "Regular Customer", testimonial: "FoodFlow makes ordering lunch so easy! The food arrives hot and fresh every single time. Best delivery service in the city!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "2", name: "Michael Chen", role: "Busy Professional", testimonial: "I love the real-time tracking feature. I always know exactly when my food will arrive. Highly recommend FoodFlow!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Michael Chen"
|
||||
},
|
||||
id: "2", name: "Michael Chen", role: "Busy Professional", testimonial: "I love the real-time tracking feature. I always know exactly when my food will arrive. Highly recommend FoodFlow!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "3", name: "Emily Rodriguez", role: "Food Enthusiast", testimonial: "The variety of restaurants available is incredible. From casual to fine dining, FoodFlow has it all. My go-to app!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg", imageAlt: "Emily Rodriguez"
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", role: "Food Enthusiast", testimonial: "The variety of restaurants available is incredible. From casual to fine dining, FoodFlow has it all. My go-to app!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg", imageAlt: "Emily Rodriguez"},
|
||||
{
|
||||
id: "4", name: "David Kim", role: "Office Manager", testimonial: "We use FoodFlow for team lunches regularly. Their group ordering feature saves us so much time. Great service!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "David Kim"
|
||||
},
|
||||
id: "4", name: "David Kim", role: "Office Manager", testimonial: "We use FoodFlow for team lunches regularly. Their group ordering feature saves us so much time. Great service!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "David Kim"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -204,16 +190,13 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com/foodflow", ariaLabel: "FoodFlow on Facebook"
|
||||
},
|
||||
href: "https://facebook.com/foodflow", ariaLabel: "FoodFlow on Facebook"},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "https://twitter.com/foodflow", ariaLabel: "FoodFlow on Twitter"
|
||||
},
|
||||
href: "https://twitter.com/foodflow", ariaLabel: "FoodFlow on Twitter"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/foodflow", ariaLabel: "FoodFlow on Instagram"
|
||||
},
|
||||
href: "https://instagram.com/foodflow", ariaLabel: "FoodFlow on Instagram"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user