diff --git a/src/app/page.tsx b/src/app/page.tsx index 8d2642d..5819e8b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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, CookingPot, Leaf, MapPin, Salad, Sandwich, Sparkles, Users, Drumstick, Chili } from "lucide-react"; +import { Award, Beef, CookingPot, Leaf, MapPin, Salad, Sandwich, Sparkles, Users, Drumstick, Pepper } from "lucide-react"; export default function LandingPage() { return ( @@ -146,8 +146,7 @@ export default function LandingPage() { { icon: Leaf, text: "Healthy Choice"}, - ], - reverse: false, + ] }, { title: "Fried Zucchini", description: "Crispy, golden-fried zucchini sticks, a delicious side or appetizer, perfect with our special red sauce.", media: { @@ -160,10 +159,10 @@ export default function LandingPage() { icon: Sparkles, text: "Popular Side"}, { - icon: Chili, - text: "Savory Flavor"}, + icon: Pepper, + text: "Savory Flavor"} ], - reverse: true, + reverse: true }, { title: "Pastrami Sandwich", description: "Our hearty pastrami sandwich, piled high with thinly sliced, flavorful meat.", media: { @@ -177,10 +176,9 @@ export default function LandingPage() { text: "Premium Meat"}, { icon: Sparkles, - text: "Classic Flavors"}, - ], - reverse: false, - }, + text: "Classic Flavors"} + ] + } ]} title="Signature Dishes You Can't Miss" description="Discover why these Bobo's classics are consistently customer favorites and top picks."