Merge version_1 into main #2
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
||||
<HeroBillboardGallery
|
||||
title="Arch Café"
|
||||
description="Discover the perfect blend of premium coffee and cozy ambiance. Where every visit feels like coming home."
|
||||
background="plain"
|
||||
background={{ variant: "plain" }}
|
||||
tag="Welcome to Arch Café"
|
||||
tagIcon={Coffee}
|
||||
tagAnimation="blur-reveal"
|
||||
@@ -58,7 +58,7 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-cafe_1303-25716.jpg?_wi=1", imageAlt: "Premium coffee shop ambience with warm lighting"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-cafe_1303-25716.jpg", imageAlt: "Premium coffee shop ambience with warm lighting"
|
||||
}
|
||||
]}
|
||||
mediaAnimation="opacity"
|
||||
@@ -79,7 +79,7 @@ export default function LandingPage() {
|
||||
{ value: "15+", title: "Specialty Blends" }
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-sitting-cafe-drinking-coffee-working-computer_1303-14729.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-sitting-cafe-drinking-coffee-working-computer_1303-14729.jpg"
|
||||
imageAlt="Arch Café interior showcasing minimalist design and cozy seating"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -101,10 +101,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "espresso", name: "Single Shot Espresso", price: "$3.50", variant: "Specialty Coffee", imageSrc: "http://img.b2bpic.net/free-photo/glass-latte-with-foam-decorated-with-coffee-beans-flowers_140725-1439.jpg?_wi=1", imageAlt: "Single shot espresso with perfect crema"
|
||||
id: "espresso", name: "Single Shot Espresso", price: "$3.50", variant: "Specialty Coffee", imageSrc: "http://img.b2bpic.net/free-photo/glass-latte-with-foam-decorated-with-coffee-beans-flowers_140725-1439.jpg", imageAlt: "Single shot espresso with perfect crema"
|
||||
},
|
||||
{
|
||||
id: "latte", name: "Signature Latte", price: "$5.50", variant: "Specialty Coffee", imageSrc: "http://img.b2bpic.net/free-photo/glass-latte-with-foam-decorated-with-coffee-beans-flowers_140725-1439.jpg?_wi=2", imageAlt: "Creamy latte with latte art"
|
||||
id: "latte", name: "Signature Latte", price: "$5.50", variant: "Specialty Coffee", imageSrc: "http://img.b2bpic.net/free-photo/glass-latte-with-foam-decorated-with-coffee-beans-flowers_140725-1439.jpg", imageAlt: "Creamy latte with latte art"
|
||||
},
|
||||
{
|
||||
id: "croissant", name: "Butter Croissant", price: "$4.50", variant: "Fresh Pastry", imageSrc: "http://img.b2bpic.net/free-photo/air-croissant-with-strawberry-syrup-top-glass-milk_140725-9307.jpg", imageAlt: "Flaky butter croissant"
|
||||
@@ -116,7 +116,7 @@ export default function LandingPage() {
|
||||
id: "cake", name: "Artisan Chocolate Cake", price: "$6.50", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/cupcake-still-life_23-2148097843.jpg", imageAlt: "Premium chocolate cake with artistic presentation"
|
||||
},
|
||||
{
|
||||
id: "cappuccino", name: "Traditional Cappuccino", price: "$5.00", variant: "Specialty Coffee", imageSrc: "http://img.b2bpic.net/free-photo/glass-latte-with-foam-decorated-with-coffee-beans-flowers_140725-1439.jpg?_wi=3", imageAlt: "Traditional cappuccino with perfect ratio"
|
||||
id: "cappuccino", name: "Traditional Cappuccino", price: "$5.00", variant: "Specialty Coffee", imageSrc: "http://img.b2bpic.net/free-photo/glass-latte-with-foam-decorated-with-coffee-beans-flowers_140725-1439.jpg", imageAlt: "Traditional cappuccino with perfect ratio"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -248,7 +248,7 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "feature-1", title: "Your Name", description: "Help us personalize your feedback", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-cafe_1303-25716.jpg?_wi=2", imageAlt: "Suggestion form"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-cafe_1303-25716.jpg", imageAlt: "Suggestion form"
|
||||
},
|
||||
items: [
|
||||
{ icon: User, text: "Full name or nickname" }
|
||||
@@ -257,7 +257,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "feature-2", title: "Your Suggestion", description: "Share your thoughts, ideas, or feedback", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-cafe-drinking-coffee-working-computer_1303-14729.jpg?_wi=2", imageAlt: "Message composition"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-cafe-drinking-coffee-working-computer_1303-14729.jpg", imageAlt: "Message composition"
|
||||
},
|
||||
items: [
|
||||
{ icon: MessageSquare, text: "Tell us what's on your mind" }
|
||||
|
||||
Reference in New Issue
Block a user