Update src/app/page.tsx

This commit is contained in:
2026-05-11 17:24:19 +00:00
parent c7fa7cebfc
commit 0a6cfc77c6

View File

@@ -33,21 +33,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Story",
id: "about",
},
name: "Story", id: "about"},
{
name: "Menu",
id: "products",
},
name: "Menu", id: "products"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Eski Kahvecim"
/>
@@ -59,9 +51,7 @@ export default function LandingPage() {
description="Artisan coffee beans, roasted with tradition, served for your modern mornings."
buttons={[
{
text: "Explore Menu",
href: "#products",
},
text: "Explore Menu", href: "#products"},
]}
imageSrc="http://img.b2bpic.net/free-photo/pouring-iced-coffee-glass_23-2148937300.jpg"
imageAlt="Artisanal coffee experience"
@@ -88,20 +78,11 @@ export default function LandingPage() {
description="We don't just serve coffee; we create rituals. Experience the difference of quality sourcing and expert craftsmanship."
accordionItems={[
{
id: "1",
title: "Freshly Roasted",
content: "Our beans are roasted daily in-house to ensure peak freshness and flavor profile.",
},
id: "1", title: "Freshly Roasted", content: "Our beans are roasted daily in-house to ensure peak freshness and flavor profile."},
{
id: "2",
title: "Ethically Sourced",
content: "Direct trade partnerships with farmers support sustainable agriculture and communities.",
},
id: "2", title: "Ethically Sourced", content: "Direct trade partnerships with farmers support sustainable agriculture and communities."},
{
id: "3",
title: "Expert Baristas",
content: "Our team is trained in the art of precision brewing to extract the perfect balance.",
},
id: "3", title: "Expert Baristas", content: "Our team is trained in the art of precision brewing to extract the perfect balance."},
]}
imageSrc="http://img.b2bpic.net/free-photo/closeup-barista-making-latte-art_53876-13485.jpg"
mediaAnimation="blur-reveal"
@@ -114,43 +95,20 @@ export default function LandingPage() {
textboxLayout="split"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
buttons={[{ text: "Order Now" }]}
products={[
{
id: "1",
name: "Flat White",
price: "$4.50",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-empty-white-cup-sauce-left-side-isolated-gray-surface-with-distressed-surface_179666-42509.jpg",
},
id: "1", name: "Flat White", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/elegant-empty-white-cup-sauce-left-side-isolated-gray-surface-with-distressed-surface_179666-42509.jpg"},
{
id: "2",
name: "Iced Americano",
price: "$3.75",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-iced-coffee-sugar-cubes_23-2149600698.jpg",
},
id: "2", name: "Iced Americano", price: "$3.75", imageSrc: "http://img.b2bpic.net/free-photo/top-view-iced-coffee-sugar-cubes_23-2149600698.jpg"},
{
id: "3",
name: "Signature Cappuccino",
price: "$4.25",
imageSrc: "http://img.b2bpic.net/free-photo/woman-wool-sweater-holding-glass-creamy-dalgona-coffee-sprinkled-with-chocolate_181624-56238.jpg",
},
id: "3", name: "Signature Cappuccino", price: "$4.25", imageSrc: "http://img.b2bpic.net/free-photo/woman-wool-sweater-holding-glass-creamy-dalgona-coffee-sprinkled-with-chocolate_181624-56238.jpg"},
{
id: "4",
name: "Traditional Turkish Coffee",
price: "$5.00",
imageSrc: "http://img.b2bpic.net/free-photo/brew-coffee-turk-open-fire-concept-cozy-atmosphere-drinks_169016-6756.jpg",
},
id: "4", name: "Traditional Turkish Coffee", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/brew-coffee-turk-open-fire-concept-cozy-atmosphere-drinks_169016-6756.jpg"},
{
id: "5",
name: "Mocha Bliss",
price: "$4.75",
imageSrc: "http://img.b2bpic.net/free-photo/cappuccino-fancy-glass-with-cake_78826-3325.jpg",
},
id: "5", name: "Mocha Bliss", price: "$4.75", imageSrc: "http://img.b2bpic.net/free-photo/cappuccino-fancy-glass-with-cake_78826-3325.jpg"},
{
id: "6",
name: "French Press Daily",
price: "$4.00",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-press-kit-coffee_52683-96764.jpg",
},
id: "6", name: "French Press Daily", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/still-life-press-kit-coffee_52683-96764.jpg"},
]}
title="Our Signature Brews"
description="Explore our curated selection of coffee beverages, crafted to perfection."
@@ -165,20 +123,11 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "15K+",
description: "Cups Brewed Monthly",
},
id: "m1", value: "15K+", description: "Cups Brewed Monthly"},
{
id: "m2",
value: "20",
description: "Single Origin Beans",
},
id: "m2", value: "20", description: "Single Origin Beans"},
{
id: "m3",
value: "100%",
description: "Ethically Sourced",
},
id: "m3", value: "100%", description: "Ethically Sourced"},
]}
title="By The Numbers"
description="The impact of our passion on your daily morning routine."
@@ -190,30 +139,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Aylin K.",
imageSrc: "http://img.b2bpic.net/free-photo/laughing-romantic-girl-with-red-ribbon-enjoying-morning-with-coffee-indoor-shot-lovable-curly-lady-holding-cup-tea-phone_197531-9683.jpg",
},
id: "1", name: "Aylin K.", imageSrc: "http://img.b2bpic.net/free-photo/laughing-romantic-girl-with-red-ribbon-enjoying-morning-with-coffee-indoor-shot-lovable-curly-lady-holding-cup-tea-phone_197531-9683.jpg"},
{
id: "2",
name: "Mehmet Y.",
imageSrc: "http://img.b2bpic.net/free-photo/you-get-it-it-s-so-funny_329181-2916.jpg",
},
id: "2", name: "Mehmet Y.", imageSrc: "http://img.b2bpic.net/free-photo/you-get-it-it-s-so-funny_329181-2916.jpg"},
{
id: "3",
name: "Deniz S.",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-holds-red-mug-has-glad-facial-expression-wears-yellow-hat-striped-sweater_273609-33225.jpg",
},
id: "3", name: "Deniz S.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-holds-red-mug-has-glad-facial-expression-wears-yellow-hat-striped-sweater_273609-33225.jpg"},
{
id: "4",
name: "Burak D.",
imageSrc: "http://img.b2bpic.net/free-photo/young-blond-girl-posing-against-white-wall_176420-32845.jpg",
},
id: "4", name: "Burak D.", imageSrc: "http://img.b2bpic.net/free-photo/young-blond-girl-posing-against-white-wall_176420-32845.jpg"},
{
id: "5",
name: "Zeynep M.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-happy-rich-stylish-man-dressed-modern-elegant-clothes-holds-cup-coffee-outdoor-restaurant_613910-3978.jpg",
},
id: "5", name: "Zeynep M.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-happy-rich-stylish-man-dressed-modern-elegant-clothes-holds-cup-coffee-outdoor-restaurant_613910-3978.jpg"},
]}
cardTitle="Coffee Lovers"
cardTag="Testimonials"
@@ -226,20 +160,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "Do you have dairy-free milk?",
content: "Yes! We offer oat, almond, and soy milk alternatives for all our drinks.",
},
id: "q1", title: "Do you have dairy-free milk?", content: "Yes! We offer oat, almond, and soy milk alternatives for all our drinks."},
{
id: "q2",
title: "Can I buy beans to go?",
content: "Absolutely. Our freshly roasted beans are available in 250g and 500g bags.",
},
id: "q2", title: "Can I buy beans to go?", content: "Absolutely. Our freshly roasted beans are available in 250g and 500g bags."},
{
id: "q3",
title: "Where are your beans from?",
content: "We source from premium micro-lots in Ethiopia, Colombia, and Brazil.",
},
id: "q3", title: "Where are your beans from?", content: "We source from premium micro-lots in Ethiopia, Colombia, and Brazil."},
]}
sideTitle="Frequently Asked"
faqsAnimation="slide-up"
@@ -253,15 +178,9 @@ export default function LandingPage() {
description="Find us in the heart of the city for a perfect start to your day."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
},
name: "name", type: "text", placeholder: "Your Name"},
{
name: "email",
type: "email",
placeholder: "Your Email",
},
name: "email", type: "email", placeholder: "Your Email"},
]}
imageSrc="http://img.b2bpic.net/free-photo/decorated-front-door_23-2150562486.jpg"
/>
@@ -272,33 +191,21 @@ export default function LandingPage() {
logoText="Eski Kahvecim"
columns={[
{
title: "Navigation",
items: [
title: "Navigation", items: [
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
{
label: "Menu",
href: "#products",
},
label: "Menu", href: "#products"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}