Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bb5216cbe3 | |||
| f619ef1d32 |
@@ -73,7 +73,7 @@ export default function LandingPage() {
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
@@ -85,18 +85,12 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "p3", brand: "Seafood", name: "Flounder Fish Plate", price: "$13.99", rating: 4,
|
||||
reviewCount: "88", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D3684bPX7HnitMS1s0oaDMvjS7/uploaded-1777499649424-uray9l19.jpg"},
|
||||
{
|
||||
id: "p4", brand: "Breakfast", name: "Steak Biscuit", price: "$6.99", rating: 5,
|
||||
reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/side-view-coffee-with-cookies-croissants-with-strawberry-white-wooden-surface-horizontal_176474-883.jpg"},
|
||||
{
|
||||
id: "p5", brand: "Snack", name: "Snack Box Chicken", price: "$8.50", rating: 4,
|
||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fried-chicken-with-french-fries_140725-114921.jpg"},
|
||||
{
|
||||
id: "p6", brand: "Sides", name: "Macaroni N Cheese", price: "$4.99", rating: 5,
|
||||
reviewCount: "300+", imageSrc: "http://img.b2bpic.net/free-photo/toothsome-pasta-with-green-vegetables-marble_114579-65222.jpg"},
|
||||
]}
|
||||
title="Menu Highlights"
|
||||
description="Our most popular comfort food dishes, cooked fresh every day."
|
||||
containerClassName="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-16"
|
||||
cardClassName="rounded-2xl shadow-xl overflow-hidden"
|
||||
imageClassName="aspect-video object-cover transition-transform duration-500 hover:scale-105"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user