Update src/app/page.tsx
This commit is contained in:
@@ -124,16 +124,16 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "rating-1", value: "5.0", title: "Genomsnittligt betyg", description: "Baserat på 3 kundrecensioner. Vi värdesätter varje feedback.", imageSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-3628.jpg", imageAlt: "Genomsnittligt betyg illustration"
|
||||
id: "rating-1", value: "5.0", title: "Genomsnittligt betyg", description: "Baserat på 3 kundrecensioner. Vi värdesätter varje feedback.", imageSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-3628.jpg?_wi=1", imageAlt: "Genomsnittligt betyg illustration"
|
||||
},
|
||||
{
|
||||
id: "response-1", value: "24h", title: "Responstid", description: "Vi svarar på dina förfrågningar inom 24 timmar, ofta mycket snabbare.", imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-keeping-hands-hips-outdoors_1262-20194.jpg", imageAlt: "Responstid illustration"
|
||||
id: "response-1", value: "24h", title: "Responstid", description: "Vi svarar på dina förfrågningar inom 24 timmar, ofta mycket snabbare.", imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-keeping-hands-hips-outdoors_1262-20194.jpg?_wi=1", imageAlt: "Responstid illustration"
|
||||
},
|
||||
{
|
||||
id: "local-1", value: "15+", title: "År i Landskrona", description: "Etablerat lokalföretag med djup kunskap om området och lokala byggnader.", imageSrc: "http://img.b2bpic.net/free-photo/fool-crazy-man-happy-expression_1194-5175.jpg", imageAlt: "År i området illustration"
|
||||
id: "local-1", value: "15+", title: "År i Landskrona", description: "Etablerat lokalföretag med djup kunskap om området och lokala byggnader.", imageSrc: "http://img.b2bpic.net/free-photo/fool-crazy-man-happy-expression_1194-5175.jpg?_wi=1", imageAlt: "År i området illustration"
|
||||
},
|
||||
{
|
||||
id: "projects-1", value: "1000+", title: "Genomförda projekt", description: "Från små reparationer till stora renoveringsprojekt. Vi klarar det hela.", imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg", imageAlt: "Genomförda projekt illustration"
|
||||
id: "projects-1", value: "1000+", title: "Genomförda projekt", description: "Från små reparationer till stora renoveringsprojekt. Vi klarar det hela.", imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg?_wi=1", imageAlt: "Genomförda projekt illustration"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -152,19 +152,19 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-1", name: "Erik Svensson", role: "Husägare", company: "Landskrona", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-3628.jpg", imageAlt: "Erik Svensson, nöjd kunde"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-3628.jpg?_wi=2", imageAlt: "Erik Svensson, nöjd kunde"
|
||||
},
|
||||
{
|
||||
id: "testimonial-2", name: "Maria Andersson", role: "Bostadsrättsförening", company: "Centrum, Landskrona", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-keeping-hands-hips-outdoors_1262-20194.jpg", imageAlt: "Maria Andersson, föreningschef"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-keeping-hands-hips-outdoors_1262-20194.jpg?_wi=2", imageAlt: "Maria Andersson, föreningschef"
|
||||
},
|
||||
{
|
||||
id: "testimonial-3", name: "Per Nilsson", role: "Företagare", company: "Lokal butik", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fool-crazy-man-happy-expression_1194-5175.jpg", imageAlt: "Per Nilsson, företagare"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fool-crazy-man-happy-expression_1194-5175.jpg?_wi=2", imageAlt: "Per Nilsson, företagare"
|
||||
},
|
||||
{
|
||||
id: "testimonial-4", name: "Anna Bergström", role: "Fastighetsägare", company: "Hyreshus", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg", imageAlt: "Anna Bergström, fastighetsägare"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg?_wi=2", imageAlt: "Anna Bergström, fastighetsägare"
|
||||
},
|
||||
{
|
||||
id: "testimonial-5", name: "Mikael Johansson", role: "Småföretagare", company: "Verkstad", rating: 5,
|
||||
|
||||
Reference in New Issue
Block a user