diff --git a/src/app/page.tsx b/src/app/page.tsx index c1ac25c..a362df9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,13 +48,13 @@ export default function LandingPage() { title="KULMA Speciality Coffee" description="Your peaceful escape in the heart of Al Olaya. Experience expertly crafted specialty coffee in a calm, modern setting." testimonials={[ - { name: "Rei", handle: "@localguide", testimonial: "Tucked between the bustling streets of Olaya is a small coffee shop where you can relax.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/tray-with-ground-whole-coffee-beans-cup-coffee_114579-44829.jpg", imageAlt: "cozy specialty coffee shop interior" }, + { name: "Rei", handle: "@localguide", testimonial: "Tucked between the bustling streets of Olaya is a small coffee shop where you can relax.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/tray-with-ground-whole-coffee-beans-cup-coffee_114579-44829.jpg?_wi=1", imageAlt: "cozy specialty coffee shop interior" }, { name: "Local Guide", handle: "@reviewer", testimonial: "A calm and pleasant specialty coffee spot located in Al Olaya, away from the city hustle.", rating: 5, 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: "cozy specialty coffee shop interior" }, - { name: "Ahmed", handle: "@coffeeaddict", testimonial: "Best flat white in town, incredible beans and a perfect atmosphere.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-cup-plate-high-angle_23-2149703762.jpg", imageAlt: "cozy specialty coffee shop interior" }, - { name: "Sarah", handle: "@visitriyadh", testimonial: "The atmosphere is serene, making it the perfect spot for quiet reading.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cup-black-tea_1339-7162.jpg", imageAlt: "cozy specialty coffee shop interior" }, - { name: "Omar", handle: "@coffeelover", testimonial: "Excellent service and consistently great coffee every time I visit.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-hot-coffee-cafe_53876-88441.jpg", imageAlt: "cozy specialty coffee shop interior" }, + { name: "Ahmed", handle: "@coffeeaddict", testimonial: "Best flat white in town, incredible beans and a perfect atmosphere.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-cup-plate-high-angle_23-2149703762.jpg?_wi=1", imageAlt: "cozy specialty coffee shop interior" }, + { name: "Sarah", handle: "@visitriyadh", testimonial: "The atmosphere is serene, making it the perfect spot for quiet reading.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cup-black-tea_1339-7162.jpg?_wi=1", imageAlt: "cozy specialty coffee shop interior" }, + { name: "Omar", handle: "@coffeelover", testimonial: "Excellent service and consistently great coffee every time I visit.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-hot-coffee-cafe_53876-88441.jpg?_wi=1", imageAlt: "cozy specialty coffee shop interior" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/tray-with-ground-whole-coffee-beans-cup-coffee_114579-44829.jpg" + imageSrc="http://img.b2bpic.net/free-photo/tray-with-ground-whole-coffee-beans-cup-coffee_114579-44829.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/dreamy-young-smiling-asian-woman-reading-book-sitting-cafe-eating-croissant-drinking-coffee_1258-198933.jpg", alt: "Customer Photo" }, { src: "http://img.b2bpic.net/free-photo/beautiful-young-asian-woman-with-book-hands-sitting-cafe-drinking-coffee-eating_1258-199209.jpg", alt: "Customer Photo" }, @@ -92,9 +92,9 @@ export default function LandingPage() { gridVariant="two-columns-alternating-heights" useInvertedBackground={false} products={[ - { id: "p1", name: "Hot Spanish Latte", price: "SAR 18", imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-cup-plate-high-angle_23-2149703762.jpg" }, - { id: "p2", name: "Iced Coffee", price: "SAR 15", imageSrc: "http://img.b2bpic.net/free-photo/cup-black-tea_1339-7162.jpg" }, - { id: "p3", name: "Cortado", price: "SAR 14", imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-hot-coffee-cafe_53876-88441.jpg" }, + { id: "p1", name: "Hot Spanish Latte", price: "SAR 18", imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-cup-plate-high-angle_23-2149703762.jpg?_wi=2" }, + { id: "p2", name: "Iced Coffee", price: "SAR 15", imageSrc: "http://img.b2bpic.net/free-photo/cup-black-tea_1339-7162.jpg?_wi=2" }, + { id: "p3", name: "Cortado", price: "SAR 14", imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-hot-coffee-cafe_53876-88441.jpg?_wi=2" }, { id: "p4", name: "V60 Pour Over", price: "SAR 20", imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-brewing-gadgets-wooden-bar-counter_176420-7894.jpg" }, { id: "p5", name: "House Blend Beans", price: "SAR 45", imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-concept-wooden-table_23-2148464808.jpg" }, { id: "p6", name: "Artisan Pastry", price: "SAR 12", imageSrc: "http://img.b2bpic.net/free-photo/toasts-with-fig-confiture-glass-tea_114579-4535.jpg" },