Merge version_1 into main #5

Merged
bender merged 1 commits from version_1 into main 2026-04-10 15:03:55 +00:00

View File

@@ -46,11 +46,11 @@ export default function LandingPage() {
title="A Hidden Garden in the Heart of London"
description="Escape the city bustle and find your sanctuary. At Flatcap Coffee Co., we serve perfectly brewed artisanal coffee amongst lush greenery and peaceful botanical corners."
testimonials={[
{ name: "Mary McRobbins", handle: "@mary", testimonial: "Absolutely stunning business! The coffee is delicious and the general quality of the atmosphere was equally as pleasant!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-coffee-cup-close-up_23-2148973385.jpg?_wi=1", imageAlt: "cozy coffee shop garden aesthetic" },
{ name: "Mary McRobbins", handle: "@mary", testimonial: "Absolutely stunning business! The coffee is delicious and the general quality of the atmosphere was eqally as pleasant!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-coffee-cup-close-up_23-2148973385.jpg?_wi=1", imageAlt: "cozy coffee shop garden aesthetic" },
{ name: "Karina Kharchenko", handle: "@karina", testimonial: "This is the most beautiful place Ive ever seen to relax and enjoy a cup of coffee or tea, the atmosphere is simply gorgeous 🫶", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/tool-used-coffee-machine-coffee-making-process_23-2150187556.jpg", imageAlt: "artisanal coffee brewing process closeup" },
{ name: "Emily", handle: "@emily", testimonial: "Beautiful, magical, calm, perfect place to read a book or meet a friend for the best (and spiciest) chai latte.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-redhead-female-barista-drinks-coffee_613910-10281.jpg?_wi=1", imageAlt: "happy coffee shop customer portrait" },
{ name: "Nina Beilby", handle: "@nina", testimonial: "Awesome coffee which is difficult to find around here. A lovely spot to sit amongst the plants and flowers of the nursery.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-redhead-female-barista-drinks-coffee_613910-10275.jpg?_wi=1", imageAlt: "young woman enjoying matcha latte" },
{ name: "Yonatan Baharev", handle: "@yonatan", testimonial: "The atmosphere is perfect, not too noisy and peaceful. The staff is very nice and the food is not pricy and very high quality and tasty!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/back-view-man-drinking-coffee-restaurant_23-2147775827.jpg?_wi=1", imageAlt: "professional drinking espresso at cafe" }
{ name: "Yonata Baharev", handle: "@yonatan", testimonial: "=", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/back-view-man-drinking-coffee-restaurant_23-2147775827.jpg?_wi=1", imageAlt: "professional drinking espresso at cafe" }
]}
buttons={[{ text: "Visit Us", href: "#contact" }]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8LMC1scCmrcrBiTTdYrjHMEI6/uploaded-1775762671929-njfb4lsp.png"
@@ -119,7 +119,7 @@ export default function LandingPage() {
{ name: "email", type: "email", placeholder: "Your Email", required: true }
]}
textarea={{ name: "message", placeholder: "Your message or question", rows: 4 }}
imageSrc="http://img.b2bpic.net/free-photo/charming-balcony-scene-with-roses-outdoor-dining_23-2151986094.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8LMC1scCmrcrBiTTdYrjHMEI6/uploaded-1775833408992-y7889mqt.png"
/>
</div>