2 Commits

Author SHA1 Message Date
2e72b605a9 Update src/app/page.tsx 2026-04-27 03:14:37 +00:00
04860ab1bb Merge version_2 into main
Merge version_2 into main
2026-04-25 23:24:46 +00:00

View File

@@ -12,7 +12,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardFour from '@/components/sections/product/ProductCardFour'; import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import { Clock, Pizza, Smile, Phone, Mail, Calendar } from "lucide-react"; import { Clock, Pizza, Smile, Phone, Mail, Calendar, Truck, ShoppingBag } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -32,49 +32,40 @@ export default function LandingPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ { name: "Home", id: "hero" },
name: "Home", id: "hero"}, { name: "Über uns", id: "about" },
{ { name: "Speisekarte", id: "products" },
name: "About", id: "about"}, { name: "Kontakt", id: "contact" },
{
name: "Speisekarte", id: "products"},
{
name: "Kontakt", id: "contact"},
]} ]}
brandName="Grün & Stark" brandName="Pizzeria Brijani"
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroLogo <HeroLogo
logoText="Grün & Stark" logoText="Pizzeria Brijani"
description="Ihr zuverlässiger Partner für Gartenbau, Landschaftsgestaltung und professionelle Grünflächenpflege. Qualität, die man sieht." description="Authentische italienische Pizza direkt aus dem Holzofen. Genießen Sie echte Qualität in Helmstedt."
buttons={[ buttons={[
{ { text: "Speisekarte ansehen", href: "#products" },
text: "Unsere Leistungen", href: "#products"}, { text: "Jetzt bestellen", href: "#contact" },
{
text: "Jetzt Anfragen", href: "#contact"},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/gardener-working-green-park_23-2148815159.jpg" imageSrc="https://img.b2bpic.net/free-photo/fresh-pizza-with-mushrooms-herbs_114579-2475.jpg"
imageAlt="Professioneller Gartenbau und Landschaftsgestaltung" imageAlt="Pizzeria Brijani Holzofen Pizza"
/> />
</div> </div>
<div id="about" data-section="about"> <div id="about" data-section="about">
<MetricSplitMediaAbout <MetricSplitMediaAbout
useInvertedBackground={false} useInvertedBackground={false}
title="Experten für Ihr Grün" title="Tradition & Geschmack"
description="Mit jahrelanger Erfahrung transformieren wir Gärten in persönliche Oasen. Wir stehen für nachhaltige Pflege und präzise Handwerkskunst." description="Seit Jahren verwöhnen wir Helmstedt mit frischen Zutaten und Leidenschaft für authentische Pizza. Besuchen Sie uns in der Freiherr-vom-Stein-Straße 24."
metrics={[ metrics={[
{ { value: "Authentisch", title: "Holzofen" },
value: "10+ Jahre", title: "Erfahrung"}, { value: "Frisch", title: "Zutaten" },
{ { value: "Schnell", title: "Lieferung" },
value: "500+", title: "Projekte"},
{
value: "98%", title: "Zufriedenheitsrate"},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/landscaping-worker-planting-flowers-park_23-2148792045.jpg" imageSrc="https://img.b2bpic.net/free-photo/chef-preparing-pizza_114579-2815.jpg"
imageAlt="Gartenbauexperten bei der Arbeit" imageAlt="Pizzeria Brijani Küche"
mediaAnimation="slide-up" mediaAnimation="slide-up"
metricsAnimation="slide-up" metricsAnimation="slide-up"
/> />
@@ -87,136 +78,69 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ { id: "p1", name: "Margherita", price: "8,50 €", variant: "Klassisch", imageSrc: "https://img.b2bpic.net/free-photo/pizza-margherita_114579-2917.jpg" },
id: "p1", name: "Gartengestaltung", price: "Individuell", variant: "Neuanlagen", imageSrc: "http://img.b2bpic.net/free-photo/landscaper-working-with-tools-garden_23-2148792067.jpg"}, { id: "p2", name: "Salami Spezial", price: "10,50 €", variant: "Würzige Salami", imageSrc: "https://img.b2bpic.net/free-photo/pepperoni-pizza_114579-2819.jpg" },
{ { id: "p3", name: "Funghi", price: "9,50 €", variant: "Frische Pilze", imageSrc: "https://img.b2bpic.net/free-photo/pizza-mushrooms_114579-2821.jpg" },
id: "p2", name: "Rasenpflege", price: "Ab 50 €", variant: "Wöchentlich", imageSrc: "http://img.b2bpic.net/free-photo/close-up-lawn-mower-grass_23-2148906511.jpg"},
{
id: "p3", name: "Baumpflege", price: "Auf Anfrage", variant: "Profi", imageSrc: "http://img.b2bpic.net/free-photo/tree-pruning-process-garden_23-2148820123.jpg"},
]} ]}
title="Unsere Leistungen" title="Unsere Auswahl"
description="Wir bieten professionelle Lösungen für alle Ihre gärtnerischen Anforderungen." description="Eine Vielfalt an Pizzen, die jeden Geschmack treffen."
/> />
</div> </div>
<div id="features" data-section="features"> <div id="features" data-section="features">
<FeatureCardTwentyOne <FeatureCardTwentyOne
useInvertedBackground={false} useInvertedBackground={false}
title="Qualität & Zuverlässigkeit" title="Service & Angebote"
description="Warum Sie auf uns setzen sollten." description="Wir bieten mehr als nur Pizza."
accordionItems={[ accordionItems={[
{ { id: "a1", title: "Lieferung & Abholung", content: "Genießen Sie unsere Pizza bequem zu Hause oder holen Sie sie direkt bei uns ab." },
id: "a1", title: "Nachhaltigkeit", content: "Wir verwenden umweltfreundliche Pflegemethoden für Ihren Garten."}, { id: "a2", title: "Frische Zutaten", content: "Wir verwenden ausschließlich hochwertige Produkte für den besten Geschmack." },
{ { id: "a3", title: "Öffnungszeiten", content: "Wir sind täglich für Sie da, um Ihre Hunger zu stillen." },
id: "a2", title: "Fachwissen", content: "Unser Team besteht aus ausgebildeten Experten für Gartenbau."},
{
id: "a3", title: "Pünktlichkeit", content: "Termintreue ist bei uns selbstverständlich."},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/professional-gardener-trimming-hedges_23-2148815132.jpg" imageSrc="https://img.b2bpic.net/free-photo/delivery-scooter-city_114579-2830.jpg"
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
/> />
</div> </div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={true}
testimonials={[
{
id: "t1", name: "Familie Schmidt", handle: "@kunden", testimonial: "Unser Garten sieht dank Grün & Stark endlich so aus, wie wir es uns immer gewünscht haben.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-family-in-garden_23-2148792080.jpg"},
{
id: "t2", name: "Hausverwaltung M.", handle: "@gewerbe", testimonial: "Sehr zuverlässige Pflege unserer Grünflächen über das ganze Jahr hinweg.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting-outdoors_23-2148906663.jpg"},
]}
showRating={true}
title="Was unsere Kunden sagen"
description="Zufriedene Gartenbesitzer und gewerbliche Partner."
/>
</div>
<div id="metrics" data-section="metrics"> <div id="metrics" data-section="metrics">
<MetricCardThree <MetricCardThree
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ { id: "m1", icon: Truck, title: "Schnelle Lieferung", value: "Blitzschnell" },
id: "m1", icon: Smile, { id: "m2", icon: ShoppingBag, title: "Takeaway", value: "Jederzeit" },
title: "Zufriedene Kunden", value: "500+"}, { id: "m3", icon: Clock, title: "Täglich geöffnet", value: "Mo-So" },
{
id: "m2", icon: Clock,
title: "Stunden Pflege", value: "5.000+"},
{
id: "m3", icon: Pizza,
title: "Bäume gepflanzt", value: "1.200"},
]} ]}
title="Erfolgsgeschichten" title="Warum Brijani?"
description="Werte, die unser Engagement unterstreichen." description="Ihr Partner für den schnellen Genuss in Helmstedt."
/>
</div>
<div id="faq" data-section="faq">
<FaqBase
textboxLayout="default"
useInvertedBackground={true}
faqs={[
{
id: "f1", title: "Bieten Sie auch regelmäßige Pflege an?", content: "Ja, wir bieten maßgeschneiderte Wartungsverträge für Ihren Garten an."},
{
id: "f2", title: "Kommen Sie für eine Vorbesichtigung?", content: "Selbstverständlich, wir besprechen Ihr Projekt gerne vor Ort."},
]}
title="Häufige Fragen"
description="Kurz und knapp für Sie beantwortet."
faqsAnimation="slide-up"
/> />
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactSplitForm <ContactSplitForm
useInvertedBackground={false} useInvertedBackground={false}
title="Kontaktieren Sie uns" title="Jetzt bestellen!"
description="Wir freuen uns auf Ihre Nachricht." description="Rufen Sie uns unter 0163 7275488 an oder senden Sie uns eine Nachricht."
inputs={[ inputs={[
{ { name: "name", type: "text", placeholder: "Ihr Name", required: true },
name: "name", type: "text", placeholder: "Name", required: true, { name: "tel", type: "tel", placeholder: "Telefonnummer", required: true },
},
{
name: "email", type: "email", placeholder: "E-Mail", required: true,
},
]} ]}
textarea={{ textarea={{ name: "message", placeholder: "Ihre Bestellung oder Nachricht", rows: 4 }}
name: "message", placeholder: "Ihre Anfrage", rows: 4, imageSrc="https://img.b2bpic.net/free-photo/close-up-pizza-box-delivery_114579-2832.jpg"
}} imageAlt="Kontakt Pizzeria Brijani"
imageSrc="http://img.b2bpic.net/free-photo/gardener-standing-in-front-of-green-garden_23-2148792055.jpg"
imageAlt="Kontakt zu Grün & Stark"
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseCard <FooterBaseCard
logoText="Grün & Stark" logoText="Pizzeria Brijani"
columns={[ columns={[
{ { title: "Informationen", items: [{ label: "Freiherr-vom-Stein-Straße 24, 38350 Helmstedt", href: "#" }] },
title: "Leistungen", items: [ { title: "Kontakt", items: [{ label: "0163 7275488", href: "tel:01637275488" }] },
{ label: "Gartengestaltung", href: "#products" }, { title: "Services", items: [{ label: "Lieferung", href: "#" }, { label: "Abholung", href: "#" }] },
{ label: "Rasenpflege", href: "#products" },
],
},
{
title: "Kontakt", items: [
{ label: "0176 63393642", href: "tel:017663393642" },
{ label: "service@grünundstark.de", href: "mailto:service@grünundstark.de" },
],
},
{
title: "Öffnungszeiten", items: [
{ label: "Mo-Sa: 08:00-18:00", href: "#" },
],
},
]} ]}
copyrightText="© 2025 Grün & Stark" copyrightText="© 2025 Pizzeria Brijani"
/> />
</div> </div>
</ReactLenis> </ReactLenis>