10 Commits

Author SHA1 Message Date
76e91746f6 Merge version_4 into main
Merge version_4 into main
2026-03-03 23:14:38 +00:00
97e6c6a425 Update src/app/page.tsx 2026-03-03 23:14:34 +00:00
261d46b069 Merge version_3 into main
Merge version_3 into main
2026-03-03 23:11:43 +00:00
1165747401 Update src/app/page.tsx 2026-03-03 23:11:39 +00:00
d612c329e8 Update src/app/layout.tsx 2026-03-03 23:11:38 +00:00
6bae7646a6 Merge version_2 into main
Merge version_2 into main
2026-03-03 23:09:14 +00:00
e44879099f Update src/app/page.tsx 2026-03-03 23:09:10 +00:00
a467d7a05c Update src/app/layout.tsx 2026-03-03 23:09:09 +00:00
bc6bffe6ed Merge version_1 into main
Merge version_1 into main
2026-03-03 23:08:09 +00:00
593da2baf8 Merge version_1 into main
Merge version_1 into main
2026-03-03 23:05:46 +00:00
2 changed files with 7 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: {

View File

@@ -11,7 +11,7 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import { Droplet, Globe, Leaf, Wind } from 'lucide-react';
import { Droplet, Globe, Leaf, Wind, Award } from 'lucide-react';
export default function LandingPage() {
return (
@@ -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"
@@ -127,8 +127,10 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
cardClassName="relative"
imageClassName="relative group overflow-hidden"
buttons={[
{ text: "Order Now", href: "#" }
{ text: "Shop Sustainable Cups", href: "#" }
]}
buttonAnimation="slide-up"
/>