|
|
|
|
@@ -9,7 +9,7 @@ import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestim
|
|
|
|
|
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
|
|
|
|
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
|
|
|
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
|
|
|
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
|
|
|
|
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
|
|
|
|
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
|
@@ -106,30 +106,24 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="menu" data-section="menu">
|
|
|
|
|
<ProductCardTwo
|
|
|
|
|
<ProductCardThree
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
textboxLayout="split"
|
|
|
|
|
gridVariant="three-columns-all-equal-width"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
products={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", name: "Classic Gourmet Burger", price: "$15", rating: 5,
|
|
|
|
|
reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-potatoes-tasty-french-fries-with-greens-seasonings-dark-surface_140725-115277.jpg", brand: "Signature", onProductClick: () => window.location.href = '#contact'},
|
|
|
|
|
id: "1", name: "Classic Gourmet Burger", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-potatoes-tasty-french-fries-with-greens-seasonings-dark-surface_140725-115277.jpg", onProductClick: () => console.log('Order Classic Burger')},
|
|
|
|
|
{
|
|
|
|
|
id: "2", name: "Garden Fresh Fusion", price: "$12", rating: 4,
|
|
|
|
|
reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/pink-plate-mincemeat-with-peas-herbs_114579-86405.jpg", brand: "Salads", onProductClick: () => window.location.href = '#contact'},
|
|
|
|
|
id: "2", name: "Garden Fresh Fusion", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/pink-plate-mincemeat-with-peas-herbs_114579-86405.jpg", onProductClick: () => console.log('Order Salad')},
|
|
|
|
|
{
|
|
|
|
|
id: "3", name: "Velvet Chocolate Tart", price: "$8", rating: 5,
|
|
|
|
|
reviewCount: "205", imageSrc: "http://img.b2bpic.net/free-photo/person-holding-lamb-ribs-dish_23-2148516949.jpg", brand: "Desserts", onProductClick: () => window.location.href = '#contact'},
|
|
|
|
|
id: "3", name: "Velvet Chocolate Tart", price: "$8", imageSrc: "http://img.b2bpic.net/free-photo/person-holding-lamb-ribs-dish_23-2148516949.jpg", onProductClick: () => console.log('Order Tart')},
|
|
|
|
|
{
|
|
|
|
|
id: "4", name: "Authentic Pesto Pasta", price: "$18", rating: 5,
|
|
|
|
|
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-pasta-wooden-table-with-decorative-bicycle-pizza-box_181624-19177.jpg", brand: "Pasta", onProductClick: () => window.location.href = '#contact'},
|
|
|
|
|
id: "4", name: "Authentic Pesto Pasta", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-pasta-wooden-table-with-decorative-bicycle-pizza-box_181624-19177.jpg", onProductClick: () => console.log('Order Pasta')},
|
|
|
|
|
{
|
|
|
|
|
id: "5", name: "Grilled Steak Special", price: "$28", rating: 5,
|
|
|
|
|
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-arrangement_23-2148510944.jpg", brand: "Grill", onProductClick: () => window.location.href = '#contact'},
|
|
|
|
|
id: "5", name: "Grilled Steak Special", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-arrangement_23-2148510944.jpg", onProductClick: () => console.log('Order Steak')},
|
|
|
|
|
{
|
|
|
|
|
id: "6", name: "Spiced Garlic Bites", price: "$10", rating: 4,
|
|
|
|
|
reviewCount: "77", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-cabbage-salad-inside-plate-dark-background_140725-136878.jpg", brand: "Starters", onProductClick: () => window.location.href = '#contact'},
|
|
|
|
|
id: "6", name: "Spiced Garlic Bites", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-cabbage-salad-inside-plate-dark-background_140725-136878.jpg", onProductClick: () => console.log('Order Bites')},
|
|
|
|
|
]}
|
|
|
|
|
title="Our Signature Dishes"
|
|
|
|
|
description="Hand-picked favorites crafted with care and premium ingredients."
|
|
|
|
|
@@ -248,4 +242,4 @@ export default function LandingPage() {
|
|
|
|
|
</ReactLenis>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|