Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
225
src/app/page.tsx
225
src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Bidder",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Analytics",
|
||||
id: "metrics",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
{
|
||||
name: "Blog",
|
||||
id: "blog",
|
||||
},
|
||||
{ name: "Bidder", id: "features" },
|
||||
{ name: "Analytics", id: "metrics" },
|
||||
{ name: "Pricing", id: "products" },
|
||||
{ name: "Blog", id: "blog" },
|
||||
]}
|
||||
brandName="MarketGuru"
|
||||
/>
|
||||
@@ -54,39 +42,16 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Wildberries ads that sell themselves"
|
||||
description="MarketGuru automates your ad optimization. Get 40% more conversions with zero manual tweaking."
|
||||
tag="Advanced Analytics for WB"
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Free Trial",
|
||||
href: "#pricing",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Start Free Trial", href: "#products" }]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laptop-screen-room-with-red-light_250224-287.jpg?_wi=1",
|
||||
imageAlt: "modern saas dashboard digital interface",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laptop-screen-room-with-red-light_250224-287.jpg", imageAlt: "modern saas dashboard digital interface"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-futuristic-office_23-2151003753.jpg?_wi=1",
|
||||
imageAlt: "abstract data visualization network lines",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mobile-app-analytics-dashboard_23-2151957122.jpg",
|
||||
imageAlt: "Mobile app analytics dashboard",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241207.jpg",
|
||||
imageAlt: "Modern and equipped computer lab",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-uses-tablet-governmental-cyber-security-room-working-russian-flag_482257-90680.jpg",
|
||||
imageAlt: "Person uses tablet in governmental cyber security room working for Russian flag",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-futuristic-office_23-2151003753.jpg", imageAlt: "abstract data visualization network lines"}
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
rating={5}
|
||||
@@ -101,28 +66,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Automated Bidder",
|
||||
description: "Stop manual adjustments. Our AI monitors and tweaks your bids in real-time.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Zap,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hud-user-interface-technology-spaceship-virtual-reality-game-with-infographic-chart-navigation-button_90220-1368.jpg",
|
||||
imageAlt: "rocket icon line art",
|
||||
title: "Automated Bidder", description: "Stop manual adjustments. Our AI monitors and tweaks your bids in real-time.", bentoComponent: "reveal-icon", icon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Smart Repricer",
|
||||
description: "Always stay competitive while maximizing your profit margins.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: TrendingUp,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laptop-screen-room-with-red-light_250224-287.jpg?_wi=2",
|
||||
imageAlt: "rocket icon line art",
|
||||
title: "Smart Repricer", description: "Always stay competitive while maximizing your profit margins.", bentoComponent: "reveal-icon", icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
title: "AI Analytics",
|
||||
description: "Get deep market insights into your sales performance and trends.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: LineChart,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-futuristic-office_23-2151003753.jpg?_wi=2",
|
||||
imageAlt: "rocket icon line art",
|
||||
title: "AI Analytics", description: "Get deep market insights into your sales performance and trends.", bentoComponent: "reveal-icon", icon: LineChart,
|
||||
},
|
||||
]}
|
||||
title="Powerful tools for automated sales"
|
||||
@@ -136,24 +86,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Users,
|
||||
title: "Sellers",
|
||||
value: "800k+",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Box,
|
||||
title: "Items Analyzed",
|
||||
value: "227M+",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Award,
|
||||
title: "Experience",
|
||||
value: "70k+",
|
||||
},
|
||||
{ id: "m1", icon: Users, title: "Sellers", value: "800k+" },
|
||||
{ id: "m2", icon: Box, title: "Items Analyzed", value: "227M+" },
|
||||
{ id: "m3", icon: Award, title: "Experience", value: "70k+" },
|
||||
]}
|
||||
title="Proven results"
|
||||
description="MarketGuru scales business operations effectively."
|
||||
@@ -164,50 +99,12 @@ export default function LandingPage() {
|
||||
<ProductCardOne
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Basic Ad Control",
|
||||
price: "$99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-trading-browsing-online-stock-investments-night_169016-57448.jpg",
|
||||
imageAlt: "modern saas dashboard digital interface",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Pro Automation",
|
||||
price: "$299",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/optical-fiber-background_23-2149301607.jpg",
|
||||
imageAlt: "abstract data visualization network lines",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Agency Suite",
|
||||
price: "$899",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126876.jpg",
|
||||
imageAlt: "modern saas dashboard digital interface",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Expert Consult",
|
||||
price: "$150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-poly-background-with-connecting-lines-dots_1048-6496.jpg",
|
||||
imageAlt: "abstract data visualization network lines",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "SEO Optimization",
|
||||
price: "$200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-typing-laptop-sitting-home-with-automation-lighting-system-using-voice-controlled-sma_482257-2844.jpg",
|
||||
imageAlt: "modern saas dashboard digital interface",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Guru AI Access",
|
||||
price: "$49",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-technology-hologram_23-2151917446.jpg",
|
||||
imageAlt: "abstract data visualization network lines",
|
||||
},
|
||||
{ id: "p1", name: "Basic Ad Control", price: "$99", imageSrc: "http://img.b2bpic.net/free-photo/man-trading-browsing-online-stock-investments-night_169016-57448.jpg" },
|
||||
{ id: "p2", name: "Pro Automation", price: "$299", imageSrc: "http://img.b2bpic.net/free-photo/optical-fiber-background_23-2149301607.jpg" },
|
||||
{ id: "p3", name: "Agency Suite", price: "$899", imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126876.jpg" },
|
||||
]}
|
||||
title="Service Packages"
|
||||
description="Choose the best plan to optimize your Wildberries performance."
|
||||
@@ -220,46 +117,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Ivan S.",
|
||||
handle: "@ivan_wb",
|
||||
testimonial: "Increased my conversions by 40% in one month.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-entrepreneur-with-corporate-job-looking-camera-business-office-portrait-young-man-preparing-work-planning-development-industry-with-technology-computer_482257-29387.jpg",
|
||||
imageAlt: "successful entrepreneur headshot professional",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Olga M.",
|
||||
handle: "@olga_sales",
|
||||
testimonial: "Best automated tool for Wildberries ads.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg",
|
||||
imageAlt: "professional woman business portrait",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Dmitry P.",
|
||||
handle: "@dmitry_ecom",
|
||||
testimonial: "Great insights and reporting tools.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-standing-holding-tablet-computer_1262-18710.jpg",
|
||||
imageAlt: "business analyst headshot professional",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Elena K.",
|
||||
handle: "@elena_biz",
|
||||
testimonial: "Excellent expert support and SEO service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-entrepreneur-posing-camera_1262-3636.jpg",
|
||||
imageAlt: "business consultant headshot studio",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Alex R.",
|
||||
handle: "@alex_market",
|
||||
testimonial: "My ROI doubled thanks to the automated bidder.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg",
|
||||
imageAlt: "experienced male agency owner headshot",
|
||||
},
|
||||
{ id: "t1", name: "Ivan S.", handle: "@ivan_wb", testimonial: "Increased my conversions by 40% in one month.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-entrepreneur-with-corporate-job-looking-camera-business-office-portrait-young-man-preparing-work-planning-development-industry-with-technology-computer_482257-29387.jpg" },
|
||||
{ id: "t2", name: "Olga M.", handle: "@olga_sales", testimonial: "Best automated tool for Wildberries ads.", imageSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg" },
|
||||
{ id: "t3", name: "Dmitry P.", handle: "@dmitry_ecom", testimonial: "Great insights and reporting tools.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-standing-holding-tablet-computer_1262-18710.jpg" },
|
||||
{ id: "t4", name: "Elena K.", handle: "@elena_biz", testimonial: "Excellent expert support and SEO service.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-entrepreneur-posing-camera_1262-3636.jpg" },
|
||||
{ id: "t5", name: "Alex R.", handle: "@alex_market", testimonial: "My ROI doubled thanks to the automated bidder.", imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg" },
|
||||
]}
|
||||
title="Loved by Wildberries sellers"
|
||||
description="Join thousands of successful sellers who trust our platform."
|
||||
@@ -270,21 +132,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How does AI automation work?",
|
||||
content: "Our AI analyzes real-time market data to optimize your bids and prices automatically.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Can I integrate with my agency account?",
|
||||
content: "Yes, our agency suite is designed specifically for scaling multiple seller accounts.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Is it easy to use?",
|
||||
content: "Absolutely. You can get started with zero manual tweaking.",
|
||||
},
|
||||
{ id: "q1", title: "How does AI automation work?", content: "Our AI analyzes real-time market data to optimize your bids and prices automatically." },
|
||||
{ id: "q2", title: "Can I integrate with my agency account?", content: "Yes, our agency suite is designed specifically for scaling multiple seller accounts." },
|
||||
{ id: "q3", title: "Is it easy to use?", content: "Absolutely. You can get started with zero manual tweaking." },
|
||||
]}
|
||||
sideTitle="Questions? We've got answers."
|
||||
faqsAnimation="blur-reveal"
|
||||
@@ -294,16 +144,9 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
text="Ready to scale your business on Wildberries?"
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Support",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Contact Support", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -312,16 +155,8 @@ export default function LandingPage() {
|
||||
logoText="MarketGuru.io"
|
||||
copyrightText="© 2025 MarketGuru. All rights reserved."
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "#",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
{
|
||||
icon: Github,
|
||||
href: "#",
|
||||
ariaLabel: "Github",
|
||||
},
|
||||
{ icon: Twitter, href: "#", ariaLabel: "Twitter" },
|
||||
{ icon: Github, href: "#", ariaLabel: "Github" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user