Merge version_2 into main #3

Merged
bender merged 2 commits from version_2 into main 2026-03-03 23:09:14 +00:00
2 changed files with 5 additions and 4 deletions

View File

@@ -21,7 +21,8 @@ export const metadata: Metadata = {
openGraph: {
title: "EcoCup | Sustainable Paper Cups", description: "Compostable paper cups that reduce environmental impact. Join thousands of businesses saving the planet.", type: "website", siteName: "EcoCup", images: [
{
url: "http://img.b2bpic.net/free-photo/eco-friendly-disposable-tableware-cups_23-2148723794.jpg", alt: "Sustainable paper cups"},
url: "http://img.b2bpic.net/free-photo/eco-friendly-disposable-tableware-cups_23-2148723794.jpg", alt: "Sustainable paper cups"
},
],
},
twitter: {
@@ -1413,4 +1414,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroOverlay
title="Paper Cups That Save the World"
description="Sustainable, eco-friendly paper cups designed to reduce environmental impact. Every cup is a commitment to a cleaner planet."
description="Reduce your carbon footprint by 80% with cups that decompose in 60 days. Every cup eliminates plastic waste and supports reforestation projects."
tag="Eco-Innovation"
tagAnimation="opacity"
imageSrc="http://img.b2bpic.net/free-photo/eco-friendly-disposable-tableware-cups_23-2148723794.jpg?_wi=1"
@@ -255,4 +255,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}