Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0ba2af967e | |||
| def653ea81 | |||
| 91e27f02a3 | |||
| 843a486c40 |
@@ -12,7 +12,7 @@ import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
|||||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||||
import { Award, Utensils, CalendarDays, BookOpen, ChefHat } from "lucide-react";
|
import { Award, Utensils, CalendarDays, BookOpen, ChefHat, Star } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -161,7 +161,7 @@ export default function LandingPage() {
|
|||||||
"5-course meal", "Wine pairing", "Full kitchen service"],
|
"5-course meal", "Wine pairing", "Full kitchen service"],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "premium", badge: "Luxury", price: "$1200", subtitle: "Total culinary indulgence.", features: [
|
id: "premium", badge: "Luxury", badgeIcon: Star, price: "$1200", subtitle: "Total culinary indulgence.", features: [
|
||||||
"7-course meal", "Personal service", "Market sourcing"],
|
"7-course meal", "Personal service", "Market sourcing"],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user