Compare commits
5 Commits
version_26
...
version_28
| Author | SHA1 | Date | |
|---|---|---|---|
| 3dc5c5cd84 | |||
| 6490ffc452 | |||
| fed8e26b59 | |||
| 490ffe0cef | |||
| 08db4621e5 |
@@ -9,7 +9,6 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA
|
|||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
const handleCall = () => {
|
const handleCall = () => {
|
||||||
@@ -37,7 +36,6 @@ export default function LandingPage() {
|
|||||||
{ name: "Philosophie", id: "about" },
|
{ name: "Philosophie", id: "about" },
|
||||||
{ name: "Speisekarte", id: "menu" },
|
{ name: "Speisekarte", id: "menu" },
|
||||||
{ name: "Bewertungen", id: "testimonials" },
|
{ name: "Bewertungen", id: "testimonials" },
|
||||||
{ name: "Kundenstimmen", id: "reviews" },
|
|
||||||
{ name: "Kontakt", id: "contact" },
|
{ name: "Kontakt", id: "contact" },
|
||||||
]}
|
]}
|
||||||
brandName="Pizza da Vincenzo"
|
brandName="Pizza da Vincenzo"
|
||||||
@@ -115,22 +113,6 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="reviews" data-section="reviews">
|
|
||||||
<TestimonialCardThirteen
|
|
||||||
title="Kundenbilder & Eindrücke"
|
|
||||||
description="Einblicke von unseren zufriedenen Kunden, die Pizza da Vincenzo genießen."
|
|
||||||
textboxLayout="default"
|
|
||||||
showRating={true}
|
|
||||||
animationType="slide-up"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
testimonials={[
|
|
||||||
{ id: "r1", name: "Julia Weber", handle: "@julia.w", testimonial: "Die Pizza ist ein Kunstwerk!", rating: 5, imageSrc: "https://images.unsplash.com/photo-1627308595229-7830a5c91f9f?q=80&w=400" },
|
|
||||||
{ id: "r2", name: "Thomas Koch", handle: "@thomas.k", testimonial: "Frisch, authentisch und schnell.", rating: 5, imageSrc: "https://images.unsplash.com/photo-1628843028303-34e85714314c?q=80&w=400" },
|
|
||||||
{ id: "r3", name: "Elena Fischer", handle: "@elena.f", testimonial: "Super freundliches Personal.", rating: 5, imageSrc: "https://images.unsplash.com/photo-1618641986557-1ecd230959aa?q=80&w=400" }
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactText
|
<ContactText
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
|||||||
Reference in New Issue
Block a user