Update src/app/page.tsx
This commit is contained in:
@@ -100,15 +100,15 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "gold-buying", title: "Αγορά Χρυσού", tags: ["Άμεση Αποτίμηση", "Καλύτερες Τιμές"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/jewelry-maker-working-alone-atelier_23-2149025952.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/jewelry-maker-working-alone-atelier_23-2149025952.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
id: "silver-buying", title: "Αγορά Ασημιού", tags: ["Δίκαιη Τιμή", "Επαγγελματική Εκτίμηση"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/money-brazilian-coins-several_58702-6246.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/money-brazilian-coins-several_58702-6246.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
id: "jewelry-evaluation", title: "Εκτίμηση Κοσμημάτων", tags: ["Ειδικός Έλεγχος", "Δωρεάν Συμβουλή"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-sales-person-jewelry-shop_1303-30676.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-sales-person-jewelry-shop_1303-30676.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
id: "jewelry-selling", title: "Πώληση Κοσμημάτων", tags: ["Πρώτης Ποιότητας", "Εγγυημένη Αυθεντικότητα"],
|
||||
@@ -165,13 +165,13 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Αγορά Χρυσού", price: "Δίκαιες Τιμές", imageSrc: "http://img.b2bpic.net/free-photo/jewelry-maker-working-alone-atelier_23-2149025952.jpg"
|
||||
id: "p1", name: "Αγορά Χρυσού", price: "Δίκαιες Τιμές", imageSrc: "http://img.b2bpic.net/free-photo/jewelry-maker-working-alone-atelier_23-2149025952.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "p2", name: "Αγορά Ασημιού", price: "Εγγυημένη Αξία", imageSrc: "http://img.b2bpic.net/free-photo/money-brazilian-coins-several_58702-6246.jpg"
|
||||
id: "p2", name: "Αγορά Ασημιού", price: "Εγγυημένη Αξία", imageSrc: "http://img.b2bpic.net/free-photo/money-brazilian-coins-several_58702-6246.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "p3", name: "Εκτίμηση Κοσμημάτων", price: "Δωρεάν Συμβουλή", imageSrc: "http://img.b2bpic.net/free-photo/female-sales-person-jewelry-shop_1303-30676.jpg"
|
||||
id: "p3", name: "Εκτίμηση Κοσμημάτων", price: "Δωρεάν Συμβουλή", imageSrc: "http://img.b2bpic.net/free-photo/female-sales-person-jewelry-shop_1303-30676.jpg?_wi=2"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user