Update src/app/page.tsx
This commit is contained in:
@@ -46,7 +46,7 @@ export default function HomePage() {
|
||||
{ name: "Community", id: "/contact" },
|
||||
]}
|
||||
button={{ text: "Sign Up Now", href: "/contact" }}
|
||||
brandName="TrendPin"
|
||||
brandName="Trendpin "
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -54,7 +54,7 @@ export default function HomePage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
title="Discover, Create & Monetize Visual Content"
|
||||
description="TrendPin is the ultimate platform for discovering trending images and videos, uploading your best content, and earning money as a creator. Join thousands of content creators building their audience and generating income."
|
||||
description="Trendpin is the ultimate platform for discovering trending images and videos, uploading your best content, and earning money as a creator. Join thousands of content creators building their audience and generating income."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Next Generation Social Platform"
|
||||
tagIcon={Sparkles}
|
||||
@@ -71,7 +71,7 @@ export default function HomePage() {
|
||||
]}
|
||||
avatarText="Trusted by 50,000+ creators"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASylfTGhuZNwH5jW6ydIXxdHBh/a-vibrant-pinterest-style-masonry-grid-l-1772602046509-614cef50.png"
|
||||
imageAlt="TrendPin Masonry Grid Interface"
|
||||
imageAlt="Trendpin Masonry Grid Interface"
|
||||
mediaAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{ type: "text", text: "Pinterest-Style Discovery" },
|
||||
@@ -119,13 +119,13 @@ export default function HomePage() {
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardOne
|
||||
title="Platform Offerings"
|
||||
description="Explore the complete TrendPin ecosystem designed for users and creators."
|
||||
description="Explore the complete Trendpin ecosystem designed for users and creators."
|
||||
tag="Available Products"
|
||||
tagIcon={Package}
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "TrendPin Pro", price: "Premium Access", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASylfTGhuZNwH5jW6ydIXxdHBh/a-react-native-flutter-cross-platform-mo-1772602053161-65b5fe28.png", imageAlt: "Mobile app interface"},
|
||||
id: "1", name: "Trendpin Pro", price: "Premium Access", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASylfTGhuZNwH5jW6ydIXxdHBh/a-react-native-flutter-cross-platform-mo-1772602053161-65b5fe28.png", imageAlt: "Mobile app interface"},
|
||||
{
|
||||
id: "2", name: "Creator Marketplace", price: "Collaboration Hub", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASylfTGhuZNwH5jW6ydIXxdHBh/a-comprehensive-creator-dashboard-displa-1772602046489-75e56277.png?_wi=2", imageAlt: "Creator collaboration tools"},
|
||||
{
|
||||
@@ -142,7 +142,7 @@ export default function HomePage() {
|
||||
{/* Pricing Section */}
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardEight
|
||||
title="TrendPin Premium Plans"
|
||||
title="Trendpin Premium Plans"
|
||||
description="Choose the perfect plan to unlock exclusive features and monetization opportunities."
|
||||
tag="Flexible Pricing"
|
||||
tagIcon={CreditCard}
|
||||
@@ -202,7 +202,7 @@ export default function HomePage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
title="Creator Success Stories"
|
||||
description="Hear from creators who have built their audiences and monetized their content on TrendPin."
|
||||
description="Hear from creators who have built their audiences and monetized their content on Trendpin ."
|
||||
tag="Real Feedback"
|
||||
tagIcon={Users}
|
||||
tagAnimation="slide-up"
|
||||
@@ -243,8 +243,8 @@ export default function HomePage() {
|
||||
tag="Get Started"
|
||||
tagIcon={Mail}
|
||||
tagAnimation="slide-up"
|
||||
title="Join TrendPin Today"
|
||||
description="Start your journey as a content creator or user. Sign up for TrendPin and join thousands of creators earning money while sharing their passion."
|
||||
title="Join Trendpin Today"
|
||||
description="Start your journey as a content creator or user. Sign up for Trendpin and join thousands of creators earning money while sharing their passion."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="your@email.com"
|
||||
@@ -256,7 +256,7 @@ export default function HomePage() {
|
||||
{/* Footer */}
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="TrendPin"
|
||||
logoText="Trendpin "
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user