Merge version_9 into main
Merge version_9 into main
This commit was merged in pull request #13.
This commit is contained in:
@@ -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';
|
||||
@@ -31,31 +31,28 @@ export default function LandingPage() {
|
||||
<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
|
||||
<HeroBillboardGallery
|
||||
background={{ variant: "plain" }}
|
||||
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" }]}
|
||||
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", imageAlt: "Результаты продаж" }
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
rating={5}
|
||||
ratingText="Trusted by 800,000+ sellers"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -66,17 +63,17 @@ export default function LandingPage() {
|
||||
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>
|
||||
|
||||
@@ -86,12 +83,12 @@ 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: "Селлеров", 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>
|
||||
|
||||
@@ -102,12 +99,12 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
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" },
|
||||
]}
|
||||
title="Service Packages"
|
||||
description="Choose the best plan to optimize your Wildberries performance."
|
||||
title="Тарифные планы"
|
||||
description="Выберите лучший тариф для оптимизации показателей на Wildberries."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -117,14 +114,14 @@ 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" },
|
||||
{ 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>
|
||||
|
||||
@@ -132,11 +129,11 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
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>
|
||||
@@ -145,15 +142,15 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
text="Ready to scale your business on Wildberries?"
|
||||
buttons={[{ text: "Contact Support", href: "#" }]}
|
||||
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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user