Update src/app/page.tsx

This commit is contained in:
2026-05-12 16:04:49 +00:00
parent 4b60cd1119
commit ae87207f7c

View File

@@ -11,7 +11,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import { Award, CheckCircle, Sparkles } from "lucide-react";
import { Award, CheckCircle, Sparkles, Tag as TagIcon } from "lucide-react";
export default function LandingPage() {
return (
@@ -118,6 +118,7 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
tag="Precios desde"
tagIcon={TagIcon}
products={[
{
id: "1", name: "Gel Manicure", price: "$30", imageSrc: "http://img.b2bpic.net/free-photo/yellow-nail-design-manicured-female-hand-with-glitter-manicure_127675-2382.jpg"},