Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-06 01:22:02 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="smallMedium"
sizing="largeSmallSizeLargeTitles"
background="fluid"
background="circleGradient"
cardStyle="gradient-radial"
primaryButtonStyle="shadow"
secondaryButtonStyle="radial-glow"
@@ -54,16 +54,17 @@ export default function LandingPage() {
testimonials={[
{
name: "Sarah Mitchell", handle: "Regular Guest", testimonial: "The finest coffee experience I've ever had. Every detail is perfected.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Sarah Mitchell"},
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Sarah Mitchell"},
{
name: "James Chen", handle: "Coffee Enthusiast", testimonial: "Outstanding quality and an atmosphere that inspires. Truly exceptional.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James Chen"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Chen"},
]}
buttons={[
{ text: "Explore Our Menu", href: "#menu" },
{ text: "Visit Us Today", href: "#contact" },
]}
buttonAnimation="slide-up"
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>
@@ -145,9 +146,9 @@ export default function LandingPage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1", title: "A Sanctuary for Coffee Lovers", quote: "Every visit to The Artisan Café feels like stepping into a world of pure sophistication. The quality of their espresso is unmatched, and the attention to detail in every cup is evident.", name: "Victoria Monroe", role: "Entrepreneur & Coffee Connoisseur", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Victoria Monroe"},
id: "1", title: "A Sanctuary for Coffee Lovers", quote: "Every visit to The Artisan Café feels like stepping into a world of pure sophistication. The quality of their espresso is unmatched, and the attention to detail in every cup is evident.", name: "Victoria Monroe", role: "Entrepreneur & Coffee Connoisseur", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Victoria Monroe"},
{
id: "2", title: "Excellence in Every Interaction", quote: "The baristas here are true artisans. They don't just serve coffee; they share knowledge and passion with every interaction. It's a genuine pleasure.", name: "Marcus Sterling", role: "Designer & Creative Professional", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Marcus Sterling"},
id: "2", title: "Excellence in Every Interaction", quote: "The baristas here are true artisans. They don't just serve coffee; they share knowledge and passion with every interaction. It's a genuine pleasure.", name: "Marcus Sterling", role: "Designer & Creative Professional", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Sterling"},
{
id: "3", title: "The Perfect Work Environment", quote: "I've worked from countless cafés, but The Artisan Café stands apart. The ambiance is inspiring, the WiFi is reliable, and the coffee is simply outstanding.", name: "Elena Rodriguez", role: "Remote Consultant", imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg", imageAlt: "Elena Rodriguez"},
{
@@ -184,7 +185,7 @@ export default function LandingPage() {
<ContactText
text="Ready to experience premium coffee artistry? Reserve your table or visit us for a moment of refined indulgence."
animationType="background-highlight"
background={{ variant: "fluid" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
buttons={[
{ text: "Reserve Now", href: "#" },