Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-08 08:56:30 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1392,4 +1392,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -86,7 +86,7 @@ export default function LandingPage() {
<div id="collection" data-section="collection">
<ProductCardFour
title="Signature Collection"
description="Curated offerings from our master baristas. Each item represents years of expertise and sourcing from the world's most exclusive coffee regions."
description="From £4.80 to £8.00 Curated offerings from our master baristas. Each item represents years of expertise and sourcing from the world's most exclusive coffee regions."
tag="Premium Selection"
tagAnimation="slide-up"
products={[
@@ -200,4 +200,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}