diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4ec5575..aeba187 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
-import { Facebook, Instagram } from "lucide-react";
+import { Facebook, Instagram, X } from "lucide-react";
export default function LandingPage() {
return (
@@ -33,37 +33,21 @@ export default function LandingPage() {
@@ -75,9 +59,7 @@ export default function LandingPage() {
description="Your neighborhood's favorite gathering spot. Καφετέρια Θεατράκι serves handcrafted coffee, fresh pastries, and genuine hospitality in the heart of the community. Stop by today and become part of our family."
buttons={[
{
- text: "View Our Menu & Hours",
- href: "#menu",
- },
+ text: "View Our Menu & Hours", href: "#menu"},
]}
imageSrc="http://img.b2bpic.net/free-photo/empty-wood-chair_1339-6716.jpg"
imageAlt="Cozy interior of Καφετέρια Θεατράκι"
@@ -89,15 +71,11 @@ export default function LandingPage() {
useInvertedBackground={false}
heading={[
{
- type: "text",
- content: "More Than Just Coffee",
- },
+ type: "text", content: "More Than Just Coffee"},
]}
buttons={[
{
- text: "Our Story",
- href: "#",
- },
+ text: "Our Story", href: "#"},
]}
/>
@@ -110,53 +88,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "p-1",
- name: "Classic Latte",
- price: "€3.50",
- variant: "Espresso & steamed milk",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-cups-coffee-with-milk_23-2148337173.jpg",
- imageAlt: "Classic Latte",
- },
+ id: "p-1", name: "Classic Latte", price: "€3.50", variant: "Espresso & steamed milk", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cups-coffee-with-milk_23-2148337173.jpg", imageAlt: "Classic Latte"},
{
- id: "p-2",
- name: "Double Espresso",
- price: "€2.80",
- variant: "Rich, intense coffee",
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-holding-cup-coffee_23-2147906479.jpg",
- imageAlt: "Double Espresso",
- },
+ id: "p-2", name: "Double Espresso", price: "€2.80", variant: "Rich, intense coffee", imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-holding-cup-coffee_23-2147906479.jpg", imageAlt: "Double Espresso"},
{
- id: "p-3",
- name: "Butter Croissant",
- price: "€2.00",
- variant: "Flaky & golden brown",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sweet-pastry-dark-surface-pie-bake-cake-hotcake-oven-dessert-biscuit-dough_179666-17703.jpg",
- imageAlt: "Butter Croissant",
- },
+ id: "p-3", name: "Butter Croissant", price: "€2.00", variant: "Flaky & golden brown", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sweet-pastry-dark-surface-pie-bake-cake-hotcake-oven-dessert-biscuit-dough_179666-17703.jpg", imageAlt: "Butter Croissant"},
{
- id: "p-4",
- name: "Blueberry Muffin",
- price: "€2.50",
- variant: "Fresh blueberries",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-muffins-with-grapes_23-2148482467.jpg",
- imageAlt: "Blueberry Muffin",
- },
+ id: "p-4", name: "Blueberry Muffin", price: "€2.50", variant: "Fresh blueberries", imageSrc: "http://img.b2bpic.net/free-photo/close-up-muffins-with-grapes_23-2148482467.jpg", imageAlt: "Blueberry Muffin"},
{
- id: "p-5",
- name: "Breakfast Sandwich",
- price: "€4.50",
- variant: "Eggs, cheese, ham",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-toast-sandwich-with-tomatoes-hard-boiled-egg_23-2148893600.jpg",
- imageAlt: "Breakfast Sandwich",
- },
+ id: "p-5", name: "Breakfast Sandwich", price: "€4.50", variant: "Eggs, cheese, ham", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-toast-sandwich-with-tomatoes-hard-boiled-egg_23-2148893600.jpg", imageAlt: "Breakfast Sandwich"},
{
- id: "p-6",
- name: "Fresh Orange Juice",
- price: "€3.00",
- variant: "Squeezed to order",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-holds-glass-freshly-squeezed-juice-her-hands-kitchen_169016-49244.jpg",
- imageAlt: "Fresh Orange Juice",
- },
+ id: "p-6", name: "Fresh Orange Juice", price: "€3.00", variant: "Squeezed to order", imageSrc: "http://img.b2bpic.net/free-photo/woman-holds-glass-freshly-squeezed-juice-her-hands-kitchen_169016-49244.jpg", imageAlt: "Fresh Orange Juice"},
]}
title="Our Delicious Menu"
description="Discover a delightful selection of handcrafted coffees, fresh-baked pastries, and light bites, all prepared with love and the finest local ingredients."
@@ -170,34 +112,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "f-1",
- label: "Work & Connect",
- title: "Free High-Speed WiFi",
- items: [
- "Stay connected with our reliable internet.",
- "Perfect for remote work or studying.",
- "Plenty of power outlets available.",
- ],
+ id: "f-1", label: "Work & Connect", title: "Free High-Speed WiFi", items: [
+ "Stay connected with our reliable internet.", "Perfect for remote work or studying.", "Plenty of power outlets available."],
},
{
- id: "f-2",
- label: "Relax & Unwind",
- title: "Cozy & Welcoming Atmosphere",
- items: [
- "Comfortable seating options for every mood.",
- "Warm lighting and ambient music.",
- "A tranquil escape from the city bustle.",
- ],
+ id: "f-2", label: "Relax & Unwind", title: "Cozy & Welcoming Atmosphere", items: [
+ "Comfortable seating options for every mood.", "Warm lighting and ambient music.", "A tranquil escape from the city bustle."],
},
{
- id: "f-3",
- label: "Community Hub",
- title: "Local Events & Gatherings",
- items: [
- "Host your next small meeting or book club.",
- "Check our board for local art showcases.",
- "We love bringing the neighborhood together.",
- ],
+ id: "f-3", label: "Community Hub", title: "Local Events & Gatherings", items: [
+ "Host your next small meeting or book club.", "Check our board for local art showcases.", "We love bringing the neighborhood together."],
},
]}
title="Your Perfect Cafe Experience"
@@ -212,50 +136,20 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "t-1",
- name: "Eleni P.",
- handle: "@elenip",
- testimonial: "Καφετέρια Θεατράκι is my go-to spot for the best coffee in the area. The atmosphere is so relaxing, and the pastries are always fresh!",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/delighted-woman-enjoying-conversation-phone-outdoors-girl-with-takeaway-coffee-talking-smart-phone-woman-headphones-listening-music-nature_1391-460.jpg",
- imageAlt: "Eleni P.",
- },
+ id: "t-1", name: "Eleni P.", handle: "@elenip", testimonial: "Καφετέρια Θεατράκι is my go-to spot for the best coffee in the area. The atmosphere is so relaxing, and the pastries are always fresh!", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/delighted-woman-enjoying-conversation-phone-outdoors-girl-with-takeaway-coffee-talking-smart-phone-woman-headphones-listening-music-nature_1391-460.jpg", imageAlt: "Eleni P."},
{
- id: "t-2",
- name: "Nikos G.",
- handle: "@nikosg",
- testimonial: "A true gem! The staff are incredibly friendly, and their iced lattes are a lifesaver on a hot day. Highly recommend for a casual meeting.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/man-holding-up-cup-tea_23-2148465222.jpg",
- imageAlt: "Nikos G.",
- },
+ id: "t-2", name: "Nikos G.", handle: "@nikosg", testimonial: "A true gem! The staff are incredibly friendly, and their iced lattes are a lifesaver on a hot day. Highly recommend for a casual meeting.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/man-holding-up-cup-tea_23-2148465222.jpg", imageAlt: "Nikos G."},
{
- id: "t-3",
- name: "Maria K.",
- handle: "@mariak",
- testimonial: "I love working from here! The WiFi is strong, and there's always a quiet corner to focus. Plus, the snacks are divine.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-girl-with-long-hair-sittting-table-terrace-cafe-she-wears-white-dress-with-bare-shoulders-red-lipstick-she-has-fun-front-camera_197531-24908.jpg",
- imageAlt: "Maria K.",
- },
+ id: "t-3", name: "Maria K.", handle: "@mariak", testimonial: "I love working from here! The WiFi is strong, and there's always a quiet corner to focus. Plus, the snacks are divine.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-girl-with-long-hair-sittting-table-terrace-cafe-she-wears-white-dress-with-bare-shoulders-red-lipstick-she-has-fun-front-camera_197531-24908.jpg", imageAlt: "Maria K."},
{
- id: "t-4",
- name: "Dimitris A.",
- handle: "@dimitrisa",
- testimonial: "Their breakfast sandwiches are phenomenal! It's become our regular weekday spot before heading to work.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/hipster-with-stylish-haircut-beard-sits-table-roadside-cafe-drinks-soda-hot-day_613910-19609.jpg",
- imageAlt: "Dimitris A.",
- },
+ id: "t-4", name: "Dimitris A.", handle: "@dimitrisa", testimonial: "Their breakfast sandwiches are phenomenal! It's become our regular weekday spot before heading to work.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/hipster-with-stylish-haircut-beard-sits-table-roadside-cafe-drinks-soda-hot-day_613910-19609.jpg", imageAlt: "Dimitris A."},
{
- id: "t-5",
- name: "Sophia L.",
- handle: "@sophial",
- testimonial: "Such a welcoming place! It feels like visiting family. The community vibe is real, and the coffee is consistently excellent.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-16122.jpg",
- imageAlt: "Sophia L.",
- },
+ id: "t-5", name: "Sophia L.", handle: "@sophial", testimonial: "Such a welcoming place! It feels like visiting family. The community vibe is real, and the coffee is consistently excellent.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-16122.jpg", imageAlt: "Sophia L."},
]}
showRating={true}
title="What Our Community Says"
@@ -268,14 +162,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "Local Bakery Guild",
- "Athens Artisan Market",
- "Neighborhood Art Collective",
- "Theatráki Cultural Center",
- "Sustainable Living Co-op",
- "Community Garden Project",
- "Kids' Reading Club",
- ]}
+ "Local Bakery Guild", "Athens Artisan Market", "Neighborhood Art Collective", "Theatráki Cultural Center", "Sustainable Living Co-op", "Community Garden Project", "Kids' Reading Club"]}
title="Proudly Part of the Local Fabric"
description="We believe in fostering strong local connections. Here are some of our community partners and initiatives."
/>
@@ -287,25 +174,13 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "q-1",
- title: "What are your operating hours?",
- content: "We are open Monday to Friday from 7:00 AM to 8:00 PM, and Saturday to Sunday from 8:00 AM to 6:00 PM. Special holiday hours will be announced on our social media.",
- },
+ id: "q-1", title: "What are your operating hours?", content: "We are open Monday to Friday from 7:00 AM to 8:00 PM, and Saturday to Sunday from 8:00 AM to 6:00 PM. Special holiday hours will be announced on our social media."},
{
- id: "q-2",
- title: "Do you offer free WiFi?",
- content: "Yes, we provide complimentary high-speed WiFi for all our customers. Feel free to connect and stay productive or relax online.",
- },
+ id: "q-2", title: "Do you offer free WiFi?", content: "Yes, we provide complimentary high-speed WiFi for all our customers. Feel free to connect and stay productive or relax online."},
{
- id: "q-3",
- title: "Do you have options for dietary restrictions?",
- content: "We offer a variety of options including plant-based milk alternatives (oat, almond, soy), gluten-free pastries, and vegetarian sandwiches. Please ask our staff for recommendations.",
- },
+ id: "q-3", title: "Do you have options for dietary restrictions?", content: "We offer a variety of options including plant-based milk alternatives (oat, almond, soy), gluten-free pastries, and vegetarian sandwiches. Please ask our staff for recommendations."},
{
- id: "q-4",
- title: "Can I host a small event or meeting?",
- content: "Absolutely! We welcome small gatherings. Please contact us in advance to discuss your needs and check availability.",
- },
+ id: "q-4", title: "Can I host a small event or meeting?", content: "Absolutely! We welcome small gatherings. Please contact us in advance to discuss your needs and check availability."},
]}
title="Frequently Asked Questions"
description="Find quick answers to common questions about our cafe, menu, and services."
@@ -317,21 +192,16 @@ export default function LandingPage() {
@@ -343,19 +213,13 @@ export default function LandingPage() {
socialLinks={[
{
icon: Facebook,
- href: "https://facebook.com/kafeteriatheatrakiofficial",
- ariaLabel: "Facebook",
- },
+ href: "https://facebook.com/kafeteriatheatrakiofficial", ariaLabel: "Facebook"},
{
icon: Instagram,
- href: "https://instagram.com/kafeteriatheatrakiofficial",
- ariaLabel: "Instagram",
- },
+ href: "https://instagram.com/kafeteriatheatrakiofficial", ariaLabel: "Instagram"},
{
- icon: "X",
- href: "https://twitter.com/kafeteriatheatrakiofficial",
- ariaLabel: "Twitter",
- },
+ icon: X,
+ href: "https://twitter.com/kafeteriatheatrakiofficial", ariaLabel: "Twitter"},
]}
/>