Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4cfc2510da | |||
| c70f1f8904 | |||
| bdb6ac0e99 |
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||||
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
|
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
|
||||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||||
@@ -39,12 +39,9 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplit
|
<HeroBillboardScroll
|
||||||
title="Najlepszy Kebab w Jaworze – 4.7★ od 348 klientów"
|
title="Euroasia Kebab"
|
||||||
description="Kraftowe mięso. Duże porcje. Szybka obsługa. Na miejscu, na wynos i z dostawą. Otwarte do 23:00. Chrobrego 2, 59-400 Jawor"
|
description="Najlepszy Kebab w Jaworze – 4.7★ od 348 klientów. Kraftowe mięso. Duże porcje. Szybka obsługa. Na miejscu, na wynos i z dostawą. Otwarte do 23:00. Chrobrego 2, 59-400 Jawor"
|
||||||
background={{ variant: "glowing-orb" }}
|
|
||||||
tag="⭐ 4.7 Rating"
|
|
||||||
tagAnimation="slide-up"
|
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "📞 Zadzwoń teraz", href: "tel:579297841" },
|
{ text: "📞 Zadzwoń teraz", href: "tel:579297841" },
|
||||||
{ text: "🛒 Zamów online", href: "https://www.ubereats.com" }
|
{ text: "🛒 Zamów online", href: "https://www.ubereats.com" }
|
||||||
@@ -52,9 +49,7 @@ export default function LandingPage() {
|
|||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/iskender-kebab-with-rice-vegetables_140725-363.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/iskender-kebab-with-rice-vegetables_140725-363.jpg"
|
||||||
imageAlt="Smaczny kebab z mięsem"
|
imageAlt="Smaczny kebab z mięsem"
|
||||||
mediaAnimation="slide-up"
|
background={{ variant: "plain" }}
|
||||||
imagePosition="right"
|
|
||||||
fixedMediaHeight={true}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user