Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bb5216cbe3 | |||
| f619ef1d32 | |||
| 09539dd7c7 | |||
| 684bdf37ee | |||
| 08a768f54d | |||
| 1be5f36bb8 |
@@ -73,30 +73,24 @@ export default function LandingPage() {
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1", brand: "Signature", name: "Double Bacon Cheeseburger", price: "$12.99", rating: 5,
|
||||
reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/teriyaki-chicken-burger_1339-3589.jpg"},
|
||||
reviewCount: "120+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D3684bPX7HnitMS1s0oaDMvjS7/uploaded-1777499649424-r5smqruh.jpg"},
|
||||
{
|
||||
id: "p2", brand: "Classic", name: "All American Combo", price: "$14.50", rating: 4,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/teriyaki-chicken-burger_1339-3591.jpg"},
|
||||
reviewCount: "95", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D3684bPX7HnitMS1s0oaDMvjS7/uploaded-1777499649424-f4196v5p.jpg"},
|
||||
{
|
||||
id: "p3", brand: "Seafood", name: "Flounder Fish Plate", price: "$13.99", rating: 4,
|
||||
reviewCount: "88", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-dough-sugar-powder-pastries-dark-grey-wall-pastry-bake-sugar-sweet-cake-cookie_140725-52959.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"},
|
||||
reviewCount: "88", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D3684bPX7HnitMS1s0oaDMvjS7/uploaded-1777499649424-uray9l19.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>
|
||||
|
||||
@@ -131,20 +125,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1", name: "Sarah Johnson", role: "Diner", company: "Regular", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-restaurant_23-2148006700.jpg"},
|
||||
id: "t1", name: "Sarah Johnson", role: "Diner", company: "Regular", rating: 5},
|
||||
{
|
||||
id: "t2", name: "Michael Chen", role: "Lunch Guest", company: "Local", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-man-happily-looking-girlfriend-date-street-cafe_574295-2597.jpg"},
|
||||
id: "t2", name: "Michael Chen", role: "Lunch Guest", company: "Local", rating: 4},
|
||||
{
|
||||
id: "t3", name: "Emily Rodriguez", role: "Family", company: "Visitor", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tomato-deck-chair_23-2148891861.jpg"},
|
||||
id: "t3", name: "Emily Rodriguez", role: "Family", company: "Visitor", rating: 5},
|
||||
{
|
||||
id: "t4", name: "David Kim", role: "Foodie", company: "Regular", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-with-delicious-food_23-2149250117.jpg"},
|
||||
id: "t4", name: "David Kim", role: "Foodie", company: "Regular", rating: 4},
|
||||
{
|
||||
id: "t5", name: "Kimberly Smith", role: "Fan", company: "Mt Gilead", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-safari-party-with-snacks-arrangement_23-2149707862.jpg"},
|
||||
id: "t5", name: "Kimberly Smith", role: "Fan", company: "Mt Gilead", rating: 5},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
@@ -227,4 +216,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user