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 NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
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';
|
||||
|
||||
export const metadata: Metadata = {
|
||||
@@ -79,22 +79,14 @@ export default function LocationPage() {
|
||||
</div>
|
||||
|
||||
<div id="location-map" data-section="location-map">
|
||||
<ContactSplit
|
||||
tag="Konum"
|
||||
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!"
|
||||
<ContactText
|
||||
text="Bizi Ziyaret Edin"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
mediaPosition="left"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/map-istanbul_23-2147775538.jpg"
|
||||
imageAlt="Burg Burger İstanbul Konumu Haritası"
|
||||
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: "Hemen Ara", href: "tel:+902121234567" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
tagAnimation="opacity"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user