Merge version_1 into main
Merge version_1 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 TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import { Cake, Candy, Cookie, Juice, LeafyGreen, Sandwich } from "lucide-react";
|
||||
import { Cake, Candy, Cookie, GlassWater, LeafyGreen, Sandwich } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -122,7 +122,7 @@ export default function LandingPage() {
|
||||
icon: Sandwich,
|
||||
text: "Gourmet Sandwiches"},
|
||||
{
|
||||
icon: Juice,
|
||||
icon: GlassWater,
|
||||
text: "Freshly Squeezed Juices"},
|
||||
],
|
||||
reverse: true,
|
||||
|
||||
Reference in New Issue
Block a user