Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -26,21 +26,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Ana Sayfa",
|
||||
id: "/",
|
||||
},
|
||||
name: "Ana Sayfa", id: "/"},
|
||||
{
|
||||
name: "Hakkımızda",
|
||||
id: "/about",
|
||||
},
|
||||
name: "Hakkımızda", id: "/about"},
|
||||
{
|
||||
name: "Menü",
|
||||
id: "/menu",
|
||||
},
|
||||
name: "Menü", id: "/menu"},
|
||||
{
|
||||
name: "İletişim",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "İletişim", id: "/contact"},
|
||||
]}
|
||||
brandName="Moira Cafe"
|
||||
/>
|
||||
@@ -61,37 +53,17 @@ export default function LandingPage() {
|
||||
<TeamCardSix
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
members={[
|
||||
{
|
||||
id: "team-1",
|
||||
name: "Zeynep Yılmaz",
|
||||
role: "Kurucu & Baş Barista",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-asian-barista-girl-uniform-serving-coffee-waitress-holding-cup-drink-working-cafe_1258-129817.jpg",
|
||||
imageAlt: "Zeynep Yılmaz",
|
||||
},
|
||||
id: "team-1", name: "Zeynep Yılmaz", role: "Kurucu & Baş Barista", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-asian-barista-girl-uniform-serving-coffee-waitress-holding-cup-drink-working-cafe_1258-129817.jpg", imageAlt: "Zeynep Yılmaz"},
|
||||
{
|
||||
id: "team-2",
|
||||
name: "Arda Can",
|
||||
role: "Cafe Müdürü",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-asian-woman-apron-barista-giving-you-cup-coffee-working-cafe-serving_1258-199256.jpg",
|
||||
imageAlt: "Arda Can",
|
||||
},
|
||||
id: "team-2", name: "Arda Can", role: "Cafe Müdürü", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-asian-woman-apron-barista-giving-you-cup-coffee-working-cafe-serving_1258-199256.jpg", imageAlt: "Arda Can"},
|
||||
{
|
||||
id: "team-3",
|
||||
name: "Eylül Aksoy",
|
||||
role: "Pasta Şefi",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/optimistic-glad-dark-skinned-woman-with-afro-hairstyle-holds-two-sweet-sparkled-doughnuts-has-fun-with-sweets_273609-27109.jpg",
|
||||
imageAlt: "Eylül Aksoy",
|
||||
},
|
||||
id: "team-3", name: "Eylül Aksoy", role: "Pasta Şefi", imageSrc: "http://img.b2bpic.net/free-photo/optimistic-glad-dark-skinned-woman-with-afro-hairstyle-holds-two-sweet-sparkled-doughnuts-has-fun-with-sweets_273609-27109.jpg", imageAlt: "Eylül Aksoy"},
|
||||
{
|
||||
id: "team-4",
|
||||
name: "Cem Deniz",
|
||||
role: "Servis Şefi",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waitress-serving-cup-coffee-customer_1170-650.jpg",
|
||||
imageAlt: "Cem Deniz",
|
||||
},
|
||||
id: "team-4", name: "Cem Deniz", role: "Servis Şefi", imageSrc: "http://img.b2bpic.net/free-photo/waitress-serving-cup-coffee-customer_1170-650.jpg", imageAlt: "Cem Deniz"},
|
||||
]}
|
||||
title="Ekibimiz"
|
||||
description="Moira Cafe'yi Moira Cafe yapan tutkulu ve deneyimli ekibimizle tanışın."
|
||||
@@ -103,50 +75,31 @@ export default function LandingPage() {
|
||||
logoText="Moira Cafe"
|
||||
columns={[
|
||||
{
|
||||
title: "Keşfet",
|
||||
items: [
|
||||
title: "Keşfet", items: [
|
||||
{
|
||||
label: "Ana Sayfa",
|
||||
href: "/",
|
||||
},
|
||||
label: "Ana Sayfa", href: "/"},
|
||||
{
|
||||
label: "Hakkımızda",
|
||||
href: "/about",
|
||||
},
|
||||
label: "Hakkımızda", href: "/about"},
|
||||
{
|
||||
label: "Menü",
|
||||
href: "/menu",
|
||||
},
|
||||
label: "Menü", href: "/menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "İletişim",
|
||||
items: [
|
||||
title: "İletişim", items: [
|
||||
{
|
||||
label: "Bize Ulaşın",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Bize Ulaşın", href: "/contact"},
|
||||
{
|
||||
label: "Konum",
|
||||
href: "https://maps.app.goo.gl/example",
|
||||
},
|
||||
label: "Konum", href: "https://maps.app.goo.gl/example"},
|
||||
{
|
||||
label: "Çalışma Saatleri",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Çalışma Saatleri", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Sosyal Medya",
|
||||
items: [
|
||||
title: "Sosyal Medya", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/moiracafe",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/moiracafe"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com/moiracafe",
|
||||
},
|
||||
label: "Facebook", href: "https://facebook.com/moiracafe"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user