Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-02 19:05:33 +00:00

View File

@@ -10,7 +10,7 @@ import TestimonialCardSixteen from "@/components/sections/testimonial/Testimonia
import TextSplitAbout from "@/components/sections/about/TextSplitAbout";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterBase from "@/components/sections/footer/FooterBase";
import { Award, Cake, CheckCircle, Coffee, Heart, Sparkles } from "lucide-react";
import { Award, Cake, CheckCircle, Coffee, Heart, Sparkles, Flame } from "lucide-react";
export default function CoffeeLanding() {
const handleContactSubmit = (data: Record<string, string>) => {
@@ -20,11 +20,11 @@ export default function CoffeeLanding() {
return (
<ThemeProvider
defaultButtonVariant="bounce-effect"
defaultTextAnimation="reveal-blur"
defaultTextAnimation="entrance-slide"
borderRadius="soft"
contentWidth="small"
sizing="mediumSizeLargeTitles"
background="aurora"
background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="double-inset"
secondaryButtonStyle="glass"
@@ -58,7 +58,7 @@ export default function CoffeeLanding() {
text: "Zobacz trasę", href: "https://maps.google.com/?q=Sieroca+2,+63-600+Kępno"},
]}
buttonAnimation="slide-up"
background={{ variant: "aurora" }}
background={{ variant: "sparkles-gradient" }}
imageSrc="http://img.b2bpic.net/free-photo/young-attractive-woman-striped-trench-coat-happily-talking-cellphone-sitting-near-big-window-while-spending-time-modern-cafe_574295-4851.jpg"
imageAlt="Klimatyczne wnętrze kawiarni premium w Kępnie"
mediaAnimation="opacity"
@@ -84,7 +84,7 @@ export default function CoffeeLanding() {
features={[
{
id: "1", title: "Kawa premium", description: "Starannie wybraną kawę z najlepszych uprzenień świata, przyrządzaną przez doświadczonych barystów.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-having-cup-coffee_53876-40350.jpg?_wi=1"},
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-having-cup-coffee_53876-40350.jpg"},
items: [
{ icon: Coffee, text: "Świeżo mielona kawa" },
{ icon: Sparkles, text: "Espresso machine premium" },
@@ -113,9 +113,9 @@ export default function CoffeeLanding() {
tag="Galeria"
products={[
{
id: "1", name: "Wnętrze kawiarni", price: "Wyjątkowe", variant: "Przytulna, jasna, elegancka", imageSrc: "http://img.b2bpic.net/free-photo/two-leather-yellow-armchairs-coffee-table-restaurant_140725-8902.jpg?_wi=1", imageAlt: "Klimatyczne wnętrze kawiarni"},
id: "1", name: "Wnętrze kawiarni", price: "Wyjątkowe", variant: "Przytulna, jasna, elegancka", imageSrc: "http://img.b2bpic.net/free-photo/two-leather-yellow-armchairs-coffee-table-restaurant_140725-8902.jpg", imageAlt: "Klimatyczne wnętrze kawiarni"},
{
id: "2", name: "Szczegóły premium", price: "Dbane", variant: "Porcelana, detale, tekstury", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-having-cup-coffee_53876-40350.jpg?_wi=2", imageAlt: "Premium detale i porcelana"},
id: "2", name: "Szczegóły premium", price: "Dbane", variant: "Porcelana, detale, tekstury", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-having-cup-coffee_53876-40350.jpg", imageAlt: "Premium detale i porcelana"},
{
id: "3", name: "Miejsce spotkań", price: "Zapraszające", variant: "Dla rodzin, par, znajomych", imageSrc: "http://img.b2bpic.net/free-photo/group-happy-friends-gathering-cafe-enjoying-their-coffee-time-while-talking-each-other_637285-3997.jpg", imageAlt: "Klienci cieszący się kawą"},
]}
@@ -133,7 +133,7 @@ export default function CoffeeLanding() {
description="Odkryj nasze bestsellerowe pozycje, które przyciągają lokalnych klientów dzień po dniu."
tag="Menu"
textboxLayout="default"
animationType="reveal-blur"
animationType="slide-up"
useInvertedBackground={false}
plans={[
{
@@ -143,7 +143,7 @@ export default function CoffeeLanding() {
featuresTitle: "Zawiera:", features: ["Espresso", "Spienione mleko", "Kakao"],
},
{
id: "irish-coffee", tag: "Kawa po irlandzku", tagIcon: Sparkles,
id: "irish-coffee", tag: "Kawa po irlandzku", tagIcon: Flame,
price: "24 zł", period: "specjał", description: "Silna kawa z irlandzką whiskey, cukrem i bitą śmietaną na wierzchu.", button: {
text: "Zamów", href: "#contact"},
featuresTitle: "Zawiera:", features: ["Kawa premium", "Whiskey", "Bita śmietana"],
@@ -219,7 +219,7 @@ export default function CoffeeLanding() {
required: false,
}}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/two-leather-yellow-armchairs-coffee-table-restaurant_140725-8902.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/two-leather-yellow-armchairs-coffee-table-restaurant_140725-8902.jpg"
imageAlt="Kawiarnia premium"
mediaAnimation="slide-up"
mediaPosition="right"