Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-05-13 08:47:56 +00:00

View File

@@ -69,12 +69,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
{ id: "1", brand: "Signature", name: "Tandoori Special", price: "৳550", rating: 4, reviewCount: "82", imageSrc: "http://img.b2bpic.net/free-photo/top-view-scoop-ice-cream-with-flowers_23-2148425550.jpg" },
{ id: "2", brand: "Fusion", name: "Artisan Pizza", price: "৳600", rating: 5, reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cabbage-with-carrots-plate-carrots-herbs-cabbage-fork-bowls-spices_140725-71453.jpg" },
{ id: "3", brand: "Global", name: "Premium Sushi", price: "৳600", rating: 4, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-garlic-bottle-oil-lemon-sauce-chicken-with-herbs-lavash_140725-73682.jpg" },
{ id: "4", brand: "Authentic", name: "Royal Biryani", price: "৳450", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-crackers-cream-cheese_114579-1998.jpg" },
{ id: "5", brand: "Beverage", name: "Fresh Apple Juice", price: "৳250", rating: 4, reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-holds-tray-with-grilled-chicken-thighs-pita-with-onions-herbs_141793-4671.jpg" },
{ id: "6", brand: "Classic", name: "Grilled Chicken", price: "৳500", rating: 4, reviewCount: "67", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-chicken-with-onion-herbs-lavash-board-sauce-colorful-spices_140725-72576.jpg" },
{ id: "1", brand: "Signature", name: "Tandoori Special", price: "৳550", rating: 4, reviewCount: "82", imageSrc: "https://lh5.googleusercontent.com/p/AF1QipN3-y1G_Y5L8S3eZ1zW6K0S8q7k9t8t7u4G2o5l=w800-h600-k-no" },
{ id: "2", brand: "Fusion", name: "Artisan Pizza", price: "৳600", rating: 5, reviewCount: "110", imageSrc: "https://lh5.googleusercontent.com/p/AF1QipP_nN2QyJkX8xT1Xw7r4z8k9e2l6p0h4y6m4w0r=w800-h600-k-no" },
{ id: "3", brand: "Global", name: "Premium Sushi", price: "৳600", rating: 4, reviewCount: "45", imageSrc: "https://lh5.googleusercontent.com/p/AF1QipO-Z1r_w6oT4Q2u5z0o8h9m1r8w2l4y6p7w3e6l=w800-h600-k-no" },
{ id: "4", brand: "Authentic", name: "Royal Biryani", price: "৳450", rating: 5, reviewCount: "95", imageSrc: "https://lh5.googleusercontent.com/p/AF1QipQ5m1r8t4oO6k8w2l4y6p7w3e6l9z1y2h8r5m0k=w800-h600-k-no" },
{ id: "5", brand: "Beverage", name: "Refreshing Mocktail", price: "৳250", rating: 4, reviewCount: "30", imageSrc: "https://lh5.googleusercontent.com/p/AF1QipN4y7r4t2oO6k8w2l4y6p7w3e6l9z1y2h8r5m0k=w800-h600-k-no" },
{ id: "6", brand: "Classic", name: "Grilled Platter", price: "৳500", rating: 4, reviewCount: "67", imageSrc: "https://lh5.googleusercontent.com/p/AF1QipM5r8t4oO6k8w2l4y6p7w3e6l9z1y2h8r5m0k=w800-h600-k-no" },
]}
title="Signature Culinary Delights"
description="Indulge in a curated selection of dishes that define our signature experience, ranging from authentic tandoori to global fusion."
@@ -163,4 +163,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}