diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3a9a642..6834491 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,33 +32,22 @@ export default function LandingPage() {
@@ -66,101 +55,55 @@ export default function LandingPage() {
@@ -174,19 +117,13 @@ export default function LandingPage() {
description="At Moz Coffee, we believe that great coffee is more than just a drink; it's an experience. We meticulously select our beans, prepare each cup with care, and pair it with delectable desserts, all while maintaining the highest standards of hygiene and a welcoming atmosphere."
bulletPoints={[
{
- title: "Masterfully Brewed Coffee",
- description: "From rich Turkish coffee to perfect espresso, our baristas craft every drink with expertise and passion.",
- icon: Coffee,
+ title: "Masterfully Brewed Coffee", description: "From rich Turkish coffee to perfect espresso, our baristas craft every drink with expertise and passion.", icon: Coffee,
},
{
- title: "Decadent Desserts",
- description: "Indulge in our delicious strawberry tarts, cookies, and a rotating selection of delightful treats. A perfect pairing for your coffee.",
- icon: Cookie,
+ title: "Decadent Desserts", description: "Indulge in our delicious strawberry tarts, cookies, and a rotating selection of delightful treats. A perfect pairing for your coffee.", icon: Cookie,
},
{
- title: "Impeccable Hygiene",
- description: "Your health and comfort are our top priority. We maintain a pristine environment for your peace of mind and enjoyment.",
- icon: Feather,
+ title: "Impeccable Hygiene", description: "Your health and comfort are our top priority. We maintain a pristine environment for your peace of mind and enjoyment.", icon: Feather,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/coffee-beans-background_23-2148116661.jpg"
@@ -202,19 +139,11 @@ export default function LandingPage() {
useInvertedBackground={false}
negativeCard={{
items: [
- "Generic coffee experience",
- "Limited dessert options",
- "Unwelcoming ambiance",
- "Compromised hygiene",
- ],
+ "Generic coffee experience", "Limited dessert options", "Unwelcoming ambiance", "Compromised hygiene"],
}}
positiveCard={{
items: [
- "Masterfully crafted beverages",
- "Diverse, delicious desserts",
- "Cozy & inviting atmosphere",
- "Exceptional hygiene standards",
- ],
+ "Masterfully crafted beverages", "Diverse, delicious desserts", "Cozy & inviting atmosphere", "Exceptional hygiene standards"],
}}
title="What Makes Moz Coffee Stand Out"
description="Discover the Moz Coffee difference – where every detail is curated for your ultimate satisfaction and enjoyment."
@@ -228,56 +157,27 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p-1",
- name: "Turkish Coffee",
- price: "₺45",
- imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-lokum_114579-20004.jpg",
- rating: 5,
- imageAlt: "traditional turkish coffee cup",
- },
+ id: "p-1", name: "Turkish Coffee", price: "₺45", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-lokum_114579-20004.jpg", rating: 5,
+ imageAlt: "traditional turkish coffee cup"},
{
- id: "p-2",
- name: "Espresso",
- price: "₺40",
- imageSrc: "http://img.b2bpic.net/free-photo/guy-smelling-beer-pub_23-2147897015.jpg",
- rating: 5,
- imageAlt: "perfectly pulled espresso shot",
- },
+ id: "p-2", name: "Espresso", price: "₺40", imageSrc: "http://img.b2bpic.net/free-photo/guy-smelling-beer-pub_23-2147897015.jpg", rating: 5,
+ imageAlt: "perfectly pulled espresso shot"},
{
- id: "p-3",
- name: "Strawberry Tart",
- price: "₺60",
- imageSrc: "http://img.b2bpic.net/free-photo/fresh-red-strawberries-mellow-delicious-berries-inside-plate-with-cakes-light-desk_140725-32185.jpg",
- rating: 5,
- imageAlt: "fresh strawberry tart dessert",
- },
+ id: "p-3", name: "Strawberry Tart", price: "₺60", imageSrc: "http://img.b2bpic.net/free-photo/fresh-red-strawberries-mellow-delicious-berries-inside-plate-with-cakes-light-desk_140725-32185.jpg", rating: 5,
+ imageAlt: "fresh strawberry tart dessert"},
{
- id: "p-4",
- name: "Chocolate Chip Cookies",
- price: "₺35",
- imageSrc: "http://img.b2bpic.net/free-photo/plate-sweeties-two-cakes-biscuits-with-cinnamon_114579-5775.jpg",
- rating: 5,
- imageAlt: "homemade chocolate chip cookies stack",
- },
+ id: "p-4", name: "Chocolate Chip Cookies", price: "₺35", imageSrc: "http://img.b2bpic.net/free-photo/plate-sweeties-two-cakes-biscuits-with-cinnamon_114579-5775.jpg", rating: 5,
+ imageAlt: "homemade chocolate chip cookies stack"},
{
- id: "p-5",
- name: "Latte Art",
- price: "₺50",
- imageSrc: "http://img.b2bpic.net/free-photo/coffee-pour-creates-liquid-crown-white-mug_91128-4689.jpg",
- rating: 4.5,
- imageAlt: "beautiful latte art heart foam",
- },
+ id: "p-5", name: "Latte Art", price: "₺50", imageSrc: "http://img.b2bpic.net/free-photo/coffee-pour-creates-liquid-crown-white-mug_91128-4689.jpg", rating: 4.5,
+ imageAlt: "beautiful latte art heart foam"},
{
- id: "p-6",
- name: "Specialty Brew",
- price: "₺55",
- imageSrc: "http://img.b2bpic.net/free-photo/steam-espresso-caffeine-hot-black_1323-4.jpg",
- rating: 4.5,
- imageAlt: "specialty coffee brew method",
- },
+ id: "p-6", name: "Specialty Brew", price: "₺55", imageSrc: "http://img.b2bpic.net/free-photo/steam-espresso-caffeine-hot-black_1323-4.jpg", rating: 4.5,
+ imageAlt: "specialty coffee brew method"},
]}
title="Our Delicious Offerings"
description="Explore our exquisite selection of coffees and homemade desserts, crafted to perfection for your enjoyment. Always fresh, always delightful."
+ animationType="slide-up"
/>
@@ -286,35 +186,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "t-1",
- name: "Ayşe Yılmaz",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5358.jpg",
- imageAlt: "smiling diverse young woman portrait",
- },
+ id: "t-1", name: "Ayşe Yılmaz", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5358.jpg", imageAlt: "smiling diverse young woman portrait"},
{
- id: "t-2",
- name: "Emre Can",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-posing_23-2149069167.jpg",
- imageAlt: "happy young man portrait",
- },
+ id: "t-2", name: "Emre Can", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-posing_23-2149069167.jpg", imageAlt: "happy young man portrait"},
{
- id: "t-3",
- name: "Zeynep Demir",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hispanic-woman-wearing-business-jacket-looking-confident-camera-smiling-with-crossed-arms-hand-raised-chin-thinking-positive_839833-8974.jpg",
- imageAlt: "diverse woman smiling headshot",
- },
+ id: "t-3", name: "Zeynep Demir", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hispanic-woman-wearing-business-jacket-looking-confident-camera-smiling-with-crossed-arms-hand-raised-chin-thinking-positive_839833-8974.jpg", imageAlt: "diverse woman smiling headshot"},
{
- id: "t-4",
- name: "Cem Kılıç",
- imageSrc: "http://img.b2bpic.net/free-photo/friendly-lovely-girl-with-bright-make-up-dark-collected-hair-dressed-white-tshirt-is-smiling-camera-spend-time-outdoor-city-center-warm-sunny-day_291650-2385.jpg",
- imageAlt: "young man headshot smiling",
- },
+ id: "t-4", name: "Cem Kılıç", imageSrc: "http://img.b2bpic.net/free-photo/friendly-lovely-girl-with-bright-make-up-dark-collected-hair-dressed-white-tshirt-is-smiling-camera-spend-time-outdoor-city-center-warm-sunny-day_291650-2385.jpg", imageAlt: "young man headshot smiling"},
{
- id: "t-5",
- name: "Elif Özcan",
- imageSrc: "http://img.b2bpic.net/free-photo/waistup-shot-charming-selfassured-authentic-woman-feeling-great-accepting-own-imperfections_1258-228327.jpg",
- imageAlt: "happy young woman headshot",
- },
+ id: "t-5", name: "Elif Özcan", imageSrc: "http://img.b2bpic.net/free-photo/waistup-shot-charming-selfassured-authentic-woman-feeling-great-accepting-own-imperfections_1258-228327.jpg", imageAlt: "happy young woman headshot"},
]}
cardTitle="What Our Valued Customers Say"
cardTag="Loved by many, trusted by all"
@@ -328,30 +208,15 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "faq-1",
- title: "What are your opening hours?",
- content: "We are open daily from 8 AM to 8 PM, serving fresh coffee and desserts. Come visit us any day of the week!",
- },
+ id: "faq-1", title: "What are your opening hours?", content: "We are open daily from 8 AM to 8 PM, serving fresh coffee and desserts. Come visit us any day of the week!"},
{
- id: "faq-2",
- title: "Do you offer vegan options?",
- content: "Yes, we have a selection of vegan-friendly coffees and a rotating dessert option. Please ask our staff for today's specials and we'd be happy to guide you.",
- },
+ id: "faq-2", title: "Do you offer vegan options?", content: "Yes, we have a selection of vegan-friendly coffees and a rotating dessert option. Please ask our staff for today's specials and we'd be happy to guide you."},
{
- id: "faq-3",
- title: "Can I make a reservation?",
- content: "We operate on a first-come, first-served basis, so reservations are not typically required. For large groups or special events, please contact us in advance to discuss arrangements.",
- },
+ id: "faq-3", title: "Can I make a reservation?", content: "We operate on a first-come, first-served basis, so reservations are not typically required. For large groups or special events, please contact us in advance to discuss arrangements."},
{
- id: "faq-4",
- title: "Do you have outdoor seating?",
- content: "Yes, we offer comfortable outdoor patio seating for those who enjoy fresh air with their coffee. It's perfect for enjoying the weather on a sunny day.",
- },
+ id: "faq-4", title: "Do you have outdoor seating?", content: "Yes, we offer comfortable outdoor patio seating for those who enjoy fresh air with their coffee. It's perfect for enjoying the weather on a sunny day."},
{
- id: "faq-5",
- title: "Is Moz Coffee kid-friendly?",
- content: "Absolutely! We welcome families and have options for all ages, including some child-friendly treats and beverages. Our cozy atmosphere is suitable for everyone.",
- },
+ id: "faq-5", title: "Is Moz Coffee kid-friendly?", content: "Absolutely! We welcome families and have options for all ages, including some child-friendly treats and beverages. Our cozy atmosphere is suitable for everyone."},
]}
title="Frequently Asked Questions"
description="Find quick answers to common questions about Moz Coffee's menu, services, and location."
@@ -363,8 +228,7 @@ export default function LandingPage() {