diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7b2c7b3..b3b72af 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -54,42 +42,17 @@ export default function LandingPage() {
@@ -101,36 +64,15 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Track Orders",
- description: "Know exactly when your food arrives with our real-time status updates.",
- bentoComponent: "reveal-icon",
- icon: MapPin,
- imageSrc: "http://img.b2bpic.net/free-photo/traditional-mexican-food-world-tourism-day_23-2149114018.jpg",
- imageAlt: "food ordering app ui design",
+ title: "Track Orders", description: "Know exactly when your food arrives with our real-time status updates.", bentoComponent: "reveal-icon", icon: MapPin,
},
{
- title: "Direct Chat",
- description: "Talk directly to your vendor to customize your order or add special instructions.",
- bentoComponent: "chat",
- aiIcon: MessageSquare,
+ title: "Direct Chat", description: "Talk directly to your vendor to customize your order or add special instructions.", bentoComponent: "chat", aiIcon: MessageSquare,
userIcon: User,
- exchanges: [
- {
- userMessage: "Extra sauce please?",
- aiResponse: "Sure thing, adding extra sauce now!",
- },
- ],
- placeholder: "Message vendor...",
- imageSrc: "http://img.b2bpic.net/free-photo/couple-fried-meat-salmon-table_140725-2069.jpg?_wi=2",
- imageAlt: "food ordering app ui design",
- },
+ exchanges: [{ userMessage: "Extra sauce please?", aiResponse: "Sure thing, adding extra sauce now!" }],
+ placeholder: "Message vendor..."},
{
- title: "Our Network",
- description: "Global coverage.",
- bentoComponent: "map",
- imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-headset-using-laptop_74855-2596.jpg",
- imageAlt: "food ordering app ui design",
- },
+ title: "Our Network", description: "Global coverage.", bentoComponent: "map"},
]}
title="Why Order With Us?"
description="Our marketplace is designed to make food ordering faster, safer, and more collaborative than ever before."
@@ -144,42 +86,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
- {
- id: "1",
- name: "Gourmet Pizza Place",
- price: "$15 - $30",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-hold-tray-mini-pizzas-with-sausages_141793-12546.jpg",
- },
- {
- id: "2",
- name: "Burger Barn",
- price: "$12 - $25",
- imageSrc: "http://img.b2bpic.net/free-photo/tasty-restaurant-appetizers-big-company-including-goldy-chicken-nuggets-fried-potatoes-green-salad-leaves-fresh-cucumbers-standing-white-table-looking-delicious-mouthwatering_132075-13080.jpg",
- },
- {
- id: "3",
- name: "Traditional Kitchen",
- price: "$10 - $20",
- imageSrc: "http://img.b2bpic.net/free-photo/homemade-chanterelle-stuffed-round-zucchini-plate_53876-101537.jpg",
- },
- {
- id: "4",
- name: "Sushi World",
- price: "$20 - $50",
- imageSrc: "http://img.b2bpic.net/free-photo/salmon-sushi-top-view_140725-1007.jpg",
- },
- {
- id: "5",
- name: "Pasta Express",
- price: "$15 - $35",
- imageSrc: "http://img.b2bpic.net/free-photo/fettuccine-cream-sauce-with-chicken-mushrooms_140725-2077.jpg",
- },
- {
- id: "6",
- name: "Healthy Bowl Co.",
- price: "$14 - $28",
- imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-salmon-rice-fresh-vegetables-poke-top-view-vertical_127032-2415.jpg",
- },
+ { id: "1", name: "Gourmet Pizza Place", price: "$15 - $30", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-hold-tray-mini-pizzas-with-sausages_141793-12546.jpg" },
+ { id: "2", name: "Burger Barn", price: "$12 - $25", imageSrc: "http://img.b2bpic.net/free-photo/tasty-restaurant-appetizers-big-company-including-goldy-chicken-nuggets-fried-potatoes-green-salad-leaves-fresh-cucumbers-standing-white-table-looking-delicious-mouthwatering_132075-13080.jpg" },
+ { id: "3", name: "Traditional Kitchen", price: "$10 - $20", imageSrc: "http://img.b2bpic.net/free-photo/homemade-chanterelle-stuffed-round-zucchini-plate_53876-101537.jpg" },
+ { id: "4", name: "Sushi World", price: "$20 - $50", imageSrc: "http://img.b2bpic.net/free-photo/salmon-sushi-top-view_140725-1007.jpg" },
+ { id: "5", name: "Pasta Express", price: "$15 - $35", imageSrc: "http://img.b2bpic.net/free-photo/fettuccine-cream-sauce-with-chicken-mushrooms_140725-2077.jpg" },
+ { id: "6", name: "Healthy Bowl Co.", price: "$14 - $28", imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-salmon-rice-fresh-vegetables-poke-top-view-vertical_127032-2415.jpg" },
]}
title="Popular Restaurants"
description="Hand-picked favorites from local chefs."
@@ -193,26 +105,10 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- value: "100+",
- description: "Active Restaurants",
- },
- {
- id: "m2",
- value: "5k+",
- description: "Daily Orders",
- },
- {
- id: "m3",
- value: "4.8",
- description: "Avg Restaurant Rating",
- },
- {
- id: "m4",
- value: "15m",
- description: "Avg Delivery Time",
- },
+ { id: "m1", value: "100+", description: "Active Restaurants" },
+ { id: "m2", value: "5k+", description: "Daily Orders" },
+ { id: "m3", value: "4.8", description: "Avg Restaurant Rating" },
+ { id: "m4", value: "15m", description: "Avg Delivery Time" },
]}
title=" Marketplace at Scale"
description="Trusted by thousands across the region."
@@ -225,41 +121,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
- {
- id: "1",
- name: "Sarah J.",
- role: "Food Enthusiast",
- testimonial: "The best way to find local food! I love the chat feature for customizing my orders.",
- imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-salad_1303-3887.jpg",
- },
- {
- id: "2",
- name: "Michael R.",
- role: "Busy Professional",
- testimonial: "Fast delivery and consistently great quality. The interface is incredibly simple.",
- imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg",
- },
- {
- id: "3",
- name: "Emily C.",
- role: "Vendor",
- testimonial: "This platform helped my restaurant reach 2x more customers in the first month.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-cup-coffee_107420-12310.jpg",
- },
- {
- id: "4",
- name: "David K.",
- role: "Local Guide",
- testimonial: "Great variety and very reliable. Definitely my go-to for weekend ordering.",
- imageSrc: "http://img.b2bpic.net/free-photo/shocked-elegant-woman-french-clothes-style-looks-with-wide-eyed-expression_273443-1951.jpg",
- },
- {
- id: "5",
- name: "Jessica M.",
- role: "Healthy Eater",
- testimonial: "Finally, a way to find healthy options in my area. Seamless experience.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-plate-with-muffin_107420-12322.jpg",
- },
+ { id: "1", name: "Sarah J.", role: "Food Enthusiast", testimonial: "The best way to find local food! I love the chat feature for customizing my orders.", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-salad_1303-3887.jpg" },
+ { id: "2", name: "Michael R.", role: "Busy Professional", testimonial: "Fast delivery and consistently great quality. The interface is incredibly simple.", imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg" },
+ { id: "3", name: "Emily C.", role: "Vendor", testimonial: "This platform helped my restaurant reach 2x more customers in the first month.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-cup-coffee_107420-12310.jpg" },
+ { id: "4", name: "David K.", role: "Local Guide", testimonial: "Great variety and very reliable. Definitely my go-to for weekend ordering.", imageSrc: "http://img.b2bpic.net/free-photo/shocked-elegant-woman-french-clothes-style-looks-with-wide-eyed-expression_273443-1951.jpg" },
+ { id: "5", name: "Jessica M.", role: "Healthy Eater", testimonial: "Finally, a way to find healthy options in my area. Seamless experience.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-plate-with-muffin_107420-12322.jpg" },
]}
title="Voices of Our Community"
description="What our users and vendors are saying about us."
@@ -270,21 +136,9 @@ export default function LandingPage() {
@@ -324,44 +164,12 @@ export default function LandingPage() {