Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -56,10 +56,10 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-standing-talking-colleagues_23-2147668768.jpg", imageAlt: "Modern lakásfelújítás" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727998.jpg", imageAlt: "Konyhafelújítás" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Hálószoba felújítás" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/bath-house-bathroom-faucet-bright_1203-5166.jpg", imageAlt: "Fürdőszoba modernizálás" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/living-room-modern-apartment-with-two-identical-sofas-opposite-each-other_181624-14768.jpg", imageAlt: "Nappali átalakítás" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727998.jpg?_wi=1", imageAlt: "Konyhafelújítás" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=1", imageAlt: "Hálószoba felújítás" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/bath-house-bathroom-faucet-bright_1203-5166.jpg?_wi=1", imageAlt: "Fürdőszoba modernizálás" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/living-room-modern-apartment-with-two-identical-sofas-opposite-each-other_181624-14768.jpg?_wi=1", imageAlt: "Nappali átalakítás" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
ariaLabel="Lakásfelújítás héró szakasz"
|
||||
@@ -122,19 +122,19 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Modern Lakás", name: "Konyha és Nappali Felújítás", price: "2.5M Ft", rating: 5,
|
||||
reviewCount: "12 projekt", imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727998.jpg", imageAlt: "Konyhafelújítás Budapest"
|
||||
reviewCount: "12 projekt", imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727998.jpg?_wi=2", imageAlt: "Konyhafelújítás Budapest"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Luxus Rezidencia", name: "Teljes Hálószoba Átalakítás", price: "1.8M Ft", rating: 5,
|
||||
reviewCount: "8 projekt", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Hálószoba modernizálás"
|
||||
reviewCount: "8 projekt", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=2", imageAlt: "Hálószoba modernizálás"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Spa Wellness", name: "Fürdőszoba Luxus Felújítás", price: "1.2M Ft", rating: 5,
|
||||
reviewCount: "15 projekt", imageSrc: "http://img.b2bpic.net/free-photo/bath-house-bathroom-faucet-bright_1203-5166.jpg", imageAlt: "Fürdőszoba design"
|
||||
reviewCount: "15 projekt", imageSrc: "http://img.b2bpic.net/free-photo/bath-house-bathroom-faucet-bright_1203-5166.jpg?_wi=2", imageAlt: "Fürdőszoba design"
|
||||
},
|
||||
{
|
||||
id: "4", brand: "Family Home", name: "Teljes Lakás Renoválás", price: "4.5M Ft", rating: 5,
|
||||
reviewCount: "20 projekt", imageSrc: "http://img.b2bpic.net/free-photo/living-room-modern-apartment-with-two-identical-sofas-opposite-each-other_181624-14768.jpg", imageAlt: "Nappali felújítás"
|
||||
reviewCount: "20 projekt", imageSrc: "http://img.b2bpic.net/free-photo/living-room-modern-apartment-with-two-identical-sofas-opposite-each-other_181624-14768.jpg?_wi=2", imageAlt: "Nappali felújítás"
|
||||
}
|
||||
]}
|
||||
ariaLabel="Portfólió galéria"
|
||||
|
||||
Reference in New Issue
Block a user