Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4cfc2510da | |||
| c70f1f8904 | |||
| bdb6ac0e99 | |||
| 50fdb9c6ff | |||
| 810f349236 | |||
| 02c95ff43f |
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
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 ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
@@ -39,22 +39,17 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
title="Najlepszy Kebab w Jaworze – 4.7★ od 348 klientów"
|
||||
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"
|
||||
background={{ variant: "glowing-orb" }}
|
||||
tag="⭐ 4.7 Rating"
|
||||
tagAnimation="slide-up"
|
||||
<HeroBillboardScroll
|
||||
title="Euroasia Kebab"
|
||||
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"
|
||||
buttons={[
|
||||
{ text: "📞 Zadzwoń teraz", href: "tel:579297841" },
|
||||
{ text: "🛒 Zamów online", href: "#menu" }
|
||||
{ text: "🛒 Zamów online", href: "https://www.ubereats.com" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/iskender-kebab-with-rice-vegetables_140725-363.jpg"
|
||||
imageAlt="Smaczny kebab z mięsem"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
fixedMediaHeight={true}
|
||||
background={{ variant: "plain" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user