8 Commits

Author SHA1 Message Date
84aa8af762 Update src/app/page.tsx 2026-04-21 13:03:03 +00:00
40fff41d53 Merge version_8 into main
Merge version_8 into main
2026-04-21 12:59:25 +00:00
e1b3ad8113 Update src/app/page.tsx 2026-04-21 12:59:22 +00:00
411523e031 Merge version_7 into main
Merge version_7 into main
2026-04-21 12:58:05 +00:00
85c02ebe0b Update src/app/page.tsx 2026-04-21 12:58:01 +00:00
5547f57a3a Merge version_6 into main
Merge version_6 into main
2026-04-21 12:57:09 +00:00
f220ebae87 Update src/app/page.tsx 2026-04-21 12:57:06 +00:00
7a134050b6 Merge version_5 into main
Merge version_5 into main
2026-04-21 12:56:11 +00:00

View File

@@ -79,7 +79,7 @@ export default function LandingPage() {
{
text: "View Menu", href: "#products"},
{
text: "Start Ordering", href: "#contact"},
text: "Order Now", href: "#contact"},
]}
avatars={[
{
@@ -146,19 +146,20 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="bento-grid"
useInvertedBackground={false}
tag="Best Sellers"
products={[
{
id: "p1", name: "Artisan Burger", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/portrait-korean-woman-barista-cafe-looking-sad-frowning-grimacing-disappointed-while-working-coffee-shop-leaning-counter-standing-near-laptop_1258-129825.jpg"},
id: "p1", name: "Artisan Burger (Customer Favorite)", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/portrait-korean-woman-barista-cafe-looking-sad-frowning-grimacing-disappointed-while-working-coffee-shop-leaning-counter-standing-near-laptop_1258-129825.jpg"},
{
id: "p2", name: "Stone-Baked Pizza", price: "$18.50", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-pizza-with-bacon-arugula-leaves-near-sliced-yellow-bell-pepper-garlic-bulb-tomato-wooden-spoon_23-2148076092.jpg"},
id: "p2", name: "Stone-Baked Pizza (Best Seller)", price: "$18.50", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-pizza-with-bacon-arugula-leaves-near-sliced-yellow-bell-pepper-garlic-bulb-tomato-wooden-spoon_23-2148076092.jpg"},
{
id: "p3", name: "Healthy Salad Bowl", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/salad-bowl_1220-125.jpg"},
{
id: "p4", name: "Premium Sushi Platter", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-set-baked-sushi-rolls-with-shrimps-served-with-wasabi-ginger-plate-wood_141793-12009.jpg"},
id: "p4", name: "Premium Sushi Platter (Best Seller)", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-set-baked-sushi-rolls-with-shrimps-served-with-wasabi-ginger-plate-wood_141793-12009.jpg"},
{
id: "p5", name: "Handmade Pasta", price: "$16.75", imageSrc: "http://img.b2bpic.net/free-photo/chef-arranging-dish-with-salad-oranges_23-2148491357.jpg"},
{
id: "p6", name: "Berry Smoothie Bowl", price: "$9.50", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-yogurt-glasses-with-cereal-copy-space_23-2148489145.jpg"},
id: "p6", name: "Berry Smoothie Bowl (Customer Favorite)", price: "$9.50", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-yogurt-glasses-with-cereal-copy-space_23-2148489145.jpg"},
]}
title="Popular Delights"
description="Choose from our chef-curated selection of local favorites."
@@ -221,7 +222,7 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "1", title: "How fast is the delivery?", content: "Our average delivery time is 30 minutes for local orders."},
id: "1", title: "What is your 30-minute delivery promise?", content: "Our average delivery time is 30 minutes for local orders."},
{
id: "2", title: "Do you offer contact-less delivery?", content: "Yes, we offer completely contactless delivery options."},
{