11 Commits

Author SHA1 Message Date
3ae0d48fbd Merge version_17 into main
Merge version_17 into main
2026-04-24 04:57:46 +00:00
873310b609 Update src/app/page.tsx 2026-04-24 04:57:43 +00:00
0b52ca70cb Merge version_16 into main
Merge version_16 into main
2026-04-24 04:57:16 +00:00
b58513bd20 Update src/app/page.tsx 2026-04-24 04:57:10 +00:00
c7c4ed3434 Merge version_16 into main
Merge version_16 into main
2026-04-24 04:55:02 +00:00
80fad75bda Update src/app/page.tsx 2026-04-24 04:54:59 +00:00
cc9c4917dd Merge version_16 into main
Merge version_16 into main
2026-04-24 04:54:37 +00:00
3300f9dd66 Update src/app/page.tsx 2026-04-24 04:54:34 +00:00
511260eb3a Merge version_15 into main
Merge version_15 into main
2026-04-24 04:53:34 +00:00
bcbe977fad Update src/app/contact/page.tsx 2026-04-24 04:53:31 +00:00
ec662504fc Merge version_14 into main
Merge version_14 into main
2026-04-24 04:51:30 +00:00
2 changed files with 4 additions and 5 deletions

View File

@@ -34,7 +34,6 @@ export default function ContactPage() {
/>
<div className="pt-32 pb-20">
{/* Newsletter signup section removed */}
</div>
<FooterLogoReveal

View File

@@ -38,10 +38,10 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroOverlay
title="BUTTER"
description="A design-forward coffee, matcha, and retail platform for everyday ritual."
buttons={[{ text: "Visit Us", href: "/contact" }]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ClWbrS92bXmt7LmjB3TsGBCnuR/uploaded-1777006144782-qd7km8ip.jpg"
title=""
description=""
buttons={[]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ClWbrS92bXmt7LmjB3TsGBCnuR/uploaded-1777006599588-6ks2eld0.png"
/>
</div>