Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 15890e88da | |||
| 30d9ff236f | |||
| b67da52651 |
265
src/app/page.tsx
265
src/app/page.tsx
@@ -11,7 +11,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
|
|||||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||||
import { Instagram, Twitter } from "lucide-react";
|
import { Instagram, Twitter, MessageCircle, ShieldCheck, Truck } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -28,140 +28,151 @@ export default function LandingPage() {
|
|||||||
headingFontWeight="semibold"
|
headingFontWeight="semibold"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div className="fixed bottom-6 right-6 z-50">
|
||||||
<NavbarStyleApple
|
<a href="https://wa.me/7000000000" className="flex items-center justify-center w-16 h-16 bg-[#25D366] text-white rounded-full shadow-lg hover:scale-110 transition-transform">
|
||||||
navItems={[
|
<MessageCircle size={32} />
|
||||||
{ name: "Главная", id: "hero" },
|
</a>
|
||||||
{ name: "Каталог", id: "products" },
|
</div>
|
||||||
{ name: "Почему мы", id: "about" },
|
|
||||||
{ name: "Отзывы", id: "testimonials" },
|
<div id="nav" data-section="nav">
|
||||||
]}
|
<NavbarStyleApple
|
||||||
brandName="TOZA AUTO"
|
navItems={[
|
||||||
/>
|
{ name: "Главная", id: "hero" },
|
||||||
</div>
|
{ name: "Каталог", id: "products" },
|
||||||
|
{ name: "Почему мы", id: "about" },
|
||||||
|
{ name: "Отзывы", id: "testimonials" },
|
||||||
|
]}
|
||||||
|
brandName="TOZA AUTO"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div className="flex justify-center gap-8 py-4 bg-gray-50 border-b">
|
||||||
<HeroBillboardCarousel
|
<div className="flex items-center gap-2"><ShieldCheck className="text-blue-600" /><span>Гарантия качества</span></div>
|
||||||
background={{ variant: "radial-gradient" }}
|
<div className="flex items-center gap-2"><Truck className="text-blue-600" /><span>Быстрая доставка</span></div>
|
||||||
title="TOZA AUTO — стиль начинается с деталей"
|
</div>
|
||||||
description="Профессиональный уход и премиальные аксессуары для тех, кто ценит свой автомобиль."
|
|
||||||
tag="PREMIUM AUTO CARE"
|
|
||||||
tagAnimation="blur-reveal"
|
|
||||||
buttons={[
|
|
||||||
{ text: "Shop Now", href: "#products" },
|
|
||||||
{ text: "Contact WhatsApp", href: "https://wa.me/7000000000" },
|
|
||||||
]}
|
|
||||||
mediaItems={[
|
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/black-sedan-car-driving-bridge-road_114579-4023.jpg", imageAlt: "Luxury car studio" },
|
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193559.jpg", imageAlt: "Ceramic coating detail" },
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="products" data-section="products">
|
<div id="hero" data-section="hero">
|
||||||
<ProductCardThree
|
<HeroBillboardCarousel
|
||||||
animationType="blur-reveal"
|
background={{ variant: "radial-gradient" }}
|
||||||
textboxLayout="default"
|
title="TOZA AUTO — стиль начинается с деталей"
|
||||||
gridVariant="one-large-left-three-stacked-right"
|
description="Профессиональный уход и премиальные аксессуары для тех, кто ценит свой автомобиль."
|
||||||
useInvertedBackground={false}
|
tag="PREMIUM AUTO CARE"
|
||||||
products={[
|
tagAnimation="blur-reveal"
|
||||||
{ id: "1", name: "Чернитель шин премиум", price: "1 200 ₽", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-oil-painting-tubes_23-2149629992.jpg" },
|
buttons={[
|
||||||
{ id: "2", name: "Автошампунь для блеска", price: "900 ₽", imageSrc: "http://img.b2bpic.net/free-photo/hand-sanitizer-shampoo-white-container-blue-wall-wooden-table_114579-7225.jpg" },
|
{ text: "Shop Now", href: "#products" },
|
||||||
{ id: "3", name: "Очиститель салона", price: "1 100 ₽", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552293.jpg" },
|
{ text: "Contact WhatsApp", href: "https://wa.me/7000000000" },
|
||||||
]}
|
]}
|
||||||
buttons={[{ text: "Order Now", href: "#" }]}
|
mediaItems={[
|
||||||
title="Каталог аксессуаров и косметики"
|
{ imageSrc: "http://img.b2bpic.net/free-photo/black-sedan-car-driving-bridge-road_114579-4023.jpg", imageAlt: "Luxury car studio" },
|
||||||
description="Лучшие решения для блеска и комфорта вашего автомобиля."
|
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193559.jpg", imageAlt: "Ceramic coating detail" },
|
||||||
/>
|
]}
|
||||||
</div>
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="products" data-section="products">
|
||||||
<SplitAbout
|
<ProductCardThree
|
||||||
textboxLayout="split-actions"
|
animationType="blur-reveal"
|
||||||
useInvertedBackground={false}
|
textboxLayout="default"
|
||||||
title="Почему выбирают TOZA AUTO"
|
gridVariant="one-large-left-three-stacked-right"
|
||||||
description="Твоя машина заслуживает лучшего ухода. Мы предлагаем только проверенные бренды и аксессуары высшего класса."
|
useInvertedBackground={false}
|
||||||
buttons={[{ text: "Order Now", href: "#" }]}
|
products={[
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/view-3d-car-interior_23-2151138880.jpg"
|
{ id: "1", name: "Чернитель шин премиум", price: "1 200 ₽", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-oil-painting-tubes_23-2149629992.jpg" },
|
||||||
mediaAnimation="blur-reveal"
|
{ id: "2", name: "Автошампунь для блеска", price: "900 ₽", imageSrc: "http://img.b2bpic.net/free-photo/hand-sanitizer-shampoo-white-container-blue-wall-wooden-table_114579-7225.jpg" },
|
||||||
bulletPoints={[
|
{ id: "3", name: "Очиститель салона", price: "1 100 ₽", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552293.jpg" },
|
||||||
{ title: "Качество", description: "Только премиальные бренды." },
|
]}
|
||||||
{ title: "Сервис", description: "Профессиональный подход к каждому." }
|
buttons={[{ text: "Order Now", href: "#" }]}
|
||||||
]}
|
title="Каталог аксессуаров и косметики"
|
||||||
/>
|
description="Лучшие решения для блеска и комфорта вашего автомобиля."
|
||||||
</div>
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="features" data-section="features">
|
<div id="about" data-section="about">
|
||||||
<FeatureCardThree
|
<SplitAbout
|
||||||
animationType="blur-reveal"
|
textboxLayout="split-actions"
|
||||||
textboxLayout="default"
|
useInvertedBackground={false}
|
||||||
gridVariant="three-columns-all-equal-width"
|
title="Почему выбирают TOZA AUTO"
|
||||||
useInvertedBackground={false}
|
description="Твоя машина заслуживает лучшего ухода. Мы предлагаем только проверенные бренды и аксессуары высшего класса."
|
||||||
features={[
|
buttons={[{ text: "Order Now", href: "#" }]}
|
||||||
{ title: "Защита кузова", description: "Долговечные керамические составы.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193622.jpg" },
|
imageSrc="http://img.b2bpic.net/free-photo/view-3d-car-interior_23-2151138880.jpg"
|
||||||
{ title: "Идеальный салон", description: "Профессиональная очистка и защита.", imageSrc: "http://img.b2bpic.net/free-photo/beige-interior-decoration-luxurious-car_181624-25274.jpg" },
|
mediaAnimation="blur-reveal"
|
||||||
]}
|
bulletPoints={[
|
||||||
title="Превосходство в каждой детали"
|
{ title: "Качество", description: "Только премиальные бренды." },
|
||||||
description="Технологичные решения для поддержания безупречного состояния вашего транспорта."
|
{ title: "Сервис", description: "Профессиональный подход к каждому." }
|
||||||
/>
|
]}
|
||||||
</div>
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="features" data-section="features">
|
||||||
<TestimonialCardSixteen
|
<FeatureCardThree
|
||||||
animationType="blur-reveal"
|
animationType="blur-reveal"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
gridVariant="three-columns-all-equal-width"
|
||||||
testimonials={[
|
useInvertedBackground={false}
|
||||||
{ id: "1", name: "Алексей С.", role: "BMW Owner", company: "Client", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businessman-while-traveling-by-car-back-seat-using-smartphone_158595-4236.jpg" },
|
features={[
|
||||||
{ id: "2", name: "Дмитрий В.", role: "Mercedes Owner", company: "Client", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-car-showroom_1303-14562.jpg" },
|
{ title: "Защита кузова", description: "Долговечные керамические составы.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193622.jpg" },
|
||||||
]}
|
{ title: "Идеальный салон", description: "Профессиональная очистка и защита.", imageSrc: "http://img.b2bpic.net/free-photo/beige-interior-decoration-luxurious-car_181624-25274.jpg" },
|
||||||
kpiItems={[
|
]}
|
||||||
{ value: "5000+", label: "Счастливых клиентов" },
|
title="Превосходство в каждой детали"
|
||||||
{ value: "99%", label: "Повторных заказов" },
|
description="Технологичные решения для поддержания безупречного состояния вашего транспорта."
|
||||||
{ value: "150+", label: "Премиум товаров" },
|
/>
|
||||||
]}
|
</div>
|
||||||
title="Что говорят наши клиенты"
|
|
||||||
description="Нам доверяют тысячи автовладельцев по всей стране."
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="faq" data-section="faq">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<FaqDouble
|
<TestimonialCardSixteen
|
||||||
textboxLayout="default"
|
animationType="blur-reveal"
|
||||||
useInvertedBackground={false}
|
textboxLayout="default"
|
||||||
faqs={[
|
useInvertedBackground={false}
|
||||||
{ id: "1", title: "Как оформить заказ?", content: "Просто напишите нам в WhatsApp или оставьте заявку на сайте." },
|
testimonials={[
|
||||||
{ id: "2", title: "Есть ли доставка?", content: "Да, мы доставляем товары курьерской службой в любой город." },
|
{ id: "1", name: "Алексей С.", role: "BMW Owner", company: "Client", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businessman-while-traveling-by-car-back-seat-using-smartphone_158595-4236.jpg" },
|
||||||
]}
|
{ id: "2", name: "Дмитрий В.", role: "Mercedes Owner", company: "Client", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-car-showroom_1303-14562.jpg" },
|
||||||
title="Частые вопросы"
|
]}
|
||||||
description="Ответы на популярные вопросы о нашем ассортименте."
|
kpiItems={[
|
||||||
faqsAnimation="blur-reveal"
|
{ value: "5000+", label: "Счастливых клиентов" },
|
||||||
/>
|
{ value: "99%", label: "Повторных заказов" },
|
||||||
</div>
|
{ value: "150+", label: "Премиум товаров" },
|
||||||
|
]}
|
||||||
|
title="Что говорят наши клиенты"
|
||||||
|
description="Нам доверяют тысячи автовладельцев по всей стране."
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="faq" data-section="faq">
|
||||||
<ContactText
|
<FaqDouble
|
||||||
useInvertedBackground={false}
|
textboxLayout="default"
|
||||||
background={{ variant: "gradient-bars" }}
|
useInvertedBackground={false}
|
||||||
text="Готовы сделать ваш авто идеальным? Напишите нам прямо сейчас в WhatsApp или подпишитесь на соцсети."
|
faqs={[
|
||||||
buttons={[
|
{ id: "1", title: "Как оформить заказ?", content: "Просто напишите нам в WhatsApp или оставьте заявку на сайте." },
|
||||||
{ text: "Contact WhatsApp", href: "https://wa.me/7000000000" },
|
{ id: "2", title: "Есть ли доставка?", content: "Да, мы доставляем товары курьерской службой в любой город." },
|
||||||
{ text: "Order Now", href: "#" },
|
]}
|
||||||
]}
|
title="Частые вопросы"
|
||||||
/>
|
description="Ответы на популярные вопросы о нашем ассортименте."
|
||||||
</div>
|
faqsAnimation="blur-reveal"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="contact" data-section="contact">
|
||||||
<FooterCard
|
<ContactText
|
||||||
logoText="TOZA AUTO"
|
useInvertedBackground={false}
|
||||||
copyrightText="© 2025 | TOZA AUTO. Все права защищены."
|
background={{ variant: "gradient-bars" }}
|
||||||
socialLinks={[
|
text="Готовы сделать ваш авто идеальным? Напишите нам прямо сейчас в WhatsApp или подпишитесь на соцсети."
|
||||||
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
|
buttons={[
|
||||||
{ icon: Twitter, href: "#", ariaLabel: "TikTok" },
|
{ text: "Contact WhatsApp", href: "https://wa.me/7000000000" },
|
||||||
]}
|
{ text: "Order Now", href: "#" },
|
||||||
/>
|
]}
|
||||||
</div>
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="footer" data-section="footer">
|
||||||
|
<FooterCard
|
||||||
|
logoText="TOZA AUTO"
|
||||||
|
copyrightText="© 2025 | TOZA AUTO. Все права защищены."
|
||||||
|
socialLinks={[
|
||||||
|
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
|
||||||
|
{ icon: Twitter, href: "#", ariaLabel: "TikTok" },
|
||||||
|
]}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user