Merge version_2 into main #1

Merged
bender merged 1 commits from version_2 into main 2026-05-23 18:31:46 +00:00

View File

@@ -32,25 +32,15 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Experience",
id: "features",
},
name: "Experience", id: "features"},
{
name: "Menu",
id: "products",
},
name: "Menu", id: "products"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Artukbey"
/>
@@ -59,61 +49,38 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboard
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
title="Where Coastal Elegance Meets Coffee Mastery"
description="Discover İskenderuns premier coffee sanctuary, where every cup tells a story of heritage, craftsmanship, and Mediterranean inspiration. Experience coffee redefined."
buttons={[
{
text: "Reserve Your Moment",
href: "#contact",
},
text: "Reserve Your Moment", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/coffee-cup-table-cafe_1150-4002.jpg"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/hot-caramel-macchiato_1339-6103.jpg",
alt: "Patron one",
},
src: "http://img.b2bpic.net/free-photo/hot-caramel-macchiato_1339-6103.jpg", alt: "Patron one"},
{
src: "http://img.b2bpic.net/free-photo/hot-caramel-macchiato_1339-6113.jpg",
alt: "Patron two",
},
src: "http://img.b2bpic.net/free-photo/hot-caramel-macchiato_1339-6113.jpg", alt: "Patron two"},
{
src: "http://img.b2bpic.net/free-photo/cup-coffee-old-wooden-textured-table-empty-caf_23-2148209314.jpg",
alt: "Patron three",
},
src: "http://img.b2bpic.net/free-photo/cup-coffee-old-wooden-textured-table-empty-caf_23-2148209314.jpg", alt: "Patron three"},
{
src: "http://img.b2bpic.net/free-photo/cup-aromatic-coffee-counter_23-2147775880.jpg",
alt: "Patron four",
},
src: "http://img.b2bpic.net/free-photo/cup-aromatic-coffee-counter_23-2147775880.jpg", alt: "Patron four"},
{
src: "http://img.b2bpic.net/free-photo/wine-glass_1203-3448.jpg",
alt: "Patron five",
},
src: "http://img.b2bpic.net/free-photo/wine-glass_1203-3448.jpg", alt: "Patron five"},
]}
marqueeItems={[
{
type: "text",
text: "Artisan Roasts",
},
type: "text", text: "Artisan Roasts"},
{
type: "text",
text: "Mediterranean Vibes",
},
type: "text", text: "Mediterranean Vibes"},
{
type: "text",
text: "Coffee Heritage",
},
type: "text", text: "Coffee Heritage"},
{
type: "text",
text: "Premium Craft",
},
type: "text", text: "Premium Craft"},
{
type: "text",
text: "Coastal Sanctuary",
},
type: "text", text: "Coastal Sanctuary"},
]}
/>
</div>
@@ -126,17 +93,11 @@ export default function LandingPage() {
description="Artukbey brings the heritage of traditional coffee to the modern Mediterranean coast. We select only the finest beans, crafting each drink as a tribute to flavor and refinement."
bulletPoints={[
{
title: "Traditional Heritage",
description: "Centuries of coffee-making experience infused with contemporary refinement.",
},
title: "Traditional Heritage", description: "Centuries of coffee-making experience infused with contemporary refinement."},
{
title: "Artisan Craft",
description: "Every beverage is meticulously prepared to ensure the highest quality standards.",
},
title: "Artisan Craft", description: "Every beverage is meticulously prepared to ensure the highest quality standards."},
{
title: "Mediterranean Spirit",
description: "Inspired by the coastal breeze, we create environments that soothe and inspire.",
},
title: "Mediterranean Spirit", description: "Inspired by the coastal breeze, we create environments that soothe and inspire."},
]}
imageSrc="http://img.b2bpic.net/free-photo/machine-making-coffee_23-2148892815.jpg"
mediaAnimation="slide-up"
@@ -149,20 +110,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Premium Roasting",
description: "Directly sourced and roasted to perfection, delivering deep, nuanced flavors.",
imageSrc: "http://img.b2bpic.net/free-photo/steam-rises-cup-espresso-coffee-glass-water-cookies-table-closeup-sunlight-selective-focus-empty-space-cafe-breakfast-advertising-banner_166373-2882.jpg",
},
title: "Premium Roasting", description: "Directly sourced and roasted to perfection, delivering deep, nuanced flavors.", imageSrc: "http://img.b2bpic.net/free-photo/steam-rises-cup-espresso-coffee-glass-water-cookies-table-closeup-sunlight-selective-focus-empty-space-cafe-breakfast-advertising-banner_166373-2882.jpg"},
{
title: "Handcrafted Excellence",
description: "Our baristas are masters of their craft, ensuring your drink is always exceptional.",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-roasted-coffee-beans-old-coffee-grinder-against-black-backgrou_181624-58257.jpg",
},
title: "Handcrafted Excellence", description: "Our baristas are masters of their craft, ensuring your drink is always exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-roasted-coffee-beans-old-coffee-grinder-against-black-backgrou_181624-58257.jpg"},
{
title: "Coastal Ambiance",
description: "Designed with a minimalist luxury aesthetic to complement the Mediterranean shore.",
imageSrc: "http://img.b2bpic.net/free-photo/empty-table-chair-around-beach-background_74190-2094.jpg",
},
title: "Coastal Ambiance", description: "Designed with a minimalist luxury aesthetic to complement the Mediterranean shore.", imageSrc: "http://img.b2bpic.net/free-photo/empty-table-chair-around-beach-background_74190-2094.jpg"},
]}
title="The Artukbey Experience"
description="Our cafe is designed as a sanctuary of sensory pleasure, providing unmatched quality in every sip and every setting."
@@ -177,41 +129,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1",
name: "Signature Turkish Coffee",
price: "45 TL",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081455.jpg",
},
id: "1", name: "Signature Turkish Coffee", price: "45 TL", imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081455.jpg"},
{
id: "2",
name: "Artisan Latte",
price: "65 TL",
imageSrc: "http://img.b2bpic.net/free-photo/barista-making-cappuccino_1150-8043.jpg",
},
id: "2", name: "Artisan Latte", price: "65 TL", imageSrc: "http://img.b2bpic.net/free-photo/barista-making-cappuccino_1150-8043.jpg"},
{
id: "3",
name: "Mediterranean Brew",
price: "55 TL",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-glasses-assortment_23-2149514317.jpg",
},
id: "3", name: "Mediterranean Brew", price: "55 TL", imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-glasses-assortment_23-2149514317.jpg"},
{
id: "4",
name: "Traditional Roast",
price: "50 TL",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-pensive-barista-is-enjoying-her-coffee-after-long-shift-standing-coffee-maker_613910-17379.jpg",
},
id: "4", name: "Traditional Roast", price: "50 TL", imageSrc: "http://img.b2bpic.net/free-photo/attractive-pensive-barista-is-enjoying-her-coffee-after-long-shift-standing-coffee-maker_613910-17379.jpg"},
{
id: "5",
name: "Signature Cold Brew",
price: "75 TL",
imageSrc: "http://img.b2bpic.net/free-photo/iced-cappuccino_1339-1610.jpg",
},
id: "5", name: "Signature Cold Brew", price: "75 TL", imageSrc: "http://img.b2bpic.net/free-photo/iced-cappuccino_1339-1610.jpg"},
{
id: "6",
name: "Gourmet Dessert Pairing",
price: "90 TL",
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-cake-appetizing-cake-cookies-cup-tea-cinnamon-lemon_140725-73966.jpg",
},
id: "6", name: "Gourmet Dessert Pairing", price: "90 TL", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-cake-appetizing-cake-cookies-cup-tea-cinnamon-lemon_140725-73966.jpg"},
]}
title="Signature Menu"
description="Explore our curated collection of specialty coffees and artisan pairings designed for the refined palate."
@@ -225,59 +153,28 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Ceren Yılmaz",
role: "Architect",
company: "Iskenderun Studio",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-stylish-male-wearing-elegant-suit-dark-background_613910-11359.jpg",
},
id: "1", name: "Ceren Yılmaz", role: "Architect", company: "Iskenderun Studio", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-stylish-male-wearing-elegant-suit-dark-background_613910-11359.jpg"},
{
id: "2",
name: "Mehmet Demir",
role: "Entrepreneur",
company: "Global Tech",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/waist-up-portrait-beautiful-successful-gray-haired-mature-businesswoman-formal-wear-having-serious-pensive-facial-expression_343059-3707.jpg",
},
id: "2", name: "Mehmet Demir", role: "Entrepreneur", company: "Global Tech", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/waist-up-portrait-beautiful-successful-gray-haired-mature-businesswoman-formal-wear-having-serious-pensive-facial-expression_343059-3707.jpg"},
{
id: "3",
name: "Ayşe Arı",
role: "Designer",
company: "Creative Co.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-coffee-break_23-2148756282.jpg",
},
id: "3", name: "Ayşe Arı", role: "Designer", company: "Creative Co.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-coffee-break_23-2148756282.jpg"},
{
id: "4",
name: "Can Berk",
role: "Doctor",
company: "City Hospital",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-abstract-leaves-pattern_23-2149010192.jpg",
},
id: "4", name: "Can Berk", role: "Doctor", company: "City Hospital", rating: 5,
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-abstract-leaves-pattern_23-2149010192.jpg"},
{
id: "5",
name: "Selin Kaya",
role: "Chef",
company: "Gourmet Kitchen",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pleased-happy-young-africanamerican-lying-bean-bag-chair-while-being-park-enjoying-listening-music-with-closed-eyes-relaxed-smile-man-spaces-out-from-all-problems_176420-55176.jpg",
},
id: "5", name: "Selin Kaya", role: "Chef", company: "Gourmet Kitchen", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pleased-happy-young-africanamerican-lying-bean-bag-chair-while-being-park-enjoying-listening-music-with-closed-eyes-relaxed-smile-man-spaces-out-from-all-problems_176420-55176.jpg"},
]}
kpiItems={[
{
value: "100%",
label: "Satisfaction Rate",
},
value: "100%", label: "Satisfaction Rate"},
{
value: "5k+",
label: "Cups Served",
},
value: "5k+", label: "Cups Served"},
{
value: "5/5",
label: "Avg Rating",
},
value: "5/5", label: "Avg Rating"},
]}
title="Words from Our Patrons"
description="Experience excellence through the eyes of those who appreciate the finer things."
@@ -289,12 +186,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Artukbey Legacy",
"Mediterranean roasters",
"Coastal Cafe Association",
"Artisan Coffee Guild",
"Gourmet Coffee Awards",
]}
"Artukbey Legacy", "Mediterranean roasters", "Coastal Cafe Association", "Artisan Coffee Guild", "Gourmet Coffee Awards"]}
title="Our Trusted Partners & Legacy"
description="Artukbey Coffee stands as a pillar of tradition and quality, honored by industry connoisseurs and local connoisseurs."
/>
@@ -305,20 +197,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "Do you offer specialty roasting beans?",
content: "Yes, we roast our beans daily in small batches to ensure absolute freshness.",
},
id: "1", title: "Do you offer specialty roasting beans?", content: "Yes, we roast our beans daily in small batches to ensure absolute freshness."},
{
id: "2",
title: "Is there a reservation policy?",
content: "We recommend reservations, especially on weekends, to ensure your spot in our coastal sanctuary.",
},
id: "2", title: "Is there a reservation policy?", content: "We recommend reservations, especially on weekends, to ensure your spot in our coastal sanctuary."},
{
id: "3",
title: "Do you host events?",
content: "Yes, our lounge area is perfect for intimate gatherings and premium coffee workshops.",
},
id: "3", title: "Do you host events?", content: "Yes, our lounge area is perfect for intimate gatherings and premium coffee workshops."},
]}
sideTitle="Common Questions"
sideDescription="We're here to answer your questions about our coffee, beans, and the Artukbey experience."
@@ -333,27 +216,16 @@ export default function LandingPage() {
description="Reach out to reserve a table or inquire about our premium coffee services and specialty offerings."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email",
required: true,
name: "email", type: "email", placeholder: "Your Email", required: true,
},
{
name: "phone",
type: "tel",
placeholder: "Phone Number",
},
name: "phone", type: "tel", placeholder: "Phone Number"},
]}
textarea={{
name: "message",
placeholder: "How can we make your visit special?",
rows: 4,
name: "message", placeholder: "How can we make your visit special?", rows: 4,
}}
imageSrc="http://img.b2bpic.net/free-photo/luxury-meeting-dining-room-table-multiple-chairs_114579-2067.jpg"
/>
@@ -363,33 +235,21 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Menu",
href: "#products",
},
label: "Menu", href: "#products"},
{
label: "Reservations",
href: "#contact",
},
label: "Reservations", href: "#contact"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "İskenderun Sahil",
href: "#",
},
label: "İskenderun Sahil", href: "#"},
{
label: "Email: hello@artukbey.com",
href: "mailto:hello@artukbey.com",
},
label: "Email: hello@artukbey.com", href: "mailto:hello@artukbey.com"},
],
},
]}
@@ -400,4 +260,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}