From a703e67ef7f895cd0bc2873ff92295eb3dd2cd9c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 06:58:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6f1d2c2..49cca1f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Coffee, Heart, Sparkles, Star, MapPin } from 'lucide-react'; +import { Coffee, Heart, Sparkles, Star, MapPin, Clock, Phone } from 'lucide-react'; export default function LandingPage() { return ( @@ -171,7 +171,7 @@ export default function LandingPage() { tagIcon={MapPin} tagAnimation="slide-up" title="Odwiedź U Krawca Cafe" - description="📍 Praga, Warszawa\n☕ Kawa, która zostaje w pamięci\n🕯️ Atmosfera, która zostaje w sercu\n\nJeśli szukasz miejsca z charakterem, świetną kawą i wyjątkową atmosferą — czekamy na Ciebie!" + description="📍 ul. Praga 12, Warszawa\n⏰ Pn-Nd 07:00 - 19:00\n☎️ +48 123 456 789\n\nKawa, która zostaje w pamięci. Atmosfera, która zostaje w sercu. Czekamy na Ciebie!" background={{ variant: "radial-gradient" }} useInvertedBackground={true} imageSrc="http://img.b2bpic.net/free-photo/barman-making-coffee_23-2147821335.jpg?_wi=2" -- 2.49.1