Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 52ebbb171a | |||
| f5c11b89cb | |||
| 324d8f824a | |||
| c3304e1fdd |
@@ -10,7 +10,7 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar
|
||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import { Sparkles, Flame, Utensils, ChefHat, Leaf, Wine, Cake } from "lucide-react";
|
||||
import { Sparkles, Flame, Utensils, ChefHat, Leaf, Wine, Cake, Zap } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -80,28 +80,31 @@ export default function LandingPage() {
|
||||
<ProductCardThree
|
||||
title="Our Signature Dishes"
|
||||
description="Browse our most popular non-vegetarian selections, each crafted to perfection with premium cuts and authentic spices"
|
||||
tag="Special Pricing - Limited Time Offer"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Tandoori Chicken", price: "₹450", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-deliciously-prepared-chicken-served-with-onions-chili-sauce_181624-61705.jpg?_wi=2", imageAlt: "Tandoori Chicken"
|
||||
id: "1", name: "Tandoori Chicken", price: "₹450", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-deliciously-prepared-chicken-served-with-onions-chili-sauce_181624-61705.jpg?_wi=2", imageAlt: "Tandoori Chicken", priceButtonProps: { text: "Add to Cart" }
|
||||
},
|
||||
{
|
||||
id: "2", name: "Butter Chicken", price: "₹520", imageSrc: "http://img.b2bpic.net/free-photo/chicken-sauce-curry-served-bowl-with-sticks-table-closeup_1220-7638.jpg?_wi=2", imageAlt: "Butter Chicken"
|
||||
id: "2", name: "Butter Chicken", price: "₹520", imageSrc: "http://img.b2bpic.net/free-photo/chicken-sauce-curry-served-bowl-with-sticks-table-closeup_1220-7638.jpg?_wi=2", imageAlt: "Butter Chicken", priceButtonProps: { text: "Add to Cart" }
|
||||
},
|
||||
{
|
||||
id: "3", name: "Mutton Biryani", price: "₹480", imageSrc: "http://img.b2bpic.net/free-psd/delicious-lamb-biryani-with-raita-fresh-mint_84443-64726.jpg?_wi=2", imageAlt: "Mutton Biryani"
|
||||
id: "3", name: "Mutton Biryani", price: "₹480", imageSrc: "http://img.b2bpic.net/free-psd/delicious-lamb-biryani-with-raita-fresh-mint_84443-64726.jpg?_wi=2", imageAlt: "Mutton Biryani", priceButtonProps: { text: "Add to Cart" }
|
||||
},
|
||||
{
|
||||
id: "4", name: "Lamb Kebab", price: "₹550", imageSrc: "http://img.b2bpic.net/free-photo/turkish-arabic-traditional-ramadan-mix-kebab-plate-kebab-adana-chicken-lamb-beef-lavash-bread-with-sauce-top-view_2829-6169.jpg", imageAlt: "Lamb Kebab"
|
||||
id: "4", name: "Lamb Kebab", price: "₹550", imageSrc: "http://img.b2bpic.net/free-photo/turkish-arabic-traditional-ramadan-mix-kebab-plate-kebab-adana-chicken-lamb-beef-lavash-bread-with-sauce-top-view_2829-6169.jpg", imageAlt: "Lamb Kebab", priceButtonProps: { text: "Order Now" }
|
||||
},
|
||||
{
|
||||
id: "5", name: "Fish Curry", price: "₹420", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fish-meal_23-2148734691.jpg?_wi=2", imageAlt: "Fish Curry"
|
||||
id: "5", name: "Fish Curry", price: "₹420", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fish-meal_23-2148734691.jpg?_wi=2", imageAlt: "Fish Curry", priceButtonProps: { text: "Add to Cart" }
|
||||
},
|
||||
{
|
||||
id: "6", name: "Mixed Grill Platter", price: "₹650", imageSrc: "http://img.b2bpic.net/free-photo/different-varieties-kebab-with-grilled-vegetables_140725-8135.jpg", imageAlt: "Mixed Grill Platter"
|
||||
id: "6", name: "Mixed Grill Platter", price: "₹650", imageSrc: "http://img.b2bpic.net/free-photo/different-varieties-kebab-with-grilled-vegetables_140725-8135.jpg", imageAlt: "Mixed Grill Platter", priceButtonProps: { text: "Order Now" }
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user