diff --git a/src/app/page.tsx b/src/app/page.tsx index bcfc7ca..8719961 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,10 +9,10 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; +import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Scissors, Smile, Sparkles, User } from "lucide-react"; +import { Scissors, Smile, Sparkles, User, Check } from "lucide-react"; export default function LandingPage() { return ( @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -56,41 +48,26 @@ export default function LandingPage() {
@@ -116,19 +93,13 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Permanentno ličenje", - description: "Microblading in senčenje obrvi, ustnic in oči.", - icon: Sparkles, + title: "Permanentno ličenje", description: "Microblading in senčenje obrvi, ustnic in oči.", icon: Sparkles, }, { - title: "Nega obraza", - description: "Globinsko čiščenje in revitalizacija kože.", - icon: Smile, + title: "Nega obraza", description: "Globinsko čiščenje in revitalizacija kože.", icon: Smile, }, { - title: "Oblikovanje obrvi", - description: "Natančno oblikovanje z nitko ali voskom.", - icon: Scissors, + title: "Oblikovanje obrvi", description: "Natančno oblikovanje z nitko ali voskom.", icon: Scissors, }, ]} title="Naše storitve" @@ -137,46 +108,27 @@ export default function LandingPage() {
-
@@ -187,26 +139,11 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "m1", - value: "500+", - title: "Zadovoljnih strank", - description: "Uspešno opravljenih tretmajev.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-visagiste-holding-cosmetic-brushes_23-2148113083.jpg", - }, + id: "m1", value: "500+", title: "Zadovoljnih strank", description: "Uspešno opravljenih tretmajev.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DXItXdNqqYf1i0QSIrPqpBHCSx/uploaded-1778761553144-8itj7psk.jpg"}, { - id: "m2", - value: "10+", - title: "Let izkušenj", - description: "Vrhunska znanja in tehnike.", - imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-taking-makeup-brushes_23-2147783911.jpg", - }, + id: "m2", value: "10+", title: "Let izkušenj", description: "Vrhunska znanja in tehnike.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DXItXdNqqYf1i0QSIrPqpBHCSx/uploaded-1778761553144-1077yozz.jpg"}, { - id: "m3", - value: "100%", - title: "Kakovost", - description: "Uporaba varnih materialov.", - imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-brushes-bag_23-2147710668.jpg", - }, + id: "m3", value: "100%", title: "Kakovost", description: "Uporaba varnih materialov.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DXItXdNqqYf1i0QSIrPqpBHCSx/uploaded-1778761553144-r2nanyns.jpg"}, ]} title="Zakaj ART Kozmetika?" description="Številke, ki govorijo o naši predanosti lepoti." @@ -218,30 +155,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Ana K.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", - }, + id: "1", name: "Ana K.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg"}, { - id: "2", - name: "Maja L.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-serene-young-woman-with-beautiful-olive-skin-curly-hair-ideal-skin-brown-eyes-studio_633478-1001.jpg", - }, + id: "2", name: "Maja L.", imageSrc: "http://img.b2bpic.net/free-photo/happy-serene-young-woman-with-beautiful-olive-skin-curly-hair-ideal-skin-brown-eyes-studio_633478-1001.jpg"}, { - id: "3", - name: "Petra S.", - imageSrc: "http://img.b2bpic.net/free-photo/image-working-woman-office-digital-nomad-with-laptop-programmer-designing-web-page-computer_1258-195373.jpg", - }, + id: "3", name: "Petra S.", imageSrc: "http://img.b2bpic.net/free-photo/image-working-woman-office-digital-nomad-with-laptop-programmer-designing-web-page-computer_1258-195373.jpg"}, { - id: "4", - name: "Tina B.", - imageSrc: "http://img.b2bpic.net/free-photo/hands-applying-makeup-by-brush_23-2148398604.jpg", - }, + id: "4", name: "Tina B.", imageSrc: "http://img.b2bpic.net/free-photo/hands-applying-makeup-by-brush_23-2148398604.jpg"}, { - id: "5", - name: "Kaja V.", - imageSrc: "http://img.b2bpic.net/free-photo/person-eating-seaweed-snacks_23-2150519985.jpg", - }, + id: "5", name: "Kaja V.", imageSrc: "http://img.b2bpic.net/free-photo/person-eating-seaweed-snacks_23-2150519985.jpg"}, ]} cardTitle="Mnenja strank" cardTag="Zadovoljstvo" @@ -254,20 +176,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "f1", - title: "Ali je permanentno ličenje boleče?", - content: "Tretma je skoraj neboleč, saj uporabljamo lokalne anestetike.", - }, + id: "f1", title: "Ali je permanentno ličenje boleče?", content: "Tretma je skoraj neboleč, saj uporabljamo lokalne anestetike."}, { - id: "f2", - title: "Kako dolgo trajajo rezultati?", - content: "Rezultati običajno trajajo od 1 do 3 let, odvisno od kože.", - }, + id: "f2", title: "Kako dolgo trajajo rezultati?", content: "Rezultati običajno trajajo od 1 do 3 let, odvisno od kože."}, { - id: "f3", - title: "Kako se naročim?", - content: "Naročite se lahko preko kontaktnega obrazca ali telefona.", - }, + id: "f3", title: "Kako se naročim?", content: "Naročite se lahko preko kontaktnega obrazca ali telefona."}, ]} sideTitle="Pogosta vprašanja" sideDescription="Odgovori na vprašanja pred obiskom salona." @@ -279,8 +192,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file