diff --git a/src/app/page.tsx b/src/app/page.tsx index 7325bce..75ca2b6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,7 +36,8 @@ export default function LandingPage() { { name: "Contact", id: "#contact" }, ]} button={{ - text: "Call Now", href: "tel:2553110340"}} + text: "Call Now", href: "tel:2553110340" + }} /> @@ -46,13 +47,14 @@ export default function LandingPage() { description="Your favorite coffee stop in Didimoticho. Premium quality beans, fast service, and a welcoming space for locals." tag="Premium Local Café" tagIcon={Coffee} - imageSrc="http://img.b2bpic.net/free-photo/coffee-cup-wooden-table-with-gradient-photo-style_53876-14314.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/coffee-cup-wooden-table-with-gradient-photo-style_53876-14314.jpg" imageAlt="MyWay Coffee Shop Interior" mediaAnimation="slide-up" buttons={[ { text: "Call Now", href: "tel:2553110340" }, { - text: "Get Directions", href: "https://maps.google.com/?q=Vasileos+Georgiou+78+Didimoticho+683+00+Greece"}, + text: "Get Directions", href: "https://maps.google.com/?q=Vasileos+Georgiou+78+Didimoticho+683+00+Greece" + }, ]} buttonAnimation="slide-up" testimonials={[ @@ -60,20 +62,24 @@ export default function LandingPage() { name: "Maria Papadopoulou", handle: "Regular Customer", testimonial: "Υπέροχη ατμόσφαιρα και πολύ ζεστό περιβάλλον. Καφές που αξίζει!", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/cute-woman-green-background-smiling-camera_23-2148316402.jpg?_wi=1"}, + "http://img.b2bpic.net/free-photo/cute-woman-green-background-smiling-camera_23-2148316402.jpg" + }, { name: "Dimitris Nikolaou", handle: "Daily Visitor", testimonial: "Απίστευτη ποιότητα καφέ. Η καλύτερη επιλογή για την πόλη.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/handsome-cheerful-man-using-tablet-computer_171337-14589.jpg?_wi=1"}, + "http://img.b2bpic.net/free-photo/handsome-cheerful-man-using-tablet-computer_171337-14589.jpg" + }, { name: "Elena Vasiliou", handle: "Neighborhood Resident", testimonial: "Πολύ όμορφος χώρος με ευχάριστη ατμόσφαιρα. Σίγουρα θα ξανάρθω.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/start-new-day-with-healthy-food_329181-20617.jpg?_wi=1"}, + "http://img.b2bpic.net/free-photo/start-new-day-with-healthy-food_329181-20617.jpg" + }, ]} testimonialRotationInterval={5000} useInvertedBackground={false} + background={{ variant: "glowing-orb" }} /> @@ -85,7 +91,7 @@ export default function LandingPage() { description="Trusted by Didimoticho's Coffee Lovers" subdescription="Consistent quality and service excellence" icon={Award} - imageSrc="http://img.b2bpic.net/free-photo/barista-is-preparing-cappuccino-blank-white-cup-spills-milk-foam-heart-shape-cafe-shop_346278-513.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/barista-is-preparing-cappuccino-blank-white-cup-spills-milk-foam-heart-shape-cafe-shop_346278-513.jpg" imageAlt="Barista Preparing Quality Coffee" mediaAnimation="slide-up" useInvertedBackground={false} @@ -102,19 +108,23 @@ export default function LandingPage() { { id: "1", tag: "Craft Excellence", title: "Premium Coffee Quality", description: "Expertly sourced beans and meticulous preparation techniques ensure every cup meets our high standards.", imageSrc: - "http://img.b2bpic.net/free-photo/top-view-white-cups-with-coffee_23-2148254957.jpg?_wi=1"}, + "http://img.b2bpic.net/free-photo/top-view-white-cups-with-coffee_23-2148254957.jpg" + }, { id: "2", tag: "Warm Welcome", title: "Fast & Friendly Service", description: "Our dedicated team ensures quick service without compromising on the personal touch that makes you feel at home.", imageSrc: - "http://img.b2bpic.net/free-photo/coffee-cup-wooden-table-with-gradient-photo-style_53876-14314.jpg?_wi=2"}, + "http://img.b2bpic.net/free-photo/coffee-cup-wooden-table-with-gradient-photo-style_53876-14314.jpg" + }, { id: "3", tag: "Cozy Vibes", title: "Relaxing Atmosphere", description: "Clean, well-maintained space designed for comfortable meetings, studying, or simply enjoying your morning ritual.", imageSrc: - "http://img.b2bpic.net/free-photo/barista-is-preparing-cappuccino-blank-white-cup-spills-milk-foam-heart-shape-cafe-shop_346278-513.jpg?_wi=2"}, + "http://img.b2bpic.net/free-photo/barista-is-preparing-cappuccino-blank-white-cup-spills-milk-foam-heart-shape-cafe-shop_346278-513.jpg" + }, { id: "4", tag: "Great Value", title: "Affordable Luxury", description: "Premium coffee experience at accessible prices (€1-5), making quality coffee a daily habit for everyone.", imageSrc: - "http://img.b2bpic.net/free-photo/coffee-cup-wooden-table-with-gradient-photo-style_53876-14314.jpg?_wi=3"}, + "http://img.b2bpic.net/free-photo/coffee-cup-wooden-table-with-gradient-photo-style_53876-14314.jpg" + }, ]} animationType="slide-up" /> @@ -131,22 +141,28 @@ export default function LandingPage() { products={[ { id: "espresso", name: "Espresso", price: "€1.50", imageSrc: - "http://img.b2bpic.net/free-photo/top-view-white-cups-with-coffee_23-2148254957.jpg?_wi=2"}, + "http://img.b2bpic.net/free-photo/top-view-white-cups-with-coffee_23-2148254957.jpg" + }, { id: "cappuccino", name: "Cappuccino", price: "€2.50", imageSrc: - "http://img.b2bpic.net/free-photo/barista-is-preparing-cappuccino-blank-white-cup-spills-milk-foam-heart-shape-cafe-shop_346278-513.jpg?_wi=3"}, + "http://img.b2bpic.net/free-photo/barista-is-preparing-cappuccino-blank-white-cup-spills-milk-foam-heart-shape-cafe-shop_346278-513.jpg" + }, { id: "freddo-espresso", name: "Freddo Espresso", price: "€2.00", imageSrc: - "http://img.b2bpic.net/free-photo/coffee-cup-wooden-table-with-gradient-photo-style_53876-14314.jpg?_wi=4"}, + "http://img.b2bpic.net/free-photo/coffee-cup-wooden-table-with-gradient-photo-style_53876-14314.jpg" + }, { id: "freddo-cappuccino", name: "Freddo Cappuccino", price: "€2.50", imageSrc: - "http://img.b2bpic.net/free-photo/top-view-white-cups-with-coffee_23-2148254957.jpg?_wi=3"}, + "http://img.b2bpic.net/free-photo/top-view-white-cups-with-coffee_23-2148254957.jpg" + }, { id: "filter-coffee", name: "Filter Coffee", price: "€2.00", imageSrc: - "http://img.b2bpic.net/free-photo/barista-is-preparing-cappuccino-blank-white-cup-spills-milk-foam-heart-shape-cafe-shop_346278-513.jpg?_wi=4"}, + "http://img.b2bpic.net/free-photo/barista-is-preparing-cappuccino-blank-white-cup-spills-milk-foam-heart-shape-cafe-shop_346278-513.jpg" + }, { id: "snacks", name: "Pastries & Light Bites", price: "€1-5", imageSrc: - "http://img.b2bpic.net/free-photo/coffee-cup-wooden-table-with-gradient-photo-style_53876-14314.jpg?_wi=5"}, + "http://img.b2bpic.net/free-photo/coffee-cup-wooden-table-with-gradient-photo-style_53876-14314.jpg" + }, ]} /> @@ -163,19 +179,23 @@ export default function LandingPage() { { id: "1", name: "Maria Papadopoulou", role: "Regular Customer", company: "Didimoticho Local", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/cute-woman-green-background-smiling-camera_23-2148316402.jpg?_wi=2"}, + "http://img.b2bpic.net/free-photo/cute-woman-green-background-smiling-camera_23-2148316402.jpg" + }, { id: "2", name: "Dimitris Nikolaou", role: "Daily Visitor", company: "Didimoticho Local", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/handsome-cheerful-man-using-tablet-computer_171337-14589.jpg?_wi=2"}, + "http://img.b2bpic.net/free-photo/handsome-cheerful-man-using-tablet-computer_171337-14589.jpg" + }, { id: "3", name: "Elena Vasiliou", role: "Neighborhood Resident", company: "Didimoticho Local", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/start-new-day-with-healthy-food_329181-20617.jpg?_wi=2"}, + "http://img.b2bpic.net/free-photo/start-new-day-with-healthy-food_329181-20617.jpg" + }, { id: "4", name: "Giorgos Stavrou", role: "Morning Commuter", company: "Didimoticho Local", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/people-drinking-coffee-spacious-cafeteria_23-2150423990.jpg"}, + "http://img.b2bpic.net/free-photo/people-drinking-coffee-spacious-cafeteria_23-2150423990.jpg" + }, ]} kpiItems={[ { value: "61", label: "5-Star Google Reviews" }, @@ -196,7 +216,8 @@ export default function LandingPage() { id: "call-cta", tag: "Quick Service", title: "Order Your Coffee", description: "Call ahead for faster service or visit us for the complete café experience", buttons: [{ text: "Call 2553 110340", href: "tel:2553110340" }], imageSrc: - "http://img.b2bpic.net/free-photo/top-view-white-cups-with-coffee_23-2148254957.jpg?_wi=4"}, + "http://img.b2bpic.net/free-photo/top-view-white-cups-with-coffee_23-2148254957.jpg" + }, ]} animationType="slide-up" /> @@ -208,10 +229,11 @@ export default function LandingPage() { animationType="entrance-slide" buttons={[ { - text: "Get Directions", href: "https://maps.google.com/?q=Vasileos+Georgiou+78+Didimoticho+683+00+Greece"}, + text: "Get Directions", href: "https://maps.google.com/?q=Vasileos+Georgiou+78+Didimoticho+683+00+Greece" + }, { text: "Call Now", href: "tel:2553110340" }, ]} - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> @@ -220,9 +242,11 @@ export default function LandingPage() {