Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 439849f1bf | |||
| 7a4e61c580 | |||
| 2d19598de0 | |||
| c95c1bc310 | |||
| d3d67280a4 | |||
| a0852cbe84 | |||
| a5cf8cc74c |
@@ -55,36 +55,25 @@ export default function LandingPage() {
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/white-filled-with-coffee-cup-white-background-covered-by-ficus-leaf-shadow_23-2148296160.jpg?_wi=1" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-sack-coffee-beans_23-2148180251.jpg?_wi=1" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-white-long-sleeve-shirt-sitting-chair-cafe_250224-25.jpg?_wi=1" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/white-filled-with-coffee-cup-white-background-covered-by-ficus-leaf-shadow_23-2148296160.jpg?_wi=2" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-sack-coffee-beans_23-2148180251.jpg?_wi=2" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-white-long-sleeve-shirt-sitting-chair-cafe_250224-25.jpg?_wi=2" },
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-white-long-sleeve-shirt-sitting-chair-cafe_250224-25.jpg?_wi=3" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/white-filled-with-coffee-cup-white-background-covered-by-ficus-leaf-shadow_23-2148296160.jpg?_wi=3" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-sack-coffee-beans_23-2148180251.jpg?_wi=3" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-white-long-sleeve-shirt-sitting-chair-cafe_250224-25.jpg?_wi=4" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/white-filled-with-coffee-cup-white-background-covered-by-ficus-leaf-shadow_23-2148296160.jpg?_wi=4" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-sack-coffee-beans_23-2148180251.jpg?_wi=4" },
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Menu", href: "#menu"},
|
||||
{ text: "Explore Menu", href: "#menu" },
|
||||
]}
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-woman-using-looking-smartphone-with-feeling-happy_1150-4006.jpg", alt: "Marco" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/two-best-friends-drinking-coffee-good-books_329181-3415.jpg", alt: "Giulia" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/satisfied-female-baker-looking-freshly-baked-croissant_23-2148189112.jpg", alt: "Luca" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/african-boy-caucasian-girls-are-laughing-cosy-open-air-cafe-hot-sunny-day_8353-9768.jpg", alt: "Sara" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-woman-communicating-through-sign-language_23-2148590312.jpg", alt: "Tom" },
|
||||
]}
|
||||
avatarText="Loved by thousands of locals"
|
||||
marqueeItems={[
|
||||
{ type: "text", text: "Freshly Roasted" },
|
||||
{ type: "text", text: "Artisan Pastries" },
|
||||
{ type: "text", text: "Authentic Vibes" },
|
||||
{ type: "text", text: "Community Focused" },
|
||||
{ type: "text", text: "Italian Tradition" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -94,7 +83,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Fresh Croissants Daily", "Artisan Espresso", "Old-School Italian Soul", "Hand-Pressed Pastries", "Community Driven", "Perfectly Roasted", "Daily Joy"]}
|
||||
"Fresh Croissants Daily", "Artisan Espresso", "Old-School Italian Soul", "Hand-Pressed Pastries", "Community Driven"]
|
||||
}
|
||||
title="Fresh Croissants Daily · Artisan Espresso · Old-School Italian Soul"
|
||||
description="Celebrating the timeless traditions of Italian coffee culture every single day."
|
||||
/>
|
||||
@@ -120,12 +110,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "m1", name: "Espresso Romano", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/morning-latte-wood-cup-macro_1122-2425.jpg?_wi=1" },
|
||||
{ id: "m2", name: "Butter Croissant", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/morning-latte-wood-cup-macro_1122-2425.jpg?_wi=2" },
|
||||
{ id: "m3", name: "Cold Brew", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/morning-latte-wood-cup-macro_1122-2425.jpg?_wi=3" },
|
||||
{ id: "m4", name: "Cappuccino", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/morning-latte-wood-cup-macro_1122-2425.jpg?_wi=4" },
|
||||
{ id: "m5", name: "Pain au Chocolat", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/morning-latte-wood-cup-macro_1122-2425.jpg?_wi=5" },
|
||||
{ id: "m6", name: "Iced Latte", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/morning-latte-wood-cup-macro_1122-2425.jpg?_wi=6" },
|
||||
{ id: "coffee1", name: "Signature Espresso", price: "$3.50", imageSrc: "https://img.b2bpic.net/free-photo/cup-hot-coffee-beans-table_114579-24765.jpg?_wi=1" },
|
||||
{ id: "coffee2", name: "Velvet Latte", price: "$4.75", imageSrc: "https://img.b2bpic.net/free-photo/cup-hot-coffee-beans-table_114579-24765.jpg?_wi=2" },
|
||||
{ id: "flavors", name: "Specialty Syrups", price: "+$0.75", imageSrc: "https://img.b2bpic.net/free-photo/cup-hot-coffee-beans-table_114579-24765.jpg?_wi=3" },
|
||||
{ id: "tea", name: "Organic Earl Grey", price: "$4.00", imageSrc: "https://img.b2bpic.net/free-photo/cup-hot-coffee-beans-table_114579-24765.jpg?_wi=4" },
|
||||
{ id: "pastry", name: "Almond Croissant", price: "$4.25", imageSrc: "https://img.b2bpic.net/free-photo/cup-hot-coffee-beans-table_114579-24765.jpg?_wi=5" },
|
||||
{ id: "matcha", name: "Ceremonial Matcha", price: "$5.25", imageSrc: "https://img.b2bpic.net/free-photo/cup-hot-coffee-beans-table_114579-24765.jpg?_wi=6" },
|
||||
]}
|
||||
title="Daily Menu"
|
||||
description="Hand-crafted coffee, scratch-made pastries, and refreshing cold drinks."
|
||||
@@ -153,11 +143,8 @@ export default function LandingPage() {
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Marco Rossi", handle: "@marco", testimonial: "Best espresso in the city, hands down.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-looking-smartphone-with-feeling-happy_1150-4006.jpg" },
|
||||
{ id: "2", name: "Giulia B.", handle: "@giulia", testimonial: "The croissants are divine, always warm.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/two-best-friends-drinking-coffee-good-books_329181-3415.jpg" },
|
||||
{ id: "3", name: "Luca V.", handle: "@luca", testimonial: "My daily morning ritual. Simply perfect.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/satisfied-female-baker-looking-freshly-baked-croissant_23-2148189112.jpg" },
|
||||
{ id: "4", name: "Sara M.", handle: "@sara", testimonial: "Authentic italian atmosphere. A rare gem.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/african-boy-caucasian-girls-are-laughing-cosy-open-air-cafe-hot-sunny-day_8353-9768.jpg" },
|
||||
{ id: "5", name: "Tom P.", handle: "@tom", testimonial: "Friendly service and great coffee.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-communicating-through-sign-language_23-2148590312.jpg" },
|
||||
{ id: "1", name: "Marco Rossi", handle: "@marco", testimonial: "Best espresso in the city, hands down.", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/portrait-woman-communicating-through-sign-language_23-2148590312.jpg" },
|
||||
{ id: "2", name: "Giulia B.", handle: "@giulia", testimonial: "The croissants are divine, always warm.", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/satisfied-female-baker-looking-freshly-baked-croissant_23-2148189112.jpg" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Locals Say"
|
||||
@@ -174,8 +161,7 @@ export default function LandingPage() {
|
||||
title="Open Daily 7am – 6pm"
|
||||
description="123 Italian Street, Downtown. Swing by for a morning brew."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now", href: "tel:5550123"},
|
||||
{ text: "Call Now", href: "tel:5550123" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -189,4 +175,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user