Merge version_1 into main #1
@@ -54,22 +54,22 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Carin Larsson", handle: "Återkommande gäst", testimonial: "Fantastiskt mat och bra salladsbuffé, trevlig personal.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-short-curly-hair-colorful-shirt-looking-aside-smiling-standing-white-wall_141793-29331.jpg", imageAlt: "Carin Larsson"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-short-curly-hair-colorful-shirt-looking-aside-smiling-standing-white-wall_141793-29331.jpg?_wi=1", imageAlt: "Carin Larsson"
|
||||
},
|
||||
{
|
||||
name: "Philip Rettig", handle: "Lunchgäst", testimonial: "God mat och trevlig personal för en rimlig peng.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-black-jacket_613910-2534.jpg", imageAlt: "Philip Rettig"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-black-jacket_613910-2534.jpg?_wi=1", imageAlt: "Philip Rettig"
|
||||
},
|
||||
{
|
||||
name: "Jacob Timol", handle: "Regular customer", testimonial: "Tasty food for a reasonable price.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg", imageAlt: "Jacob Timol"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg?_wi=1", imageAlt: "Jacob Timol"
|
||||
},
|
||||
{
|
||||
name: "Britt-Marie Bergström", handle: "Restauranggäst", testimonial: "Mycket god mat och många olika sallader att välja på.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-business-woman-talking-smartphone-outdoors_1262-20534.jpg", imageAlt: "Britt-Marie Bergström"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-business-woman-talking-smartphone-outdoors_1262-20534.jpg?_wi=1", imageAlt: "Britt-Marie Bergström"
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/assortment-fruits-presented-table_23-2148245046.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/assortment-fruits-presented-table_23-2148245046.jpg?_wi=1"
|
||||
imageAlt="Alimaks färska salladsbuffé"
|
||||
mediaAnimation="slide-up"
|
||||
background="plain"
|
||||
@@ -89,16 +89,16 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Carin Larsson", role: "Återkommande gäst", testimonial: "Fantastiskt mat och bra salladsbuffé, trevlig personal.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-short-curly-hair-colorful-shirt-looking-aside-smiling-standing-white-wall_141793-29331.jpg", imageAlt: "Carin Larsson"
|
||||
id: "1", name: "Carin Larsson", role: "Återkommande gäst", testimonial: "Fantastiskt mat och bra salladsbuffé, trevlig personal.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-short-curly-hair-colorful-shirt-looking-aside-smiling-standing-white-wall_141793-29331.jpg?_wi=2", imageAlt: "Carin Larsson"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Philip Rettig", role: "Lunchgäst", testimonial: "God mat och trevlig personal för en rimlig peng.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-black-jacket_613910-2534.jpg", imageAlt: "Philip Rettig"
|
||||
id: "2", name: "Philip Rettig", role: "Lunchgäst", testimonial: "God mat och trevlig personal för en rimlig peng.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-black-jacket_613910-2534.jpg?_wi=2", imageAlt: "Philip Rettig"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Jacob Timol", role: "Regular customer", testimonial: "Tasty food for a reasonable price.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg", imageAlt: "Jacob Timol"
|
||||
id: "3", name: "Jacob Timol", role: "Regular customer", testimonial: "Tasty food for a reasonable price.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg?_wi=2", imageAlt: "Jacob Timol"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Britt-Marie Bergström", role: "Restauranggäst", testimonial: "Mycket god mat och många olika sallader att välja på.", imageSrc: "http://img.b2bpic.net/free-photo/content-business-woman-talking-smartphone-outdoors_1262-20534.jpg", imageAlt: "Britt-Marie Bergström"
|
||||
id: "4", name: "Britt-Marie Bergström", role: "Restauranggäst", testimonial: "Mycket god mat och många olika sallader att välja på.", imageSrc: "http://img.b2bpic.net/free-photo/content-business-woman-talking-smartphone-outdoors_1262-20534.jpg?_wi=2", imageAlt: "Britt-Marie Bergström"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Markus Lundmark", role: "Återkommande gäst", testimonial: "Magiskt. Alltid 5 plus!", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-older-woman-holding-smartphone-while-working_23-2148661188.jpg", imageAlt: "Markus Lundmark"
|
||||
@@ -173,7 +173,7 @@ export default function LandingPage() {
|
||||
tag="Om oss"
|
||||
tagIcon={Heart}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-couple-having-lunch_23-2150598339.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-couple-having-lunch_23-2150598339.jpg?_wi=1"
|
||||
imageAlt="Alimaks restaurang interiör"
|
||||
mediaAnimation="slide-up"
|
||||
metrics={[
|
||||
@@ -247,7 +247,7 @@ export default function LandingPage() {
|
||||
title="Besök oss idag"
|
||||
description="Kom förbi på en lunch du kommer tillbaka för. Välkommen in på Alimak Lunchrestaurang!"
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-couple-having-lunch_23-2150598339.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-couple-having-lunch_23-2150598339.jpg?_wi=2"
|
||||
imageAlt="Alimaks restaurang"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
@@ -264,7 +264,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/assortment-fruits-presented-table_23-2148245046.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/assortment-fruits-presented-table_23-2148245046.jpg?_wi=2"
|
||||
imageAlt="Alimaks salladsbuffé"
|
||||
logoText="Alimak Lunchrestaurang"
|
||||
copyrightText="© 2025 Alimak Lunchrestaurang. Alla rättigheter reserverade."
|
||||
|
||||
Reference in New Issue
Block a user