Update src/app/location/page.tsx
This commit is contained in:
@@ -5,7 +5,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
import ContactText from '@/components/sections/contact/ContactText';
|
||||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
@@ -79,22 +79,14 @@ export default function LocationPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="location-map" data-section="location-map">
|
<div id="location-map" data-section="location-map">
|
||||||
<ContactSplit
|
<ContactText
|
||||||
tag="Konum"
|
text="Bizi Ziyaret Edin"
|
||||||
title="Bizi Ziyaret Edin"
|
|
||||||
description="Burg Burger İstanbul şubesinin haritasını ve adres bilgilerini aşağıda bulabilirsiniz. Lezzet dolu anlar için sizleri bekliyoruz!"
|
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
mediaPosition="left"
|
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/map-istanbul_23-2147775538.jpg"
|
|
||||||
imageAlt="Burg Burger İstanbul Konumu Haritası"
|
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Yol Tarifi Al", href: "https://www.google.com/maps/dir/?api=1&destination=Burg+Burger+Istanbul", onClick: () => console.log('Yol Tarifi Al') },
|
{ text: "Yol Tarifi Al", href: "https://www.google.com/maps/dir/?api=1&destination=Burg+Burger+Istanbul", onClick: () => console.log('Yol Tarifi Al') },
|
||||||
{ text: "Hemen Ara", href: "tel:+902121234567" }
|
{ text: "Hemen Ara", href: "tel:+902121234567" }
|
||||||
]}
|
]}
|
||||||
mediaAnimation="slide-up"
|
|
||||||
tagAnimation="opacity"
|
|
||||||
buttonAnimation="slide-up"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user