Merge version_1 into main #6
@@ -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, Pepper } from "lucide-react";
|
||||
import { Award, Beef, CookingPot, Leaf, MapPin, Salad, Sandwich, Sparkles, Users, Drumstick } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -146,7 +146,8 @@ 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: {
|
||||
@@ -159,7 +160,7 @@ export default function LandingPage() {
|
||||
icon: Sparkles,
|
||||
text: "Popular Side"},
|
||||
{
|
||||
icon: Pepper,
|
||||
icon: Sparkles,
|
||||
text: "Savory Flavor"}
|
||||
],
|
||||
reverse: true
|
||||
@@ -177,7 +178,8 @@ export default function LandingPage() {
|
||||
{
|
||||
icon: Sparkles,
|
||||
text: "Classic Flavors"}
|
||||
]
|
||||
],
|
||||
reverse: false
|
||||
}
|
||||
]}
|
||||
title="Signature Dishes You Can't Miss"
|
||||
|
||||
Reference in New Issue
Block a user