Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c8d88b517f | |||
| bc9ee3ffb2 | |||
| f1580c7591 | |||
| 6fde912d24 | |||
| d10259c49a |
@@ -4,12 +4,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||||
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard';
|
||||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||||
import { Heart } from "lucide-react";
|
import { Heart, Search, User, Package, MessageSquare, Settings } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -43,22 +43,23 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitDualMedia
|
<HeroBillboardDashboard
|
||||||
background={{
|
title="Bäckerei Mager"
|
||||||
variant: "radial-gradient"}}
|
description="Traditionelles Handwerk aus Schmölln-Putzkau."
|
||||||
title="Bäckerei Mager – Traditionelles Handwerk aus Schmölln-Putzkau"
|
|
||||||
description="Erleben Sie echte Backkunst. Seit Generationen backen wir mit Leidenschaft, Sorgfalt und regionalen Zutaten für Ihre tägliche Freude."
|
|
||||||
tag="Familienbetrieb mit Herz"
|
tag="Familienbetrieb mit Herz"
|
||||||
mediaItems={[
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-round-dark-bread-wooden-plate_169016-2109.jpg?_wi=1", imageAlt: "Frische Backwaren"},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-round-dark-bread-wooden-plate_169016-2109.jpg?_wi=2", imageAlt: "Traditionelle Handwerkskunst"}
|
|
||||||
]}
|
|
||||||
mediaAnimation="slide-up"
|
|
||||||
rating={5}
|
|
||||||
ratingText="Beliebt bei unseren lokalen Kunden"
|
|
||||||
tagIcon={Heart}
|
tagIcon={Heart}
|
||||||
|
dashboard={{
|
||||||
|
title: "Bäckerei Mager", stats: [
|
||||||
|
{ title: "Handwerksqualität", values: [100, 0, 0], description: "Täglich frisch gebacken" },
|
||||||
|
{ title: "Regionale Zutaten", values: [100, 0, 0], description: "Aus der Heimat" },
|
||||||
|
{ title: "Tradition", values: [100, 0, 0], description: "Seit Generationen" }
|
||||||
|
],
|
||||||
|
logoIcon: Heart,
|
||||||
|
sidebarItems: [{ icon: Package, active: true }, { icon: User }, { icon: MessageSquare }, { icon: Settings }],
|
||||||
|
buttons: [{ text: "Sortiment" }],
|
||||||
|
imageSrc: "http://img.b2bpic.net/free-photo/fresh-round-dark-bread-wooden-plate_169016-2109.jpg?_wi=1", imageAlt: "Frische Backwaren", listItems: [{ icon: Package, title: "Traditionelles Brot", status: "Verfügbar" }, { icon: Package, title: "Hausgemachte Torte", status: "Begrenzt" }]
|
||||||
|
}}
|
||||||
|
background={{ variant: "gradient-bars" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -100,8 +101,7 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplit
|
<ContactSplit
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{ variant: "plain" }}
|
||||||
variant: "plain"}}
|
|
||||||
tag="Besuchen Sie uns"
|
tag="Besuchen Sie uns"
|
||||||
title="Kontakt & Öffnungszeiten"
|
title="Kontakt & Öffnungszeiten"
|
||||||
description="Neukircher Str. 77, 01877 Schmölln-Putzkau. Kommen Sie gerne vorbei! Wir freuen uns auf Ihren Besuch – schauen Sie auch freitags ab 05:30 Uhr bei uns rein. Telefon: 03594/XXXXXX."
|
description="Neukircher Str. 77, 01877 Schmölln-Putzkau. Kommen Sie gerne vorbei! Wir freuen uns auf Ihren Besuch – schauen Sie auch freitags ab 05:30 Uhr bei uns rein. Telefon: 03594/XXXXXX."
|
||||||
@@ -135,10 +135,8 @@ export default function LandingPage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoReveal
|
<FooterLogoReveal
|
||||||
logoText="Bäckerei Mager"
|
logoText="Bäckerei Mager"
|
||||||
leftLink={{
|
leftLink={{ text: "Impressum", href: "#" }}
|
||||||
text: "Impressum", href: "#"}}
|
rightLink={{ text: "Datenschutz", href: "#" }}
|
||||||
rightLink={{
|
|
||||||
text: "Datenschutz", href: "#"}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user