Update src/app/page.tsx
This commit is contained in:
@@ -59,19 +59,19 @@ export default function LandingPage() {
|
||||
id: "carousel-1", imageSrc: "https://pixabay.com/get/g2329404bfa804006f422b488f5b0dc55c259545d737654e92a65e53c1c9d4a719d01deec479e1895272be66fdc5e70fea32512c806cd0db0886eb372bafb1f73_1280.jpg", imageAlt: "Artisan coffeeshop interior with warm ambiance"
|
||||
},
|
||||
{
|
||||
id: "carousel-2", imageSrc: "https://pixabay.com/get/g7c13054a9a9aa8227cb3f72d184263960e508cd6e9ee9dffc29b91bf3b37efc3539b74820dacd4e02061e8ec2e11ea095984efd8f592195feded947cba5aff30_1280.jpg", imageAlt: "Premium coffee beans selection"
|
||||
id: "carousel-2", imageSrc: "https://pixabay.com/get/g7c13054a9a9aa8227cb3f72d184263960e508cd6e9ee9dffc29b91bf3b37efc3539b74820dacd4e02061e8ec2e11ea095984efd8f592195feded947cba5aff30_1280.jpg?_wi=1", imageAlt: "Premium coffee beans selection"
|
||||
},
|
||||
{
|
||||
id: "carousel-3", imageSrc: "https://pixabay.com/get/g43b3b981effc93a3efe1e1d2e08e2f9ec37bc6c317c196adc9eb9458146cd2b6c0b1bd15cc9403bd82cded4572a6331bd87447b44c7473d81d52ad426e7d1429_1280.jpg", imageAlt: "Expert coffee brewing technique"
|
||||
},
|
||||
{
|
||||
id: "carousel-4", imageSrc: "https://pixabay.com/get/g5867b720ce981c13ce2fb88a98c4f196b5bd44183dc234215805bb8aa93414a21dcb9f4684094a70592145c0f6b14c4f98b5b479d0ea299a67757a3702516d51_1280.jpg", imageAlt: "Beautifully crafted espresso with latte art"
|
||||
id: "carousel-4", imageSrc: "https://pixabay.com/get/g5867b720ce981c13ce2fb88a98c4f196b5bd44183dc234215805bb8aa93414a21dcb9f4684094a70592145c0f6b14c4f98b5b479d0ea299a67757a3702516d51_1280.jpg?_wi=1", imageAlt: "Beautifully crafted espresso with latte art"
|
||||
},
|
||||
{
|
||||
id: "carousel-5", imageSrc: "https://pixabay.com/get/g5d008eda20ba26636541b907da6f432cc1170f2d158bcfac1bc975c8587a9e336f5ddb0f1ab45dc0bc199fa201bb8e8e7dd3a0f18d47f232014286020939c97f_1280.jpg", imageAlt: "Creamy cappuccino with signature foam design"
|
||||
id: "carousel-5", imageSrc: "https://pixabay.com/get/g5d008eda20ba26636541b907da6f432cc1170f2d158bcfac1bc975c8587a9e336f5ddb0f1ab45dc0bc199fa201bb8e8e7dd3a0f18d47f232014286020939c97f_1280.jpg?_wi=1", imageAlt: "Creamy cappuccino with signature foam design"
|
||||
},
|
||||
{
|
||||
id: "carousel-6", imageSrc: "https://pixabay.com/get/g75c3716e63c753d423f9dff667bda98460c168d3da2b9c222689850e2fe2e8bc81c51f0e075986aab9515c5bdcefbf24dacb0a5e631163ce0385d8f97d8e64a5_1280.jpg", imageAlt: "Classic strong americano coffee"
|
||||
id: "carousel-6", imageSrc: "https://pixabay.com/get/g75c3716e63c753d423f9dff667bda98460c168d3da2b9c222689850e2fe2e8bc81c51f0e075986aab9515c5bdcefbf24dacb0a5e631163ce0385d8f97d8e64a5_1280.jpg?_wi=1", imageAlt: "Classic strong americano coffee"
|
||||
}
|
||||
]}
|
||||
autoPlay={true}
|
||||
@@ -100,7 +100,7 @@ export default function LandingPage() {
|
||||
{ text: "Learn More About Us", href: "#contact" }
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
imageSrc="https://pixabay.com/get/g7c13054a9a9aa8227cb3f72d184263960e508cd6e9ee9dffc29b91bf3b37efc3539b74820dacd4e02061e8ec2e11ea095984efd8f592195feded947cba5aff30_1280.jpg"
|
||||
imageSrc="https://pixabay.com/get/g7c13054a9a9aa8227cb3f72d184263960e508cd6e9ee9dffc29b91bf3b37efc3539b74820dacd4e02061e8ec2e11ea095984efd8f592195feded947cba5aff30_1280.jpg?_wi=2"
|
||||
imageAlt="Premium coffee beans representing our commitment to quality"
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="About section describing Barista He Bariga's story and values"
|
||||
@@ -168,13 +168,13 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "espresso", name: "Signature Espresso", price: "$3.50", imageSrc: "https://pixabay.com/get/g5867b720ce981c13ce2fb88a98c4f196b5bd44183dc234215805bb8aa93414a21dcb9f4684094a70592145c0f6b14c4f98b5b479d0ea299a67757a3702516d51_1280.jpg", imageAlt: "Beautifully crafted espresso with latte art"
|
||||
id: "espresso", name: "Signature Espresso", price: "$3.50", imageSrc: "https://pixabay.com/get/g5867b720ce981c13ce2fb88a98c4f196b5bd44183dc234215805bb8aa93414a21dcb9f4684094a70592145c0f6b14c4f98b5b479d0ea299a67757a3702516d51_1280.jpg?_wi=2", imageAlt: "Beautifully crafted espresso with latte art"
|
||||
},
|
||||
{
|
||||
id: "americano", name: "Classic Americano", price: "$3.75", imageSrc: "https://pixabay.com/get/g75c3716e63c753d423f9dff667bda98460c168d3da2b9c222689850e2fe2e8bc81c51f0e075986aab9515c5bdcefbf24dacb0a5e631163ce0385d8f97d8e64a5_1280.jpg", imageAlt: "Classic strong americano coffee"
|
||||
id: "americano", name: "Classic Americano", price: "$3.75", imageSrc: "https://pixabay.com/get/g75c3716e63c753d423f9dff667bda98460c168d3da2b9c222689850e2fe2e8bc81c51f0e075986aab9515c5bdcefbf24dacb0a5e631163ce0385d8f97d8e64a5_1280.jpg?_wi=2", imageAlt: "Classic strong americano coffee"
|
||||
},
|
||||
{
|
||||
id: "cappuccino", name: "Artisan Cappuccino", price: "$4.50", imageSrc: "https://pixabay.com/get/g5d008eda20ba26636541b907da6f432cc1170f2d158bcfac1bc975c8587a9e336f5ddb0f1ab45dc0bc199fa201bb8e8e7dd3a0f18d47f232014286020939c97f_1280.jpg", imageAlt: "Creamy cappuccino with signature foam design"
|
||||
id: "cappuccino", name: "Artisan Cappuccino", price: "$4.50", imageSrc: "https://pixabay.com/get/g5d008eda20ba26636541b907da6f432cc1170f2d158bcfac1bc975c8587a9e336f5ddb0f1ab45dc0bc199fa201bb8e8e7dd3a0f18d47f232014286020939c97f_1280.jpg?_wi=2", imageAlt: "Creamy cappuccino with signature foam design"
|
||||
}
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
|
||||
Reference in New Issue
Block a user