Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-06-10 02:12:38 +00:00

View File

@@ -13,7 +13,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import { Award, Beef, Chicken, Chili, Cheese, CookingPot, Leaf, MapPin, Salad, Sandwich, Sparkles, Users } from "lucide-react";
import { Award, Beef, CookingPot, Leaf, MapPin, Salad, Sandwich, Sparkles, Users, Drumstick, Pepper } from "lucide-react";
export default function LandingPage() {
return (
@@ -141,7 +141,7 @@ export default function LandingPage() {
icon: Salad,
text: "Fresh Greens"},
{
icon: Chicken,
icon: Drumstick,
text: "Lean Protein"},
{
icon: Leaf,
@@ -160,7 +160,7 @@ export default function LandingPage() {
icon: Sparkles,
text: "Popular Side"},
{
icon: Chili,
icon: Pepper,
text: "Savory Flavor"},
],
reverse: true,
@@ -176,7 +176,7 @@ export default function LandingPage() {
icon: Beef,
text: "Premium Meat"},
{
icon: Cheese,
icon: Sparkles,
text: "Classic Flavors"},
],
reverse: false,