2 Commits

Author SHA1 Message Date
e3264c6587 Update src/app/page.tsx 2026-06-12 08:22:28 +00:00
a4c2275c63 Merge version_2 into main
Merge version_2 into main
2026-06-12 08:18:56 +00:00

View File

@@ -71,7 +71,7 @@ export default function LandingPage() {
{
imageSrc: "http://img.b2bpic.net/free-photo/cup-aromatic-coffee-top-book-with-pinecones_114579-57824.jpg", imageAlt: "Luxury cafe counter with espresso machine"},
{
imageSrc: "http://img.b2bpic.net/free-photo/barista-is-preparing-coffee-with-milk_140725-8113.jpg", imageAlt: "Overhead shot of latte art in a coffee cup"},
imageSrc: "http://img.b2bpic.net/free-photo/barista-is-preparing-coffee-with-milk_140725-8113.jpg", imageAlt: "Barista is preparing coffee with milk"},
{
imageSrc: "http://img.b2bpic.net/free-photo/tasty-arrangement-with-pastries_23-2148289387.jpg", imageAlt: "People enjoying coffee in a modern cafe"},
{
@@ -278,10 +278,10 @@ export default function LandingPage() {
],
},
]}
copyrightText="© 2222 Coffeecup & Bakehouse. All rights reserved."
copyrightText="© 2024 Coffeecup & Bakehouse. All rights reserved."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}