Merge version_1 into main #2
227
src/app/page.tsx
227
src/app/page.tsx
@@ -31,26 +31,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
{
|
||||
name: "Solutions",
|
||||
id: "#solutions",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Blog",
|
||||
id: "#blog",
|
||||
},
|
||||
{
|
||||
name: "Contacts",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Services", id: "#services" },
|
||||
{ name: "Solutions", id: "#solutions" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Blog", id: "#blog" },
|
||||
{ name: "Contacts", id: "#contact" },
|
||||
]}
|
||||
brandName="Specavia Group"
|
||||
/>
|
||||
@@ -58,18 +43,11 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Experts in Professional Pest Control"
|
||||
description="ООО «СпецАвиаГрупп» provides comprehensive protection against pests for food production, manufacturing, and commercial facilities. Working 24/7 with professional integrity."
|
||||
buttons={[
|
||||
{
|
||||
text: "Request Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283288.jpg?_wi=1"
|
||||
buttons={[{ text: "Request Consultation", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283288.jpg"
|
||||
imageAlt="industrial warehouse clean"
|
||||
/>
|
||||
</div>
|
||||
@@ -80,46 +58,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Warehouse Disinfection",
|
||||
description: "Full-scale disinfection for storage and logistics facilities.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Shield,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stone-high-rise-building-from-sunny-day_23-2148184228.jpg",
|
||||
imageAlt: "Stone high rise building from below on sunny day",
|
||||
},
|
||||
{
|
||||
title: "Fumigation Expertise",
|
||||
description: "Gas fumigation for grain, warehouses, and wooden materials.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Zap,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283288.jpg?_wi=2",
|
||||
imageAlt: "Stone high rise building from below on sunny day",
|
||||
},
|
||||
{
|
||||
title: "IT-Integrated Pest Control",
|
||||
description: "Automated data tracking and control points for food safety.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Smartphone,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-paper-style-isolation-still-life_23-2148998887.jpg?_wi=1",
|
||||
imageAlt: "Stone high rise building from below on sunny day",
|
||||
},
|
||||
{
|
||||
title: "Bird Deterrent Systems",
|
||||
description: "Eco-friendly protection for large-scale production sites.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Star,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gears_24908-54142.jpg?_wi=1",
|
||||
imageAlt: "Stone high rise building from below on sunny day",
|
||||
},
|
||||
{
|
||||
title: "Quality Audit Support",
|
||||
description: "Comprehensive compliance reporting for HACCP standards.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: CheckCircle,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/navy-operations-specialist-following-hostile-warship-trajectory_482257-91043.jpg?_wi=1",
|
||||
imageAlt: "Stone high rise building from below on sunny day",
|
||||
},
|
||||
{ title: "Warehouse Disinfection", description: "Full-scale disinfection for storage and logistics facilities.", bentoComponent: "reveal-icon", icon: Shield },
|
||||
{ title: "Fumigation Expertise", description: "Gas fumigation for grain, warehouses, and wooden materials.", bentoComponent: "reveal-icon", icon: Zap },
|
||||
{ title: "IT-Integrated Pest Control", description: "Automated data tracking and control points for food safety.", bentoComponent: "reveal-icon", icon: Smartphone },
|
||||
{ title: "Bird Deterrent Systems", description: "Eco-friendly protection for large-scale production sites.", bentoComponent: "reveal-icon", icon: Star },
|
||||
{ title: "Quality Audit Support", description: "Comprehensive compliance reporting for HACCP standards.", bentoComponent: "reveal-icon", icon: CheckCircle }
|
||||
]}
|
||||
title="Comprehensive Pest Control Services"
|
||||
description="We specialize in protecting industrial and commercial sites from rodents, birds, insects, and infectious disease carriers. Using globally recognized standards."
|
||||
@@ -134,7 +77,7 @@ export default function LandingPage() {
|
||||
description="Our team ensures 100% compliance with audit commission standards, delivering consistent, evidence-based results for food production and specialized industrial clients."
|
||||
subdescription="We offer free initial site inspections and work under strict contractual obligations."
|
||||
icon={Award}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/gears_24908-54142.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/gears_24908-54142.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -143,21 +86,14 @@ export default function LandingPage() {
|
||||
<MetricCardEleven
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "24/7",
|
||||
title: "Monitoring",
|
||||
description: "Constant automated oversight",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/navy-operations-specialist-following-hostile-warship-trajectory_482257-91043.jpg?_wi=2",
|
||||
id: "m1", value: "24/7", title: "Monitoring", description: "Constant automated oversight", imageSrc: "http://img.b2bpic.net/free-photo/navy-operations-specialist-following-hostile-warship-trajectory_482257-91043.jpg"
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "100%",
|
||||
title: "Optimization",
|
||||
description: "Minimized response time",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-businessman-uses-digital-graphs-analytics-improve-finance-models_482257-126516.jpg",
|
||||
},
|
||||
id: "m2", value: "100%", title: "Optimization", description: "Minimized response time", imageSrc: "http://img.b2bpic.net/free-photo/modern-businessman-uses-digital-graphs-analytics-improve-finance-models_482257-126516.jpg"
|
||||
}
|
||||
]}
|
||||
title="Data-Driven Pest Control"
|
||||
description="Applying IT technologies allows us to automate monitoring, detect risks early, and provide real-time reporting for external audits."
|
||||
@@ -171,42 +107,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "sol-1",
|
||||
name: "Food Production Set",
|
||||
price: "Custom",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-paper-style-isolation-still-life_23-2148998887.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "sol-2",
|
||||
name: "Warehouse Fumigation",
|
||||
price: "Custom",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-showing-house-model-protection-suit_176474-23681.jpg",
|
||||
},
|
||||
{
|
||||
id: "sol-3",
|
||||
name: "Corporate Office Disinfect",
|
||||
price: "Custom",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-white-chemical-protection-suit-doing-disinfection-pest-control-spraying-poison-kill-insects-rodents_342744-900.jpg",
|
||||
},
|
||||
{
|
||||
id: "sol-4",
|
||||
name: "Bird Control Systems",
|
||||
price: "Custom",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-white-protection-suit-disinfecting-sanitizing-subway-train-exterior-stop-spreading-highly-contagious-corona-virus_342744-491.jpg",
|
||||
},
|
||||
{
|
||||
id: "sol-5",
|
||||
name: "Herbicide Application",
|
||||
price: "Custom",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-doctor-putting-face-mask-with-copy-space_23-2148722364.jpg",
|
||||
},
|
||||
{
|
||||
id: "sol-6",
|
||||
name: "IT-Pest Management",
|
||||
price: "Custom",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-doctor-protective-suit-holding-flask-blue_140725-153980.jpg",
|
||||
},
|
||||
{ id: "sol-1", name: "Food Production Set", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/composition-paper-style-isolation-still-life_23-2148998887.jpg" },
|
||||
{ id: "sol-2", name: "Warehouse Fumigation", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-showing-house-model-protection-suit_176474-23681.jpg" },
|
||||
{ id: "sol-3", name: "Corporate Office Disinfect", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/person-white-chemical-protection-suit-doing-disinfection-pest-control-spraying-poison-kill-insects-rodents_342744-900.jpg" },
|
||||
{ id: "sol-4", name: "Bird Control Systems", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/man-white-protection-suit-disinfecting-sanitizing-subway-train-exterior-stop-spreading-highly-contagious-corona-virus_342744-491.jpg" },
|
||||
{ id: "sol-5", name: "Herbicide Application", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/side-view-doctor-putting-face-mask-with-copy-space_23-2148722364.jpg" },
|
||||
{ id: "sol-6", name: "IT-Pest Management", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-doctor-protective-suit-holding-flask-blue_140725-153980.jpg" }
|
||||
]}
|
||||
title="Industry-Ready Solutions"
|
||||
description="Pre-packaged complexes for common facility threats."
|
||||
@@ -221,36 +127,9 @@ export default function LandingPage() {
|
||||
title="Corporate Insights"
|
||||
description="Stay updated with the latest in pest-control engineering and sanitation science."
|
||||
blogs={[
|
||||
{
|
||||
id: "b1",
|
||||
category: "Sanitation",
|
||||
title: "New standards for food audits",
|
||||
excerpt: "What you need to pass commission inspections.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medical-laboratory-technician-holding-set-sterile-disposable-instruments_273609-13104.jpg",
|
||||
authorName: "CEO",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/computer-hard-drive_1401-421.jpg",
|
||||
date: "2026-01-10",
|
||||
},
|
||||
{
|
||||
id: "b2",
|
||||
category: "Tech",
|
||||
title: "Automation in pest control",
|
||||
excerpt: "How IT improves reliability.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-worker-analyzing-business-charts-laptop-using-paperwork-research-information-make-data-report-working-from-home-startup-analysis-with-web-graphs-browsing-internet_482257-50961.jpg",
|
||||
authorName: "Tech Lead",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/nozzles-ratchets_23-2148180526.jpg",
|
||||
date: "2026-02-15",
|
||||
},
|
||||
{
|
||||
id: "b3",
|
||||
category: "Safety",
|
||||
title: "Effective disinfection practices",
|
||||
excerpt: "The essential checklist for warehouses.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/city-building-sky_23-2148107055.jpg",
|
||||
authorName: "Expert",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/3d-rendering-hydraulic-elements_23-2149333343.jpg",
|
||||
date: "2026-03-01",
|
||||
},
|
||||
{ id: "b1", category: "Sanitation", title: "New standards for food audits", excerpt: "What you need to pass commission inspections.", imageSrc: "http://img.b2bpic.net/free-photo/medical-laboratory-technician-holding-set-sterile-disposable-instruments_273609-13104.jpg", authorName: "CEO", authorAvatar: "http://img.b2bpic.net/free-photo/computer-hard-drive_1401-421.jpg", date: "2026-01-10" },
|
||||
{ id: "b2", category: "Tech", title: "Automation in pest control", excerpt: "How IT improves reliability.", imageSrc: "http://img.b2bpic.net/free-photo/office-worker-analyzing-business-charts-laptop-using-paperwork-research-information-make-data-report-working-from-home-startup-analysis-with-web-graphs-browsing-internet_482257-50961.jpg", authorName: "Tech Lead", authorAvatar: "http://img.b2bpic.net/free-photo/nozzles-ratchets_23-2148180526.jpg", date: "2026-02-15" },
|
||||
{ id: "b3", category: "Safety", title: "Effective disinfection practices", excerpt: "The essential checklist for warehouses.", imageSrc: "http://img.b2bpic.net/free-photo/city-building-sky_23-2148107055.jpg", authorName: "Expert", authorAvatar: "http://img.b2bpic.net/free-photo/3d-rendering-hydraulic-elements_23-2149333343.jpg", date: "2026-03-01" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -261,16 +140,8 @@ export default function LandingPage() {
|
||||
title="Start your consultation"
|
||||
description="Send your request to our specialists and receive a call-back within business hours. Free primary site inspection provided."
|
||||
inputs={[
|
||||
{
|
||||
name: "Name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
},
|
||||
{
|
||||
name: "Phone",
|
||||
type: "tel",
|
||||
placeholder: "Contact Number",
|
||||
},
|
||||
{ name: "Name", type: "text", placeholder: "Your Name" },
|
||||
{ name: "Phone", type: "tel", placeholder: "Contact Number" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683479.jpg"
|
||||
/>
|
||||
@@ -281,45 +152,13 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-skyscrapers-with-windows_23-2148836757.jpg"
|
||||
logoText="Specavia Group"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Career",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Fumigation",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "IT-Pest Control",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "info@specaviagroup.ru",
|
||||
href: "mailto:info@specaviagroup.ru",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Career", href: "#" }] },
|
||||
{ title: "Services", items: [{ label: "Fumigation", href: "#" }, { label: "IT-Pest Control", href: "#" }] },
|
||||
{ title: "Contact", items: [{ label: "info@specaviagroup.ru", href: "mailto:info@specaviagroup.ru" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user