Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 18f604dffa | |||
| 1531b17f06 | |||
| 24bdc4502d | |||
| 393cf561ee | |||
| 9046af1638 |
@@ -5,11 +5,9 @@ import ReactLenis from "lenis/react";
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import { Award, Leaf, Utensils } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -52,14 +50,14 @@ export default function LandingPage() {
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
gridVariant="one-large-right-three-stacked-left"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Exquisite Chicken Biryani", price: "Delicious flavor", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pakistan-meal-arrangement_23-2148821513.jpg?_wi=1", imageAlt: "Chicken Biryani" },
|
||||
{ id: "p2", name: "Savory Mutton Curry", price: "Rich and delicious", imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-brown-bowl-food-bowl-potatoes-mushrooms-fork-different-colorful-spices_140725-117349.jpg", imageAlt: "Mutton Curry" },
|
||||
{ id: "p3", name: "Traditional Chicken Curry", price: "Perfectly balanced", imageSrc: "http://img.b2bpic.net/free-photo/delicious-thai-food-still-life_23-2149508971.jpg", imageAlt: "Chicken Curry" },
|
||||
{ id: "p4", name: "Spicy Fish Curry", price: "Absolutely delicious", imageSrc: "http://img.b2bpic.net/free-photo/close-up-homemade-soup-with-chicken-spices-set_140725-114510.jpg", imageAlt: "Fish Curry" },
|
||||
{ id: "p5", name: "Home-style Curd Rice", price: "So delicious and soothing", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-salad-along-with-greens-seasonings-dark-blue-desk_140725-50552.jpg", imageAlt: "Curd Rice" },
|
||||
{ id: "p1", name: "Exquisite Chicken Biryani", price: "Basmati rice slow-cooked with aromatic saffron, cardamom, and tender marinated chicken.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pakistan-meal-arrangement_23-2148821513.jpg?_wi=1", imageAlt: "Chicken Biryani" },
|
||||
{ id: "p2", name: "Savory Mutton Curry", price: "Slow-simmered lamb in a robust sauce of roasted cumin, coriander, and fresh ginger-garlic paste.", imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-brown-bowl-food-bowl-potatoes-mushrooms-fork-different-colorful-spices_140725-117349.jpg", imageAlt: "Mutton Curry" },
|
||||
{ id: "p3", name: "Traditional Chicken Curry", price: "Village-style chicken cooked with star anise, cinnamon, and freshly ground turmeric powder.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-thai-food-still-life_23-2149508971.jpg", imageAlt: "Chicken Curry" },
|
||||
{ id: "p4", name: "Spicy Fish Curry", price: "Tangy tamarind broth infused with mustard seeds, fenugreek, and fiery dried chili peppers.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-homemade-soup-with-chicken-spices-set_140725-114510.jpg", imageAlt: "Fish Curry" },
|
||||
{ id: "p5", name: "Home-style Curd Rice", price: "Creamy yogurt base tempered with toasted mustard seeds, curry leaves, and a hint of ginger.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-salad-along-with-greens-seasonings-dark-blue-desk_140725-50552.jpg", imageAlt: "Curd Rice" },
|
||||
]}
|
||||
title="Our Signature Dishes"
|
||||
description="Indulge in our carefully crafted traditional delicacies that capture the essence of home cooking."
|
||||
|
||||
Reference in New Issue
Block a user