diff --git a/src/app/page.tsx b/src/app/page.tsx index 757638f..1c2e3bb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,7 +43,7 @@ export default function LandingPage() { description="ტრადიციული ქართული ღვინის კელარი, რომელიც საუკუნეების გამოცდილება და ოჯახის მემკვიდრეობას აერთიანებს. ყოველი ბოთლი ისტორია, ხელოვნება და ღირებულების თქმის საზეთო." tag="ღვინის ტრადიცია" tagIcon={Wine} - tagAnimation="entrance-slide" + tagAnimation="opacity" background={{ variant: "glowing-orb" }} imageSrc="http://img.b2bpic.net/free-photo/still-life-wine-carafe-table_23-2149631798.jpg" imageAlt="Georgian vineyard landscape traditional wine region" @@ -52,18 +52,18 @@ export default function LandingPage() { testimonials={[ { name: "მარიო ნიკოლოზი", handle: "ღვინის ოვერსერი", testimonial: "ეს ღვინა ჩემ ოჯახში სამ თაობას არის. სხვა არაფერი იშლის ისტორიაგან.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3269.jpg?_wi=1", imageAlt: "professional headshot confident portrait" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3269.jpg", imageAlt: "professional headshot confident portrait" }, { name: "ნინო მარტინეზი", handle: "სომელიე", testimonial: "Manijashvilebis Marani-ს ღვინაა საუკეთესო ქართული აღიარება, რაც მე წელიწად გამოვცდე.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-banner-concept-with-copy-space_23-2149601533.jpg?_wi=1", imageAlt: "woman professional headshot confident" + imageSrc: "http://img.b2bpic.net/free-photo/business-woman-banner-concept-with-copy-space_23-2149601533.jpg", imageAlt: "woman professional headshot confident" } ]} buttons={[ { text: "კოლექცია იხილეთ", href: "#products" }, { text: "შორის ისწავლეთ", href: "#about" } ]} - buttonAnimation="entrance-slide" + buttonAnimation="opacity" useInvertedBackground={false} /> @@ -88,7 +88,7 @@ export default function LandingPage() { description="თითოეული ბოთლი რჩევების ხელოვნება, შემოქმედების პირადი ეკზემპლარი ბაკო ღვინის კერძოთ. აირჩიეთ თქვენი საყვარელი." tag="ქართული კლასიკა" tagIcon={Sparkles} - tagAnimation="entrance-slide" + tagAnimation="opacity" products={[ { id: "1", name: "Saperavi წითელი", price: "₾120", variant: "ღრმა წითელი 750ml", imageSrc: "http://img.b2bpic.net/free-vector/wine-brochure-template_1268-301.jpg", imageAlt: "Saperavi Red Wine" @@ -107,7 +107,7 @@ export default function LandingPage() { buttons={[ { text: "კოლექცია დეტალებით", href: "#" } ]} - buttonAnimation="entrance-slide" + buttonAnimation="opacity" carouselMode="buttons" /> @@ -131,17 +131,17 @@ export default function LandingPage() {