Update src/app/page.tsx
This commit is contained in:
@@ -12,7 +12,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import { Crown, Diamond, Facebook, Feather, Heart, Instagram, Leaf, Pinterest, Sparkles, Star, TikTok, Twitter } from "lucide-react";
|
||||
import { Crown, Diamond, Facebook, Feather, Heart, Instagram, Leaf, Share2, Sparkles, Star, Twitter } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -138,11 +138,9 @@ export default function LandingPage() {
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/vintage-rose-gold-art-nouveau-badge-vector_53876-57445.jpg", imageAlt: "Hair stylist cutting hair"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-vaping-from-hookah-indoors_23-2149173629.jpg", imageAlt: "Manicure treatment"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/paint-brushes-with-brush-stroke-swatches_23-2150351774.jpg", imageAlt: "Beauty related image"}
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/room-with-massage-tables-wall-with-lights-it_188544-36461.jpg", imageAlt: "stylist cutting hair luxury salon close up"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-vaping-from-hookah-indoors_23-2149173629.jpg", imageAlt: "Manicure treatment"}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Μανικιούρ & Πεντικιούρ", description: "Πολυτελείς περιποιήσεις για άψογα νύχια, με μεγάλη ποικιλία χρωμάτων και σχεδίων.", bentoComponent: "reveal-icon", icon: Feather
|
||||
},
|
||||
@@ -221,7 +219,7 @@ export default function LandingPage() {
|
||||
icon: Instagram,
|
||||
url: "#"},
|
||||
{
|
||||
icon: Pinterest,
|
||||
icon: Share2,
|
||||
url: "#"},
|
||||
],
|
||||
},
|
||||
@@ -231,7 +229,7 @@ export default function LandingPage() {
|
||||
icon: Instagram,
|
||||
url: "#"},
|
||||
{
|
||||
icon: TikTok,
|
||||
icon: Share2,
|
||||
url: "#"},
|
||||
],
|
||||
},
|
||||
@@ -245,7 +243,7 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
useInvertedBackground={true}
|
||||
testimonial="Το Elegance Atelier είναι η απόλυτη εμπειρία πολυτέλειας. Οι υπηρεσίες είναι άψογες και το προσωπικό απλά υπέροχο! Νιώθω ανανεωμένη και γεμάτη αυτοπεποίθηση κάθε φορά που φεύγω."
|
||||
testimonial="Το Elegance Atelier είναι η απόλυτη εμπειρία πολυτελείας. Οι υπηρεσίες είναι άψογες και το προσωπικό απλά υπέροχο! Νιώθω ανανεωμένη και γεμάτη αυτοπεποίθηση κάθε φορά που φεύγω."
|
||||
rating={5}
|
||||
author="Μαρία Παπαδοπούλου"
|
||||
avatars={[
|
||||
|
||||
Reference in New Issue
Block a user