Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -13,12 +13,12 @@
|
||||
--background: #ffffff;;
|
||||
--card: #f9f9f9;;
|
||||
--foreground: #120a00e6;;
|
||||
--primary-cta: #E34400;;
|
||||
--primary-cta-text: #ffffff;;
|
||||
--primary-cta: #ffffff;;
|
||||
--primary-cta-text: #000000;;
|
||||
--secondary-cta: #f9f9f9;;
|
||||
--secondary-cta-text: #120a00e6;;
|
||||
--accent: #e2e2e2;;
|
||||
--background-accent: #E34400;;
|
||||
--background-accent: #ffffff;;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
@@ -214,4 +214,4 @@
|
||||
--height-140: 126vw;
|
||||
--height-150: 135vw;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user