Update src/app/page.tsx
This commit is contained in:
@@ -11,7 +11,7 @@ import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
|
||||
import { Award, Building2, Headphones, Leaf, ShieldCheck, Truck, Utensils, Package, ShoppingBag, Tag, Repeat, Users } from "lucide-react";
|
||||
import { Award, Building2, Headphones, Leaf, ShieldCheck, Truck } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -41,6 +41,8 @@ export default function LandingPage() {
|
||||
name: "Ventajas", id: "features"},
|
||||
{
|
||||
name: "Profesionales", id: "professionals"},
|
||||
{
|
||||
name: "Admin", href: "/admin"},
|
||||
{
|
||||
name: "Contacto", id: "contact"},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user