Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-03 21:47:57 +00:00

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="smallMedium"
sizing="mediumLargeSizeMediumTitles"
background="noise"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="flat"
secondaryButtonStyle="glass"
@@ -50,10 +50,10 @@ export default function LandingPage() {
{ text: "Learn Our Story", href: "about" },
]}
buttonAnimation="slide-up"
background={{ variant: "noise" }}
background={{ variant: "radial-gradient" }}
dashboard={{
title: "Coffee Excellence Hub", logoIcon: Coffee,
imageSrc: "http://img.b2bpic.net/free-photo/leftover-coffee-black-cup-window-sill_23-2147898257.jpg?_wi=1", searchPlaceholder: "Search our menu", buttons: [
imageSrc: "http://img.b2bpic.net/free-photo/leftover-coffee-black-cup-window-sill_23-2147898257.jpg", searchPlaceholder: "Search our menu", buttons: [
{ text: "Menu", href: "#" },
{ text: "Reserve", href: "#" },
],
@@ -112,7 +112,7 @@ export default function LandingPage() {
title: "Devoted Following", description: "Customers travel miles to experience what makes us the original and best. Loyalty earned through excellence.", icon: Heart,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/coffee-beans-glass-jar-black-background-closeup-selective-focus-vertical-frame-roasting-preparing-coffee-vertical-frame_166373-2289.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/coffee-beans-glass-jar-black-background-closeup-selective-focus-vertical-frame-roasting-preparing-coffee-vertical-frame_166373-2289.jpg"
imageAlt="Jitterz Espresso coffee beans"
mediaAnimation="slide-up"
textboxLayout="default"
@@ -134,23 +134,23 @@ export default function LandingPage() {
{
id: 1,
title: "Artisan Craftsmanship", description: "Every espresso is pulled with precision and passion. Our baristas are trained to perfection.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-person-making-drip-coffee_53876-24803.jpg?_wi=1"},
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-person-making-drip-coffee_53876-24803.jpg"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-person-making-drip-coffee_53876-24803.jpg?_wi=2"},
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-person-making-drip-coffee_53876-24803.jpg"},
},
{
id: 2,
title: "Uncompromising Quality", description: "We use only the finest beans, roasted fresh to order. Quality that cannot be matched.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-glass-jar-black-background-closeup-selective-focus-vertical-frame-roasting-preparing-coffee-vertical-frame_166373-2289.jpg?_wi=2"},
imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-glass-jar-black-background-closeup-selective-focus-vertical-frame-roasting-preparing-coffee-vertical-frame_166373-2289.jpg"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-glass-jar-black-background-closeup-selective-focus-vertical-frame-roasting-preparing-coffee-vertical-frame_166373-2289.jpg?_wi=3"},
imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-glass-jar-black-background-closeup-selective-focus-vertical-frame-roasting-preparing-coffee-vertical-frame_166373-2289.jpg"},
},
{
id: 3,
title: "Consistent Excellence", description: "Same legendary taste every single visit. You know exactly what you're getting—perfection.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/leftover-coffee-black-cup-window-sill_23-2147898257.jpg?_wi=2"},
imageSrc: "http://img.b2bpic.net/free-photo/leftover-coffee-black-cup-window-sill_23-2147898257.jpg"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/leftover-coffee-black-cup-window-sill_23-2147898257.jpg?_wi=3"},
imageSrc: "http://img.b2bpic.net/free-photo/leftover-coffee-black-cup-window-sill_23-2147898257.jpg"},
},
]}
showStepNumbers={true}
@@ -171,22 +171,22 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sarah Martinez", role: "Coffee Enthusiast", company: "Local Regular", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Martinez"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Martinez"},
{
id: "2", name: "James Chen", role: "Food Critic", company: "The Daily Brew", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "James Chen"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Chen"},
{
id: "3", name: "Elena Rodriguez", role: "Cafe Owner", company: "Coffee Culture Magazine", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Elena Rodriguez"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Elena Rodriguez"},
{
id: "4", name: "Michael Thompson", role: "Travel Blogger", company: "Coffee Quest", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Michael Thompson"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Thompson"},
{
id: "5", name: "Lisa Wang", role: "Sommelier", company: "Taste Crafters", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Lisa Wang"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Lisa Wang"},
{
id: "6", name: "David Park", role: "Hospitality Expert", company: "Excellence Hospitality", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "David Park"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Park"},
]}
kpiItems={[
{ value: "180+", label: "5-Star Reviews" },
@@ -210,6 +210,7 @@ export default function LandingPage() {
buttonAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={true}
names={["Partner 1", "Partner 2", "Partner 3", "Partner 4", "Partner 5", "Partner 6", "Partner 7"]}
logos={[
"http://img.b2bpic.net/free-vector/coffee-logo-template_23-2150529100.jpg", "http://img.b2bpic.net/free-vector/coffee-logo-template_23-2150529100.jpg", "http://img.b2bpic.net/free-vector/coffee-logo-template_23-2150529100.jpg", "http://img.b2bpic.net/free-vector/coffee-logo-template_23-2150529100.jpg", "http://img.b2bpic.net/free-vector/coffee-logo-template_23-2150529100.jpg", "http://img.b2bpic.net/free-vector/coffee-logo-template_23-2150529100.jpg", "http://img.b2bpic.net/free-vector/coffee-logo-template_23-2150529100.jpg"]}
speed={40}