|
|
|
|
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
|
|
|
|
title="Freshly Brewed Moments, Perfectly Yours"
|
|
|
|
|
description="Experience premium specialty coffee in Heidelberg's most inviting space. Whether you're working, meeting, or simply unwinding, The Test Hub is your sanctuary for calm and connection."
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "View Menu", href: "#menu" },
|
|
|
|
|
{ text: "Reserve Your Spot", href: "#menu" },
|
|
|
|
|
{ text: "Visit Us", href: "#contact" }
|
|
|
|
|
]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
@@ -144,9 +144,6 @@ export default function LandingPage() {
|
|
|
|
|
{
|
|
|
|
|
id: "gallery-1", name: "Coffee Beans", price: "Sourced", variant: "Single Origin Selection", imageSrc: "http://img.b2bpic.net/free-photo/overhead-vertical-shot-coffee-beans-great-background-blog_181624-9690.jpg", imageAlt: "Freshly roasted specialty coffee beans"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "gallery-2", name: "Brewing Equipment", price: "Precision", variant: "Professional Grade Tools", imageSrc: "http://img.b2bpic.net/free-psd/vintage-style-coffee-grinder-with-fresh-beans_84443-76708.jpg", imageAlt: "Professional coffee grinder and equipment"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "gallery-3", name: "Cafe Ambiance", price: "Inviting", variant: "Warm Lighting & Plants", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-drinking-coffee_23-2148395430.jpg", imageAlt: "Warm, cozy cafe interior with plants"
|
|
|
|
|
},
|
|
|
|
|
@@ -163,52 +160,6 @@ export default function LandingPage() {
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
|
|
|
<TestimonialCardSixteen
|
|
|
|
|
title="What Our Guests Say"
|
|
|
|
|
description="Discover why The Test Hub has become Heidelberg's favorite coffee destination for remote workers, students, and coffee enthusiasts."
|
|
|
|
|
tag="Community Love"
|
|
|
|
|
tagIcon={Heart}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
testimonials={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", name: "Sarah Mueller", role: "Remote Marketer", company: "Berlin Digital", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg?_wi=1", imageAlt: "Sarah Mueller"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", name: "Marcus Schmidt", role: "Software Developer", company: "Tech Startup", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-stairs_1262-3109.jpg", imageAlt: "Marcus Schmidt"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", name: "Elena Hoffmann", role: "Student", company: "Heidelberg University", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg", imageAlt: "Elena Hoffmann"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4", name: "James Wilson", role: "Coffee Enthusiast", company: "Local Community", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg?_wi=2", imageAlt: "James Wilson"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "5", name: "Petra Klein", role: "Freelance Designer", company: "Independent", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/working-from-home-ergonomic-workstation_23-2149204684.jpg", imageAlt: "Petra Klein"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "6", name: "David Fischer", role: "Business Owner", company: "Local Ventures", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-adult-woman-blouse-long-skirt-sitting-staircase-inside-coworking-space-smiling-camera_197531-23006.jpg", imageAlt: "David Fischer"
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
kpiItems={[
|
|
|
|
|
{ value: "1,000+", label: "Regular Guests" },
|
|
|
|
|
{ value: "4.9/5", label: "Average Rating" },
|
|
|
|
|
{ value: "24/7", label: "Community Vibes" }
|
|
|
|
|
]}
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
buttons={[{ text: "Join Our Community", href: "#contact" }]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
|
<ContactCTA
|
|
|
|
|
tag="Get in Touch"
|
|
|
|
|
@@ -238,4 +189,4 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|