Compare commits
20 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2d21929fb0 | |||
| 1d1e3381fe | |||
| d21e138b3f | |||
| 4031b870ad | |||
| 0d1049b509 | |||
| ac54c2958a | |||
| a0ced3c0b3 | |||
| 2795757a7d | |||
| 3337ea665f | |||
| 2a89145885 | |||
| 9a9bbd379a | |||
| ba5f939e19 | |||
| fb7152d838 | |||
| a9ec2d9788 | |||
| f696e98049 | |||
| 7004e1770a | |||
| b3a1d24ba9 | |||
| 373f147884 | |||
| 136e4cde8a | |||
| 4a82645f5d |
121
src/app/page.tsx
121
src/app/page.tsx
@@ -6,7 +6,7 @@ import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import FeatureBento from '@/components/sections/feature/FeatureBento';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
@@ -16,46 +16,43 @@ import { Award, Box, Github, LineChart, TrendingUp, Twitter, Users, Zap } from "
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-shift"
|
||||
defaultButtonVariant="hover-magnetic"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="soft"
|
||||
contentWidth="compact"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="layered"
|
||||
headingFontWeight="medium"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="none"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Bidder", id: "features" },
|
||||
{ name: "Analytics", id: "metrics" },
|
||||
{ name: "Pricing", id: "products" },
|
||||
{ name: "Blog", id: "blog" },
|
||||
{ name: "Инструменты", id: "features" },
|
||||
{ name: "Аналитика", id: "metrics" },
|
||||
{ name: "Тарифы", id: "products" },
|
||||
{ name: "Блог", id: "blog" },
|
||||
]}
|
||||
brandName="MarketGuru"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
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: "#products" }]}
|
||||
<HeroBillboardGallery
|
||||
background={{ variant: "plain" }}
|
||||
title="Реклама на Wildberries, которая продает сама"
|
||||
description="MarketGuru автоматизирует управление рекламой. Увеличьте конверсию на 40% без ручной настройки."
|
||||
tag="Продвинутая аналитика для WB"
|
||||
buttons={[{ text: "Попробовать бесплатно", href: "#products" }]}
|
||||
mediaItems={[
|
||||
{
|
||||
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", imageAlt: "abstract data visualization network lines"}
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/laptop-screen-room-with-red-light_250224-287.jpg", imageAlt: "Интерфейс панели управления" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-futuristic-office_23-2151003753.jpg", imageAlt: "Аналитика данных" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126876.jpg?_wi=1", imageAlt: "Результаты продаж" }
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
rating={5}
|
||||
ratingText="Trusted by 800,000+ sellers"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -63,35 +60,35 @@ export default function LandingPage() {
|
||||
<FeatureBento
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Automated Bidder", description: "Stop manual adjustments. Our AI monitors and tweaks your bids in real-time.", bentoComponent: "reveal-icon", icon: Zap,
|
||||
title: "Автобиддер", description: "Хватит менять ставки вручную. Наш ИИ делает это в реальном времени.", bentoComponent: "reveal-icon", icon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Smart Repricer", description: "Always stay competitive while maximizing your profit margins.", bentoComponent: "reveal-icon", icon: TrendingUp,
|
||||
title: "Умный репрайсер", description: "Оставайтесь конкурентоспособными и максимизируйте маржу.", bentoComponent: "reveal-icon", icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
title: "AI Analytics", description: "Get deep market insights into your sales performance and trends.", bentoComponent: "reveal-icon", icon: LineChart,
|
||||
title: "AI Аналитика", description: "Глубокие инсайты по продажам и трендам рынка.", bentoComponent: "reveal-icon", icon: LineChart,
|
||||
},
|
||||
]}
|
||||
title="Powerful tools for automated sales"
|
||||
description="Streamline your Wildberries business with our suite of intelligent automation features."
|
||||
title="Мощные инструменты автоматизации"
|
||||
description="Оптимизируйте бизнес на Wildberries с нашими интеллектуальными функциями."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardThree
|
||||
animationType="depth-3d"
|
||||
animationType="blur-reveal"
|
||||
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: "Селлеров", value: "800k+" },
|
||||
{ id: "m2", icon: Box, title: "Товаров", value: "227M+" },
|
||||
{ id: "m3", icon: Award, title: "Опыт", value: "70k+" },
|
||||
]}
|
||||
title="Proven results"
|
||||
description="MarketGuru scales business operations effectively."
|
||||
title="Доказанные результаты"
|
||||
description="MarketGuru помогает масштабировать операции эффективно."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -100,43 +97,43 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={true}
|
||||
useInvertedBackground={false}
|
||||
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" },
|
||||
{ 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" },
|
||||
{ id: "p1", name: "Базовый", price: "99$", imageSrc: "http://img.b2bpic.net/free-photo/man-trading-browsing-online-stock-investments-night_169016-57448.jpg" },
|
||||
{ id: "p2", name: "Профи", price: "299$", imageSrc: "http://img.b2bpic.net/free-photo/optical-fiber-background_23-2149301607.jpg" },
|
||||
{ id: "p3", name: "Агентский", price: "899$", imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126876.jpg?_wi=2" },
|
||||
]}
|
||||
title="Service Packages"
|
||||
description="Choose the best plan to optimize your Wildberries performance."
|
||||
title="Тарифные планы"
|
||||
description="Выберите лучший тариф для оптимизации показателей на Wildberries."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
animationType="slide-up"
|
||||
animationType="blur-reveal"
|
||||
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" },
|
||||
{ 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" },
|
||||
{ id: "t1", name: "Иван С.", handle: "@ivan_wb", testimonial: "Конверсия выросла на 40% за месяц!", 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: "Ольга М.", handle: "@olga_sales", testimonial: "Лучший инструмент для автоматизации рекламы WB.", imageSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg" },
|
||||
{ id: "t3", name: "Дмитрий П.", handle: "@dmitry_ecom", testimonial: "Отличная аналитика и удобные отчеты.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-standing-holding-tablet-computer_1262-18710.jpg" },
|
||||
{ id: "t4", name: "Елена К.", handle: "@elena_biz", testimonial: "Превосходная поддержка и SEO-сервис.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-entrepreneur-posing-camera_1262-3636.jpg" },
|
||||
{ id: "t5", name: "Алексей Р.", handle: "@alex_market", testimonial: "ROI вырос благодаря автобиддеру.", 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."
|
||||
title="Доверие селлеров"
|
||||
description="Присоединяйтесь к тысячам успешных продавцов."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
useInvertedBackground={true}
|
||||
useInvertedBackground={false}
|
||||
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: "Как работает ИИ-автоматизация?", content: "ИИ анализирует рынок в реальном времени и оптимизирует ставки автоматически." },
|
||||
{ id: "q2", title: "Можно подключить агентский кабинет?", content: "Да, наш тариф для агентств поддерживает масштабирование." },
|
||||
{ id: "q3", title: "Сложно ли начать?", content: "Нет, интерфейс интуитивно понятен, настройка не требуется." },
|
||||
]}
|
||||
sideTitle="Questions? We've got answers."
|
||||
sideTitle="Частые вопросы"
|
||||
faqsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
@@ -144,16 +141,16 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
text="Ready to scale your business on Wildberries?"
|
||||
buttons={[{ text: "Contact Support", href: "#" }]}
|
||||
background={{ variant: "plain" }}
|
||||
text="Готовы масштабировать бизнес на Wildberries?"
|
||||
buttons={[{ text: "Связаться с поддержкой", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="MarketGuru.io"
|
||||
copyrightText="© 2025 MarketGuru. All rights reserved."
|
||||
copyrightText="© 2025 MarketGuru. Все права защищены."
|
||||
socialLinks={[
|
||||
{ icon: Twitter, href: "#", ariaLabel: "Twitter" },
|
||||
{ icon: Github, href: "#", ariaLabel: "Github" },
|
||||
@@ -163,4 +160,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #e3deea;
|
||||
--card: #ffffff;
|
||||
--foreground: #1f2027;
|
||||
--primary-cta: #1f2027;
|
||||
--primary-cta-text: #e3deea;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #1f2027;
|
||||
--accent: #627dc6;
|
||||
--background-accent: #627dc6;
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000612e6;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta-text: #051a12;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #d4f6e8;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user