Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1ef29739ee | |||
| 19ca48c416 |
@@ -53,32 +53,27 @@ export default function LandingPage() {
|
|||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
name: "Sarah J.", handle: "@kunde", testimonial: "Die Hochzeitsfloristik war ein Traum!", rating: 5,
|
name: "Sarah J.", handle: "@kunde", testimonial: "Die Hochzeitsfloristik war ein Traum!", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-florist-working-shop_23-2147760942.jpg?_wi=1", imageAlt: "elegant flower arrangement florist shop"},
|
imageSrc: "https://images.unsplash.com/photo-1594475940027-e431f6e2467d?auto=format&fit=crop&q=80&w=600", imageAlt: "Portrait of a happy wedding client"},
|
||||||
{
|
{
|
||||||
name: "Markus W.", handle: "@kunde", testimonial: "Super Beratung und frische Blumen.", rating: 5,
|
name: "Markus W.", handle: "@kunde", testimonial: "Super Beratung und frische Blumen.", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/male-florist-arranging-flowers-shop_23-2147882118.jpg", imageAlt: "elegant flower arrangement florist shop"},
|
imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?auto=format&fit=crop&q=80&w=600", imageAlt: "Portrait of a satisfied customer"},
|
||||||
{
|
{
|
||||||
name: "Elena P.", handle: "@kunde", testimonial: "Einfach wunderschöne Gestecke.", rating: 4,
|
name: "Elena P.", handle: "@kunde", testimonial: "Einfach wunderschöne Gestecke.", rating: 4,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/floral-arrangement-with-candle-books_9975-133808.jpg?_wi=1", imageAlt: "elegant flower arrangement florist shop"},
|
imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?auto=format&fit=crop&q=80&w=600", imageAlt: "Portrait of an elegant flower enthusiast"},
|
||||||
{
|
{
|
||||||
name: "Thomas K.", handle: "@kunde", testimonial: "Traditionelle Gärtnerei mit Herz.", rating: 5,
|
name: "Thomas K.", handle: "@kunde", testimonial: "Traditionelle Gärtnerei mit Herz.", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-florist-his-own-floral-shop-taking-care-flowers_1303-15610.jpg?_wi=1", imageAlt: "elegant flower arrangement florist shop"},
|
imageSrc: "https://images.unsplash.com/photo-1539571696357-5a69c17a67c6?auto=format&fit=crop&q=80&w=600", imageAlt: "Portrait of a loyal customer"},
|
||||||
{
|
{
|
||||||
name: "Petra S.", handle: "@kunde", testimonial: "Seit Jahren meine Anlaufstelle.", rating: 5,
|
name: "Petra S.", handle: "@kunde", testimonial: "Seit Jahren meine Anlaufstelle.", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-with-candles-protea-bouquet_169016-19136.jpg?_wi=1", imageAlt: "elegant flower arrangement florist shop"},
|
imageSrc: "https://images.unsplash.com/photo-1580489944761-15a19d654956?auto=format&fit=crop&q=80&w=600", imageAlt: "Portrait of a regular customer"},
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/handsome-florist-working-shop_23-2147760942.jpg?_wi=2"
|
imageSrc="http://img.b2bpic.net/free-photo/handsome-florist-working-shop_23-2147760942.jpg?_wi=2"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{ src: "https://images.unsplash.com/photo-1560250097-0b93528c31e4?auto=format&fit=crop&q=80&w=200", alt: "Expert florist" },
|
||||||
src: "http://img.b2bpic.net/free-photo/bearded-experienced-florist-just-create-beautiful-big-bouquet-ready-put-it-showroom_613910-15178.jpg", alt: "Bearded experienced florist"},
|
{ src: "https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?auto=format&fit=crop&q=80&w=200", alt: "Customer" },
|
||||||
{
|
{ src: "https://images.unsplash.com/photo-1581403341630-a6e0b9d2d257?auto=format&fit=crop&q=80&w=200", alt: "Customer" },
|
||||||
src: "http://img.b2bpic.net/free-photo/people-building-their-own-dried-arrangement_23-2149697713.jpg", alt: "People building their own arrangement"},
|
{ src: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?auto=format&fit=crop&q=80&w=200", alt: "Customer" },
|
||||||
{
|
{ src: "https://images.unsplash.com/photo-1557862921-37829c790f19?auto=format&fit=crop&q=80&w=200", alt: "Customer" },
|
||||||
src: "http://img.b2bpic.net/free-photo/gardening-concept-with-male-hands_23-2148127910.jpg", alt: "Gardening concept with male hands"},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-flowers_23-2149247575.jpg", alt: "Medium shot smiley man"},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-sensual-male-florist-breathes-pleasant-smell-fresh-flowers_613910-19041.jpg", alt: "Close-up portrait of male florist"},
|
|
||||||
]}
|
]}
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{ type: "text", text: "Seit 1840" },
|
{ type: "text", text: "Seit 1840" },
|
||||||
@@ -140,11 +135,11 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{ id: "t1", name: "Sarah J.", role: "Kundin", company: "Essen", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/male-florist-working-wedding_23-2149184421.jpg" },
|
{ id: "t1", name: "Sarah J.", role: "Kundin", company: "Essen", rating: 5, imageSrc: "https://images.unsplash.com/photo-1544005313-94ddf0286df2?auto=format&fit=crop&q=80&w=400" },
|
||||||
{ id: "t2", name: "Markus W.", role: "Kunde", company: "Essen", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-male-florist-speaking-phone_23-2147760930.jpg" },
|
{ id: "t2", name: "Markus W.", role: "Kunde", company: "Essen", rating: 5, imageSrc: "https://images.unsplash.com/photo-1566492031773-4f4e44671857?auto=format&fit=crop&q=80&w=400" },
|
||||||
{ id: "t3", name: "Elena P.", role: "Kundin", company: "Essen", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/male-florist-enjoying-spring_1098-726.jpg" },
|
{ id: "t3", name: "Elena P.", role: "Kundin", company: "Essen", rating: 5, imageSrc: "https://images.unsplash.com/photo-1531746020798-e6953c6e8e04?auto=format&fit=crop&q=80&w=400" },
|
||||||
{ id: "t4", name: "Thomas K.", role: "Kunde", company: "Essen", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-with-beautiful-flowers-working-greenhouse_197531-12324.jpg" },
|
{ id: "t4", name: "Thomas K.", role: "Kunde", company: "Essen", rating: 5, imageSrc: "https://images.unsplash.com/photo-1506794778202-cad84cf45f1d?auto=format&fit=crop&q=80&w=400" },
|
||||||
{ id: "t5", name: "Petra S.", role: "Kundin", company: "Essen", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-with-blond-hair-gentle-smile-dressed-green-robe-working-greenhouse_197531-12314.jpg" },
|
{ id: "t5", name: "Petra S.", role: "Kundin", company: "Essen", rating: 5, imageSrc: "https://images.unsplash.com/photo-1580489944761-15a19d654956?auto=format&fit=crop&q=80&w=400" },
|
||||||
]}
|
]}
|
||||||
kpiItems={[
|
kpiItems={[
|
||||||
{ value: "100%", label: "Leidenschaft" },
|
{ value: "100%", label: "Leidenschaft" },
|
||||||
|
|||||||
Reference in New Issue
Block a user