Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -18,7 +18,7 @@ export default function LandingPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -34,7 +34,8 @@ export default function LandingPage() {
|
||||
{ name: "Kontakt", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Route planen", href: "https://goo.gl/maps/neAGytJFiURU8Ebp7"}}
|
||||
text: "Route planen", href: "https://goo.gl/maps/neAGytJFiURU8Ebp7"
|
||||
}}
|
||||
className="floating-navbar"
|
||||
buttonClassName="primary-button"
|
||||
/>
|
||||
@@ -47,7 +48,7 @@ export default function LandingPage() {
|
||||
tag="Willkommen"
|
||||
tagIcon={Coffee}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Route planen", href: "https://goo.gl/maps/neAGytJFiURU8Ebp7" },
|
||||
{ text: "Mehr erfahren", href: "#about" },
|
||||
@@ -55,23 +56,31 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fruity-smoothies-arrangement-wooden-table_23-2148545361.jpg?_wi=1", imageAlt: "Frische bunte Smoothies"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fruity-smoothies-arrangement-wooden-table_23-2148545361.jpg", imageAlt: "Frische bunte Smoothies"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cookies-rope-with-cinnamon-white-surface_114579-32384.jpg?_wi=1", imageAlt: "American-Style Cookies"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cookies-rope-with-cinnamon-white-surface_114579-32384.jpg", imageAlt: "American-Style Cookies"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/homemade-fresh-detox-water-with-lemons-gray-background-sitting-blue-vintage-desk_482257-24518.jpg?_wi=1", imageAlt: "Bio-Limonaden"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/homemade-fresh-detox-water-with-lemons-gray-background-sitting-blue-vintage-desk_482257-24518.jpg", imageAlt: "Bio-Limonaden"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-holding-ice-cream-summer-time_53876-95086.jpg?_wi=1", imageAlt: "Cremiges Softeis"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-holding-ice-cream-summer-time_53876-95086.jpg", imageAlt: "Cremiges Softeis"
|
||||
},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ham-fresh-vegetables_2829-14208.jpg?_wi=1", imageAlt: "Leckere Sandwiches"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ham-fresh-vegetables_2829-14208.jpg", imageAlt: "Leckere Sandwiches"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-young-redhead-bearded-man-white-shirt-reading-book-cafeteria_171337-10019.jpg?_wi=1", imageAlt: "Gemütliches Café Interior"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-young-redhead-bearded-man-white-shirt-reading-book-cafeteria_171337-10019.jpg", imageAlt: "Gemütliches Café Interior"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fruity-smoothies-arrangement-wooden-table_23-2148545361.jpg?_wi=2", imageAlt: "Smoothies Auswahl"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fruity-smoothies-arrangement-wooden-table_23-2148545361.jpg", imageAlt: "Smoothies Auswahl"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cookies-rope-with-cinnamon-white-surface_114579-32384.jpg?_wi=2", imageAlt: "Hausgemachte Cookies"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cookies-rope-with-cinnamon-white-surface_114579-32384.jpg", imageAlt: "Hausgemachte Cookies"
|
||||
},
|
||||
]}
|
||||
carouselPosition="right"
|
||||
className="hero-carousel-section"
|
||||
@@ -88,7 +97,7 @@ export default function LandingPage() {
|
||||
tag="Unser Café"
|
||||
tagIcon={Heart}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/photo-young-redhead-bearded-man-white-shirt-reading-book-cafeteria_171337-10019.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/photo-young-redhead-bearded-man-white-shirt-reading-book-cafeteria_171337-10019.jpg"
|
||||
imageAlt="Gemütlicher Innenbereich von Mama's Glory"
|
||||
buttons={[
|
||||
{ text: "Besuche uns", href: "https://goo.gl/maps/neAGytJFiURU8Ebp7" },
|
||||
@@ -113,20 +122,25 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Smoothies", description: "Frische, nährstoffreiche Smoothies aus besten Früchten – täglich zubereitet", imageSrc: "http://img.b2bpic.net/free-photo/fruity-smoothies-arrangement-wooden-table_23-2148545361.jpg?_wi=3", imageAlt: "Frische Smoothies"},
|
||||
title: "Smoothies", description: "Frische, nährstoffreiche Smoothies aus besten Früchten – täglich zubereitet", imageSrc: "http://img.b2bpic.net/free-photo/fruity-smoothies-arrangement-wooden-table_23-2148545361.jpg", imageAlt: "Frische Smoothies"
|
||||
},
|
||||
{
|
||||
title: "Bio-Limonaden", description: "Erfrischende Bio-Limonaden ohne künstliche Zusätze – perfekt für warme Tage", imageSrc: "http://img.b2bpic.net/free-photo/homemade-fresh-detox-water-with-lemons-gray-background-sitting-blue-vintage-desk_482257-24518.jpg?_wi=2", imageAlt: "Bio-Limonaden"},
|
||||
title: "Bio-Limonaden", description: "Erfrischende Bio-Limonaden ohne künstliche Zusätze – perfekt für warme Tage", imageSrc: "http://img.b2bpic.net/free-photo/homemade-fresh-detox-water-with-lemons-gray-background-sitting-blue-vintage-desk_482257-24518.jpg", imageAlt: "Bio-Limonaden"
|
||||
},
|
||||
{
|
||||
title: "Softeis", description: "Cremiges, zartes Softeis in verschiedenen Geschmacksrichtungen", imageSrc: "http://img.b2bpic.net/free-photo/person-holding-ice-cream-summer-time_53876-95086.jpg?_wi=2", imageAlt: "Softeis"},
|
||||
title: "Softeis", description: "Cremiges, zartes Softeis in verschiedenen Geschmacksrichtungen", imageSrc: "http://img.b2bpic.net/free-photo/person-holding-ice-cream-summer-time_53876-95086.jpg", imageAlt: "Softeis"
|
||||
},
|
||||
{
|
||||
title: "American-Style Cookies", description: "Hausgemachte, amerikanische Cookies – knusprig, köstlich und unwiderstehlich", imageSrc: "http://img.b2bpic.net/free-photo/cookies-rope-with-cinnamon-white-surface_114579-32384.jpg?_wi=3", imageAlt: "American-Style Cookies"},
|
||||
title: "American-Style Cookies", description: "Hausgemachte, amerikanische Cookies – knusprig, köstlich und unwiderstehlich", imageSrc: "http://img.b2bpic.net/free-photo/cookies-rope-with-cinnamon-white-surface_114579-32384.jpg", imageAlt: "American-Style Cookies"
|
||||
},
|
||||
{
|
||||
title: "Sandwiches", description: "Frische, knackige Sandwiches mit hochwertigen Zutaten – ideal für den Hunger", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ham-fresh-vegetables_2829-14208.jpg?_wi=2", imageAlt: "Leckere Sandwiches"},
|
||||
title: "Sandwiches", description: "Frische, knackige Sandwiches mit hochwertigen Zutaten – ideal für den Hunger", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ham-fresh-vegetables_2829-14208.jpg", imageAlt: "Leckere Sandwiches"
|
||||
},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
className="features-section"
|
||||
titleClassName="text-5xl md:text-6xl font-bold"
|
||||
descriptionClassName="text-lg"
|
||||
cardTitleClassName="text-5xl md:text-6xl font-bold"
|
||||
cardDescriptionClassName="text-lg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -143,21 +157,25 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Maria Schmidt", role: "Stammgast", company: "Wien", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-having-coffee-restaurant_23-2148172648.jpg", imageAlt: "Maria Schmidt"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-having-coffee-restaurant_23-2148172648.jpg", imageAlt: "Maria Schmidt"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Thomas Weber", role: "Besucher", company: "Wien", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-conversing-coffee_23-2148735440.jpg", imageAlt: "Thomas Weber"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-conversing-coffee_23-2148735440.jpg", imageAlt: "Thomas Weber"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Anna Müller", role: "Gast", company: "Wien", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-female-friends-cafe_23-2148721131.jpg", imageAlt: "Anna Müller"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-female-friends-cafe_23-2148721131.jpg", imageAlt: "Anna Müller"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Klaus Friedmann", role: "Regelmäßiger Besucher", company: "Wien", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg", imageAlt: "Klaus Friedmann"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg", imageAlt: "Klaus Friedmann"
|
||||
},
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
className="testimonials-section"
|
||||
titleClassName="text-5xl md:text-6xl font-bold"
|
||||
descriptionClassName="text-lg"
|
||||
textBoxTitleClassName="text-5xl md:text-6xl font-bold"
|
||||
textBoxDescriptionClassName="text-lg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user