diff --git a/src/app/page.tsx b/src/app/page.tsx index e9b7212..de6f38c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,8 @@ export default function LandingPage() { heading={[ { type: "text", content: "Crafted with passion for the" }, { - type: "image", src: "http://img.b2bpic.net/free-photo/top-view-male-barista-holding-professional-coffee-machine-cup_23-2148824423.jpg", alt: "Barista crafting specialty coffee"}, + type: "image", src: "http://img.b2bpic.net/free-photo/top-view-male-barista-holding-professional-coffee-machine-cup_23-2148824423.jpg", alt: "Barista crafting specialty coffee" + }, { type: "text", content: "Göktürk community" }, ]} buttons={[{ text: "Learn Our Story", href: "#features" }]} @@ -83,11 +84,13 @@ export default function LandingPage() { tagIcon={Sparkles} negativeCard={{ items: [ - "Generic instant coffee", "Crowded, noisy environment", "Limited seating options", "Rushed service experience"], + "Generic instant coffee", "Crowded, noisy environment", "Limited seating options", "Rushed service experience" + ], }} positiveCard={{ items: [ - "Specialty, artisanal coffee blends", "Calm, welcoming atmosphere", "Comfortable workspace & gathering areas", "Personalized, unhurried service"], + "Specialty, artisanal coffee blends", "Calm, welcoming atmosphere", "Comfortable workspace & gathering areas", "Personalized, unhurried service" + ], }} animationType="slide-up" textboxLayout="default" @@ -120,13 +123,17 @@ export default function LandingPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", title: "The Perfect Workspace for Remote Work", quote: "I work from Kahve Corner three times a week. The WiFi is reliable, the coffee is exceptional, and the quiet corners make it ideal for focused work. The baristas remember my usual order!", name: "Ayşe Kaya", role: "Digital Marketing Consultant", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-with-long-hair-winking-while-having-good-mood-smiling-showing-her-white-perfect-teeth_273609-7717.jpg", imageAlt: "Ayşe Kaya"}, + id: "1", title: "The Perfect Workspace for Remote Work", quote: "I work from Kahve Corner three times a week. The WiFi is reliable, the coffee is exceptional, and the quiet corners make it ideal for focused work. The baristas remember my usual order!", name: "Ayşe Kaya", role: "Digital Marketing Consultant", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-with-long-hair-winking-while-having-good-mood-smiling-showing-her-white-perfect-teeth_273609-7717.jpg", imageAlt: "Ayşe Kaya" + }, { - id: "2", title: "Finally, a Local Cafe Worth the Trip", quote: "After trying every coffee shop in the area, Kahve Corner stands out. The owner clearly cares about quality, the atmosphere is warm and inviting, and the prices are fair. This is now my go-to spot.", name: "Mehmet Şahin", role: "Local Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-laptop_23-2148205553.jpg", imageAlt: "Mehmet Şahin"}, + id: "2", title: "Finally, a Local Cafe Worth the Trip", quote: "After trying every coffee shop in the area, Kahve Corner stands out. The owner clearly cares about quality, the atmosphere is warm and inviting, and the prices are fair. This is now my go-to spot.", name: "Mehmet Şahin", role: "Local Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-laptop_23-2148205553.jpg", imageAlt: "Mehmet Şahin" + }, { - id: "3", title: "Perfect Venue for Our Company Events", quote: "We hosted our team's quarterly gathering at Kahve Corner. The private room was perfect, the catering options were excellent, and the staff went above and beyond to make our event special.", name: "Elif Demir", role: "HR Manager at Tech Startup", imageSrc: "http://img.b2bpic.net/free-photo/happy-male-near-cheerful-female-table_23-2148024563.jpg", imageAlt: "Elif Demir"}, + id: "3", title: "Perfect Venue for Our Company Events", quote: "We hosted our team's quarterly gathering at Kahve Corner. The private room was perfect, the catering options were excellent, and the staff went above and beyond to make our event special.", name: "Elif Demir", role: "HR Manager at Tech Startup", imageSrc: "http://img.b2bpic.net/free-photo/happy-male-near-cheerful-female-table_23-2148024563.jpg", imageAlt: "Elif Demir" + }, { - id: "4", title: "A Place Where Everyone Feels Welcome", quote: "Kahve Corner isn't just about coffee—it's about community. Whether I'm meeting friends, studying, or just needing a quiet moment, this place has exactly the right vibe. It's become part of my routine.", name: "Zeynep Arslan", role: "University Student & Coffee Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-gathering-with-food_23-2149001316.jpg", imageAlt: "Zeynep Arslan"}, + id: "4", title: "A Place Where Everyone Feels Welcome", quote: "Kahve Corner isn't just about coffee—it's about community. Whether I'm meeting friends, studying, or just needing a quiet moment, this place has exactly the right vibe. It's become part of my routine.", name: "Zeynep Arslan", role: "University Student & Coffee Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-gathering-with-food_23-2149001316.jpg", imageAlt: "Zeynep Arslan" + }, ]} textboxLayout="default" useInvertedBackground={false} @@ -142,8 +149,9 @@ export default function LandingPage() { tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={true} - names=[ - "Google Reviews - 4.9 Stars", "Instagram Community - 2K+ Followers", "Facebook Local Reviews - Highly Rated", "Local Food Blog Featured"] + names={[ + "Google Reviews - 4.9 Stars", "Instagram Community - 2K+ Followers", "Facebook Local Reviews - Highly Rated", "Local Food Blog Featured" + ]} speed={35} showCard={true} /> @@ -171,13 +179,16 @@ export default function LandingPage() { socialLinks={[ { icon: Instagram, - href: "https://instagram.com/kahvecorner", ariaLabel: "Follow us on Instagram"}, + href: "https://instagram.com/kahvecorner", ariaLabel: "Follow us on Instagram" + }, { icon: Facebook, - href: "https://facebook.com/kahvecorner", ariaLabel: "Follow us on Facebook"}, + href: "https://facebook.com/kahvecorner", ariaLabel: "Follow us on Facebook" + }, { icon: Phone, - href: "tel:+905551234567", ariaLabel: "Call us now"}, + href: "tel:+905551234567", ariaLabel: "Call us now" + }, ]} />