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 TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
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() {
|
||||
return (
|
||||
@@ -161,7 +161,7 @@ export default function LandingPage() {
|
||||
"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"],
|
||||
},
|
||||
]}
|
||||
@@ -252,4 +252,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user