Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ae87207f7c | |||
| 4b60cd1119 | |||
| 876a1e355d | |||
| 43d04c037a |
@@ -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 (
|
||||
@@ -117,6 +117,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
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"},
|
||||
|
||||
Reference in New Issue
Block a user