diff --git a/src/app/page.tsx b/src/app/page.tsx index bbe412b..229d5bb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import { CookingPot, DollarSign, Home, Leaf, MapPin, MessageCircle, Phone, Smile, Star, Utensils } from "lucide-react"; export default function LandingPage() { @@ -150,22 +150,22 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "p1", name: "Traditional Odia Thali", price: "₹299", imageSrc: "http://img.b2bpic.net/free-photo/composition-different-pakistan-goodies_23-2148821565.jpg", imageAlt: "Odia Thali with multiple dishes", rating: 5, + id: "p1", name: "Traditional Odia Thali", price: "₹299", imageSrc: "http://img.b2bpic.net/free-photo/composition-different-pakistan-goodies_23-2148821565.jpg", imageAlt: "Odia Thali with multiple dishes", rating: 5 }, { - id: "p2", name: "Vegetarian Curry Special", price: "₹180", imageSrc: "http://img.b2bpic.net/free-photo/white-plate-full-broth-soup-with-meat-pieces-inside_114579-2355.jpg", imageAlt: "Rich Paneer Curry", rating: 4, + id: "p2", name: "Vegetarian Curry Special", price: "₹180", imageSrc: "http://img.b2bpic.net/free-photo/white-plate-full-broth-soup-with-meat-pieces-inside_114579-2355.jpg", imageAlt: "Rich Paneer Curry", rating: 4 }, { - id: "p3", name: "Breakfast Dosa & Idli", price: "₹120", imageSrc: "http://img.b2bpic.net/free-photo/top-cheese-plate-served-with-sauces-grapes-fresh-fruits_140725-12323.jpg", imageAlt: "Dosa with Sambhar and Chutney", rating: 4, + id: "p3", name: "Breakfast Dosa & Idli", price: "₹120", imageSrc: "http://img.b2bpic.net/free-photo/top-cheese-plate-served-with-sauces-grapes-fresh-fruits_140725-12323.jpg", imageAlt: "Dosa with Sambhar and Chutney", rating: 4 }, { - id: "p4", name: "Daily Lunch Special", price: "₹150", imageSrc: "http://img.b2bpic.net/free-photo/side-view-deep-fried-fish-fillet-with-red-onion-sauce-slice-lemon-plate_141793-4876.jpg", imageAlt: "Indian Lunch Plate", rating: 5, + id: "p4", name: "Daily Lunch Special", price: "₹150", imageSrc: "http://img.b2bpic.net/free-photo/side-view-deep-fried-fish-fillet-with-red-onion-sauce-slice-lemon-plate_141793-4876.jpg", imageAlt: "Indian Lunch Plate", rating: 5 }, { - id: "p5", name: "Family Dinner Pack", price: "₹599", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-celebrating-tamil-new-year_23-2151210764.jpg", imageAlt: "Assorted Indian Family Meal", rating: 5, + id: "p5", name: "Family Dinner Pack", price: "₹599", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-celebrating-tamil-new-year_23-2151210764.jpg", imageAlt: "Assorted Indian Family Meal", rating: 5 }, { - id: "p6", name: "Authentic Indian Desserts", price: "₹80", imageSrc: "http://img.b2bpic.net/free-photo/azeri-bakhlava-with-walnut-sorbet_140725-7634.jpg", imageAlt: "Gulab Jamun dessert", rating: 4, + id: "p6", name: "Authentic Indian Desserts", price: "₹80", imageSrc: "http://img.b2bpic.net/free-photo/azeri-bakhlava-with-walnut-sorbet_140725-7634.jpg", imageAlt: "Gulab Jamun dessert", rating: 4 } ]} title="Our Signature Dishes" @@ -175,20 +175,32 @@ export default function LandingPage() {
- ); -} +} \ No newline at end of file