Merge version_2 into main #4
@@ -4,12 +4,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
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 NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
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() {
|
||||
return (
|
||||
@@ -43,22 +43,23 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "radial-gradient"}}
|
||||
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."
|
||||
<HeroBillboardDashboard
|
||||
title="Bäckerei Mager"
|
||||
description="Traditionelles Handwerk aus Schmölln-Putzkau."
|
||||
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}
|
||||
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"
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -100,8 +101,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Besuchen Sie uns"
|
||||
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."
|
||||
@@ -135,10 +135,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Bäckerei Mager"
|
||||
leftLink={{
|
||||
text: "Impressum", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Datenschutz", href: "#"}}
|
||||
leftLink={{ text: "Impressum", href: "#" }}
|
||||
rightLink={{ text: "Datenschutz", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user