Merge version_2 into main #3
@@ -83,6 +83,7 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Alice M.", date: "Oct 2024", title: "Local", quote: "The warmest place in town.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-asian-woman-apron-barista-giving-you-cup-coffee-working-cafe-serving_1258-199256.jpg" },
|
||||
{ id: "t2", name: "Ben T.", date: "Sep 2024", title: "Foodie", quote: "Simply perfect.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-is-using-app-her-smartphone-device-send-text-message-near-business-buildings_158595-6785.jpg" }
|
||||
@@ -96,6 +97,8 @@ export default function LandingPage() {
|
||||
<MetricCardTwo
|
||||
animationType="slide-up"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "m1", value: "10k+", description: "Cups served" },
|
||||
{ id: "m2", value: "15", description: "Bean partners" },
|
||||
@@ -111,6 +114,8 @@ export default function LandingPage() {
|
||||
names={["Artisan Coffee Guild", "Fair Trade", "Local Coffee Network"]}
|
||||
title="Partners"
|
||||
description="Recognized for our quality."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -123,6 +128,8 @@ export default function LandingPage() {
|
||||
title="Questions"
|
||||
description="Answers to what you might ask."
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -136,6 +143,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Your message here..." }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/coffee-maker-machine-table_23-2148937231.jpg"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user