Update src/app/page.tsx

This commit is contained in:
2026-04-07 05:50:40 +00:00
parent 6feba64bfb
commit e4c2bb084c

View File

@@ -30,17 +30,11 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Başlanğıc",
id: "hero",
},
name: "Başlanğıc", id: "hero"},
{
name: "Haqqımızda",
id: "about",
},
name: "Haqqımızda", id: "about"},
{
name: "Menyu",
id: "menu",
},
name: "Menyu", id: "menu"},
]}
brandName="Mocha Cafe"
/>
@@ -49,35 +43,22 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
title="Bakının ən isti küncü"
description="Hər fincan öz hekayəsini danışır. Bəzən səssiz bir sübh, bəzən yaxın dostu ilə uzun bir axşam."
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-cup-coffee-macarons_23-2148349701.jpg?_wi=1",
imageAlt: "Qəhvə süfrəsi",
},
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-cup-coffee-macarons_23-2148349701.jpg?_wi=1", imageAlt: "Qəhvə süfrəsi"},
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-barista-cleans-portafilter-before-preparing-cappuccino-coffee-shop-restaurant_613910-20296.jpg",
imageAlt: "Barista iş başında",
},
imageSrc: "http://img.b2bpic.net/free-photo/side-view-barista-cleans-portafilter-before-preparing-cappuccino-coffee-shop-restaurant_613910-20296.jpg", imageAlt: "Barista iş başında"},
{
imageSrc: "http://img.b2bpic.net/free-photo/high-end-professional-cabinet-used-psychotherapy-meetings_482257-117710.jpg",
imageAlt: "Kafe interyeri",
},
imageSrc: "http://img.b2bpic.net/free-photo/high-end-professional-cabinet-used-psychotherapy-meetings_482257-117710.jpg", imageAlt: "Kafe interyeri"},
{
imageSrc: "http://img.b2bpic.net/free-photo/sweet-pastry-display-fresh-baked-goodness-generated-by-ai_188544-40880.jpg",
imageAlt: "Şirniyyat detalları",
},
imageSrc: "http://img.b2bpic.net/free-photo/sweet-pastry-display-fresh-baked-goodness-generated-by-ai_188544-40880.jpg", imageAlt: "Şirniyyat detalları"},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-roasted-coffee-beans_23-2148795870.jpg",
imageAlt: "Qəhvə dənələri",
},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-roasted-coffee-beans_23-2148795870.jpg", imageAlt: "Qəhvə dənələri"},
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-suffering-from-cybersickness-from-using-tech-device-too-long_23-2151393746.jpg",
imageAlt: "Axşam atmosferi",
},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-suffering-from-cybersickness-from-using-tech-device-too-long_23-2151393746.jpg", imageAlt: "Axşam atmosferi"},
]}
/>
</div>
@@ -99,47 +80,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1",
name: "Signature Mocha",
price: "7.50 AZN",
variant: "Qəhvə",
imageSrc: "http://img.b2bpic.net/free-photo/hot-latte-art-coffee-table-filtered-image-processed-vintage_1232-2210.jpg",
},
id: "1", name: "Signature Mocha", price: "7.50 AZN", variant: "Qəhvə", imageSrc: "http://img.b2bpic.net/free-photo/hot-latte-art-coffee-table-filtered-image-processed-vintage_1232-2210.jpg"},
{
id: "2",
name: "Viennese Latte",
price: "6.80 AZN",
variant: "Qəhvə",
imageSrc: "http://img.b2bpic.net/free-photo/flavored-coffee-with-cinnamon-whipped-cream_140725-2287.jpg",
},
id: "2", name: "Viennese Latte", price: "6.80 AZN", variant: "Qəhvə", imageSrc: "http://img.b2bpic.net/free-photo/flavored-coffee-with-cinnamon-whipped-cream_140725-2287.jpg"},
{
id: "3",
name: "Kruassan",
price: "4.20 AZN",
variant: "Şirniyyat",
imageSrc: "http://img.b2bpic.net/free-photo/croissant-with-cup-tea-wooden-table-flat-lay_176474-8171.jpg",
},
id: "3", name: "Kruassan", price: "4.20 AZN", variant: "Şirniyyat", imageSrc: "http://img.b2bpic.net/free-photo/croissant-with-cup-tea-wooden-table-flat-lay_176474-8171.jpg"},
{
id: "4",
name: "Meyvəli Tart",
price: "5.50 AZN",
variant: "Şirniyyat",
imageSrc: "http://img.b2bpic.net/free-photo/homemade-delicious-rustic-summer-berry-tartles_114579-10442.jpg",
},
id: "4", name: "Meyvəli Tart", price: "5.50 AZN", variant: "Şirniyyat", imageSrc: "http://img.b2bpic.net/free-photo/homemade-delicious-rustic-summer-berry-tartles_114579-10442.jpg"},
{
id: "5",
name: "Tiramisu",
price: "6.00 AZN",
variant: "Şirniyyat",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-homemade-tiramisu-cake_114579-64035.jpg",
},
id: "5", name: "Tiramisu", price: "6.00 AZN", variant: "Şirniyyat", imageSrc: "http://img.b2bpic.net/free-photo/tasty-homemade-tiramisu-cake_114579-64035.jpg"},
{
id: "6",
name: "Çay",
price: "3.50 AZN",
variant: "İçki",
imageSrc: "http://img.b2bpic.net/free-photo/cup-red-tea-croissant-knitted-element-wooden-tray_169016-26199.jpg",
},
id: "6", name: "Çay", price: "3.50 AZN", variant: "İçki", imageSrc: "http://img.b2bpic.net/free-photo/cup-red-tea-croissant-knitted-element-wooden-tray_169016-26199.jpg"},
]}
title="Seçilmiş ləzzətlər"
description="Hər dəfə yeni bir kəşf, hər dəfə doğma bir dad."
@@ -151,30 +102,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Aysel",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-friendly-asian-girl-smiling-serving-coffee-barista-giving-you-cup-coffee_1258-197388.jpg",
},
id: "1", name: "Aysel", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-friendly-asian-girl-smiling-serving-coffee-barista-giving-you-cup-coffee_1258-197388.jpg"},
{
id: "2",
name: "Kamran",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-wearing-winter-coat-sitting-with-coffee-outdoor-cafe_613910-19158.jpg",
},
id: "2", name: "Kamran", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-wearing-winter-coat-sitting-with-coffee-outdoor-cafe_613910-19158.jpg"},
{
id: "3",
name: "Leyla",
imageSrc: "http://img.b2bpic.net/free-photo/woman-films-vlog-praising-bio-local-shop_482257-81629.jpg",
},
id: "3", name: "Leyla", imageSrc: "http://img.b2bpic.net/free-photo/woman-films-vlog-praising-bio-local-shop_482257-81629.jpg"},
{
id: "4",
name: "Rəşad",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg",
},
id: "4", name: "Rəşad", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg"},
{
id: "5",
name: "Nigar",
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-cafe_1328-2407.jpg",
},
id: "5", name: "Nigar", imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-cafe_1328-2407.jpg"},
]}
cardTitle="Qonaqlarımızın gözündən"
cardAnimation="blur-reveal"
@@ -186,8 +122,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
title="Bizimlə əlaqə saxlayın"
description="Bakının qəhvə mədəniyyəti ilə bağlı hər hansı bir sualınız varsa, bizə yaza bilərsiniz."
tag="Əlaqə"
@@ -202,29 +137,19 @@ export default function LandingPage() {
logoText="Mocha Cafe Baku"
columns={[
{
title: "Menyu",
items: [
title: "Menyu", items: [
{
label: "Qəhvə",
href: "#menu",
},
label: "Qəhvə", href: "#menu"},
{
label: "Şirniyyat",
href: "#menu",
},
label: "Şirniyyat", href: "#menu"},
],
},
{
title: "Bizimlə əlaqə",
items: [
title: "Bizimlə əlaqə", items: [
{
label: "Instagram",
href: "#",
},
label: "Instagram", href: "#"},
{
label: "Ünvan",
href: "#",
},
label: "Ünvan", href: "#"},
],
},
]}
@@ -233,4 +158,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}