7 Commits

Author SHA1 Message Date
78aeb5cfc6 Update src/app/page.tsx 2026-03-08 08:56:26 +00:00
d697313938 Update src/app/layout.tsx 2026-03-08 08:56:25 +00:00
4525c76b9f Merge version_2 into main
Merge version_2 into main
2026-03-08 08:42:36 +00:00
d8b5b4f653 Update src/app/layout.tsx 2026-03-08 08:42:31 +00:00
5a48e25c15 Merge version_1 into main
Merge version_1 into main
2026-03-08 08:17:49 +00:00
15f82c0b53 Merge version_1 into main
Merge version_1 into main
2026-03-08 08:17:04 +00:00
c2c379b0f2 Merge version_1 into main
Merge version_1 into main
2026-03-08 08:16:01 +00:00
2 changed files with 14 additions and 1411 deletions

File diff suppressed because it is too large Load Diff

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>
);
}
}