Update src/app/page.tsx

This commit is contained in:
2026-06-10 03:29:18 +00:00
parent 4229cc62ac
commit 9c62d2a58d

View File

@@ -6,11 +6,11 @@ import ContactCenter from '@/components/sections/contact/ContactCenter';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
import FooterCard from '@/components/sections/footer/FooterCard'; import FooterCard from '@/components/sections/footer/FooterCard';
import HeroSplit from '@/components/sections/hero/HeroSplit';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
import { Facebook, Globe, Instagram, Palette, ShieldCheck, X } from "lucide-react"; import { Facebook, Globe, Instagram, Palette, ShieldCheck, X } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
@@ -50,11 +50,10 @@ export default function LandingPage() {
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplit <HeroLogoBillboard
background={{ background={{
variant: "sparkles-gradient"}} variant: "sparkles-gradient"}}
imagePosition="right" logoText="Reseller Success Hub"
title="Unlock Your Reselling Potential"
description="Discover top-tier digital products designed to boost your reseller business. From essential guides to powerful templates, start earning more today." description="Discover top-tier digital products designed to boost your reseller business. From essential guides to powerful templates, start earning more today."
buttons={[ buttons={[
{ {
@@ -63,37 +62,6 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/portrait-handsome-man-cafe-sitting-with-laptop-working-remotely-freelancer-with-phone-hands-shows-okay-ok-gesture-approval-agree-with-something-like-product_1258-314217.jpg" imageSrc="http://img.b2bpic.net/free-photo/portrait-handsome-man-cafe-sitting-with-laptop-working-remotely-freelancer-with-phone-hands-shows-okay-ok-gesture-approval-agree-with-something-like-product_1258-314217.jpg"
imageAlt="Person working on a laptop with charts and graphs, representing online reselling success" imageAlt="Person working on a laptop with charts and graphs, representing online reselling success"
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
fixedMediaHeight={true}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-with-arms-crossed_1170-2381.jpg", alt: "Happy female reseller"},
{
src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2623.jpg", alt: "Confident male entrepreneur"},
{
src: "http://img.b2bpic.net/free-photo/portrait-young-woman-lifestyle-blogger-recording-vlog-video-about-her-life-daily-routine_1258-254729.jpg", alt: "Young woman working remotely"},
{
src: "http://img.b2bpic.net/free-photo/business-woman-working-home_23-2148162643.jpg", alt: "Diverse business professional"},
{
src: "http://img.b2bpic.net/free-photo/man-having-short-break-work-home_329181-14567.jpg", alt: "Successful startup founder"},
]}
avatarText="Join 5,000+ Entrepreneurs"
marqueeItems={[
{
type: "text", text: "5-Star Rated Products"},
{
type: "text-icon", text: "Secure Transactions", icon: ShieldCheck,
},
{
type: "text", text: "24/7 Support"},
{
type: "text-icon", text: "Global Community", icon: Globe,
},
{
type: "text", text: "Instant Download"},
{
type: "text-icon", text: "Easy Customization", icon: Palette,
},
]}
/> />
</div> </div>