Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -11,7 +11,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import { Facebook, Fish, Flame, IceCream, Instagram, Leaf, Lemon, Mushroom, Cheese, Chocolate, Sparkles, Twitter, Utensils } from "lucide-react";
|
||||
import { Facebook, Fish, Flame, IceCream, Instagram, Leaf, Citrus, Wheat, Candy, Sparkles, Twitter, Utensils } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -120,7 +120,7 @@ export default function LandingPage() {
|
||||
icon: Leaf,
|
||||
text: "Seasonal Veggies"},
|
||||
{
|
||||
icon: Lemon,
|
||||
icon: Citrus, /* Changed from Lemon */
|
||||
text: "Citrus Zest"},
|
||||
],
|
||||
reverse: false
|
||||
@@ -130,10 +130,10 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-spanish-tortilla_23-2149865593.jpg", imageAlt: "artistic dessert plating chocolate ganache"},
|
||||
items: [
|
||||
{
|
||||
icon: Mushroom,
|
||||
icon: Wheat, /* Changed from Mushroom */
|
||||
text: "Wild Foraged"},
|
||||
{
|
||||
icon: Cheese,
|
||||
icon: Wheat, /* Changed from Cheese */
|
||||
text: "Parmesan"},
|
||||
{
|
||||
icon: Leaf,
|
||||
@@ -146,7 +146,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-glass-wine-with-pasta-grape-round-plate_176474-3105.jpg", imageAlt: "delicious handcrafted cocktail bar"},
|
||||
items: [
|
||||
{
|
||||
icon: Chocolate,
|
||||
icon: Candy, /* Changed from Chocolate */
|
||||
text: "Rich Dark Chocolate"},
|
||||
{
|
||||
icon: IceCream,
|
||||
|
||||
Reference in New Issue
Block a user