Merge version_2 into main #3
@@ -9,7 +9,6 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import { Flame, Truck, Mail, Clock } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -85,6 +84,7 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
text="Dołącz do naszego newslettera, aby otrzymywać kody rabatowe i informacje o naszych promocjach!"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Zapisz się" }]}
|
||||
/>
|
||||
</div>
|
||||
@@ -93,6 +93,7 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
text="Godziny otwarcia: Pon-Sob: 11:00-22:00 | Niedziela: Zamknięte"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user