321 lines
18 KiB
TypeScript
321 lines
18 KiB
TypeScript
"use client";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
import ReactLenis from "lenis/react";
|
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
|
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
|
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
|
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
|
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
|
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
|
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
|
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
|
import { Gauge, Headphones, ShieldCheck, Sparkles, Zap } from "lucide-react";
|
|
|
|
export default function LandingPage() {
|
|
return (
|
|
<ThemeProvider
|
|
defaultButtonVariant="directional-hover"
|
|
defaultTextAnimation="entrance-slide"
|
|
borderRadius="pill"
|
|
contentWidth="mediumSmall"
|
|
sizing="mediumSizeLargeTitles"
|
|
background="none"
|
|
cardStyle="subtle-shadow"
|
|
primaryButtonStyle="shadow"
|
|
secondaryButtonStyle="solid"
|
|
headingFontWeight="light"
|
|
>
|
|
<ReactLenis root>
|
|
<div id="nav" data-section="nav">
|
|
<NavbarStyleFullscreen
|
|
navItems={[
|
|
{
|
|
name: "Home", id: "#home"},
|
|
{
|
|
name: "About", id: "#about"},
|
|
{
|
|
name: "Solutions", id: "#solutions"},
|
|
{
|
|
name: "Products", id: "#products"},
|
|
{
|
|
name: "Testimonials", id: "#testimonials"},
|
|
{
|
|
name: "Contact", id: "#contact"},
|
|
]}
|
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m2e4qd"
|
|
logoAlt="GR Sistemi Automatici Logo"
|
|
brandName="GR Sistemi Automatici"
|
|
/>
|
|
</div>
|
|
|
|
<div id="home" data-section="home">
|
|
<HeroOverlay
|
|
title="Innovative Automatic Opening Systems for Every Need"
|
|
description="GR Sistemi Automatici offers advanced, reliable, and secure solutions for gates, barriers, and automated entrances, enhancing safety and convenience for homes and businesses."
|
|
tag="Your Automation Partner"
|
|
tagAnimation="slide-up"
|
|
buttons={[
|
|
{
|
|
text: "Explore Our Solutions", href: "#solutions"},
|
|
{
|
|
text: "Request a Quote", href: "#contact"},
|
|
]}
|
|
buttonAnimation="slide-up"
|
|
imageSrc="http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283303.jpg"
|
|
imageAlt="Modern automatic gate system"
|
|
showDimOverlay={true}
|
|
showBlur={true}
|
|
textPosition="bottom"
|
|
avatars={[
|
|
{
|
|
src: "http://img.b2bpic.net/free-photo/afro-american-woman-smiling-close-up_23-2148336947.jpg", alt: "Satisfied client"},
|
|
{
|
|
src: "http://img.b2bpic.net/free-photo/hispanic-male-executive-gesturing-copy-space-while-making-eye-contact-studio_662251-786.jpg", alt: "Project manager"},
|
|
{
|
|
src: "http://img.b2bpic.net/free-photo/closeup-charming-delighted-cute-female-customer-give-positive-feedback-show-thumbsup-like-gesture-sm_1258-131218.jpg", alt: "Business partner"},
|
|
{
|
|
src: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-showing-paper-house-model-thumbs-up-recommending-broker-standing-yellow-background_1258-41029.jpg", alt: "Happy homeowner"},
|
|
{
|
|
src: "http://img.b2bpic.net/free-photo/smiling-young-builder-man-safety-glasses-wearing-uniform-with-safety-helmet-standing-with-crossed-arms-isolated-orange-wall-with-copy-space_141793-120099.jpg", alt: "Industry expert"},
|
|
]}
|
|
avatarText="Join our 1000+ satisfied clients"
|
|
/>
|
|
</div>
|
|
|
|
<div id="about" data-section="about">
|
|
<TextSplitAbout
|
|
useInvertedBackground={true}
|
|
title="About GR Sistemi Automatici"
|
|
description={[
|
|
"With decades of experience, GR Sistemi Automatici is a leader in designing, installing, and maintaining automatic opening systems. We are committed to delivering innovative, high-quality, and tailored solutions that meet the diverse needs of our clients.", "Our expertise covers residential, commercial, and industrial sectors, ensuring seamless functionality, maximum security, and long-lasting performance for every project. We pride ourselves on precision, reliability, and unparalleled customer support."]}
|
|
buttons={[
|
|
{
|
|
text: "Learn More About Us", href: "#"},
|
|
]}
|
|
buttonAnimation="slide-up"
|
|
showBorder={false}
|
|
/>
|
|
</div>
|
|
|
|
<div id="solutions" data-section="solutions">
|
|
<FeatureHoverPattern
|
|
animationType="scale-rotate"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
features={[
|
|
{
|
|
icon: ShieldCheck,
|
|
title: "Robust Security", description: "State-of-the-art security features ensure controlled access and peace of mind for your property."},
|
|
{
|
|
icon: Gauge,
|
|
title: "Reliable Performance", description: "Engineered for durability and consistent operation, our systems offer long-term, trouble-free service."},
|
|
{
|
|
icon: Zap,
|
|
title: "Energy Efficiency", description: "Designed with sustainability in mind, our solutions minimize energy consumption without compromising power."},
|
|
{
|
|
icon: Sparkles,
|
|
title: "Modern Design", description: "Our systems blend cutting-edge technology with elegant aesthetics to complement any architectural style."},
|
|
{
|
|
icon: Headphones,
|
|
title: "Dedicated Support", description: "Benefit from our expert support and maintenance services, ensuring optimal functionality at all times."},
|
|
]}
|
|
title="Advanced Automation for Enhanced Living"
|
|
description="Discover how our automatic systems integrate seamlessly into your environment, providing convenience, security, and efficiency tailored to your specific demands."
|
|
tag="Our Expertise"
|
|
tagAnimation="slide-up"
|
|
buttonAnimation="slide-up"
|
|
/>
|
|
</div>
|
|
|
|
<div id="products" data-section="products">
|
|
<ProductCardFour
|
|
animationType="slide-up"
|
|
textboxLayout="default"
|
|
gridVariant="three-columns-all-equal-width"
|
|
useInvertedBackground={true}
|
|
products={[
|
|
{
|
|
id: "1", name: "Sliding Gates", price: "Starting from €1500", variant: "Residential & Industrial", imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207712.jpg", imageAlt: "Modern sliding gate"},
|
|
{
|
|
id: "2", name: "Swing Gates", price: "Starting from €1200", variant: "Elegant & Secure", imageSrc: "http://img.b2bpic.net/free-photo/house-entrance-japanese-culture-with-tree_23-2149301062.jpg", imageAlt: "Elegant swing gate"},
|
|
{
|
|
id: "3", name: "Traffic Barriers", price: "Starting from €900", variant: "High-Speed Access", imageSrc: "http://img.b2bpic.net/free-photo/british-pelican-crossing-city_53876-63418.jpg", imageAlt: "Automatic traffic barrier"},
|
|
{
|
|
id: "4", name: "Garage Door Openers", price: "Starting from €450", variant: "Convenient & Silent", imageSrc: "http://img.b2bpic.net/free-photo/ticket-barriers-subway-entrance_1359-533.jpg", imageAlt: "Automatic garage door opener"},
|
|
{
|
|
id: "5", name: "Access Turnstiles", price: "Starting from €2500", variant: "Controlled Entry", imageSrc: "http://img.b2bpic.net/free-photo/music-controller-foreground_1381-28.jpg", imageAlt: "Security turnstile"},
|
|
{
|
|
id: "6", name: "Retractable Bollards", price: "Starting from €1800", variant: "Urban Security", imageSrc: "http://img.b2bpic.net/free-photo/ticket-machine-berlin-underground-germany_1268-20950.jpg", imageAlt: "Ret retractable security bollard"},
|
|
]}
|
|
title="Our Product Range"
|
|
description="Explore our comprehensive catalog of automatic opening systems, designed for diverse applications and superior performance."
|
|
tagAnimation="slide-up"
|
|
buttonAnimation="slide-up"
|
|
/>
|
|
</div>
|
|
|
|
<div id="metrics" data-section="metrics">
|
|
<MetricCardSeven
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
animationType="slide-up"
|
|
metrics={[
|
|
{
|
|
id: "m1", value: "25+", title: "Years of Experience", items: [
|
|
"Industry leading expertise", "Pioneering innovative solutions", "Trusted by countless clients"],
|
|
},
|
|
{
|
|
id: "m2", value: "1000+", title: "Successful Installations", items: [
|
|
"Residential & commercial projects", "High satisfaction rate", "Tailored solutions for every need"],
|
|
},
|
|
{
|
|
id: "m3", value: "99%", title: "Customer Satisfaction", items: [
|
|
"Dedicated post-sales support", "Rapid response service", "Long-term client relationships"],
|
|
},
|
|
]}
|
|
title="Years of Excellence in Automation"
|
|
description="Our commitment to quality and customer satisfaction is reflected in our consistent growth and achievements."
|
|
tagAnimation="slide-up"
|
|
buttonAnimation="slide-up"
|
|
/>
|
|
</div>
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
<TestimonialCardSixteen
|
|
animationType="depth-3d"
|
|
textboxLayout="default"
|
|
useInvertedBackground={true}
|
|
testimonials={[
|
|
{
|
|
id: "t1", name: "Marco Rossi", role: "Property Developer", company: "Habitat Innovations", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-with-thumbs-up_23-2149008927.jpg", videoAriaLabel: "Testimonial video from Marco Rossi", content: "GR Sistemi Automatici delivered an exceptional gate system for our new development. Their professionalism and attention to detail were outstanding from start to finish."},
|
|
{
|
|
id: "t2", name: "Silvia Bianchi", role: "Facility Manager", company: "City Center Complex", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-black-auto-mechanic-workshop_637285-9406.jpg", videoAriaLabel: "Testimonial video from Silvia Bianchi", content: "The automatic barriers installed by GR have dramatically improved traffic flow and security at our complex. The system is reliable and the service team is incredibly responsive."},
|
|
{
|
|
id: "t3", name: "Paolo Ferrari", role: "Industrial Operations Lead", company: "Tech Automation SpA", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cnc-machine-machine-operator-standing-factory-looking-camera_637285-4170.jpg", videoAriaLabel: "Testimonial video from Paolo Ferrari", content: "For our industrial facility, robust and efficient access control is paramount. GR Sistemi Automatici provided a tailored solution that exceeded our expectations for both performance and durability."},
|
|
{
|
|
id: "t4", name: "Giulia Esposito", role: "Residential Homeowner", company: "Private Client", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/real-estate-team-businesswoman-discussing-workspace-design-planning_482257-91082.jpg", videoAriaLabel: "Testimonial video from Giulia Esposito", content: "Our new automatic swing gate from GR Sistemi Automatici is simply beautiful and functions flawlessly. It adds so much convenience and peace of mind to our home."},
|
|
{
|
|
id: "t5", name: "Andrea Ricci", role: "Construction Director", company: "BuildFast Solutions", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-beautiful-woman-white-shirt-black-trousers-along-with-young-man-discussing-something-daytime-building-job-activity_140725-15290.jpg", videoAriaLabel: "Testimonial video from Andrea Ricci", content: "Working with GR Sistemi Automatici for our multi-unit residential projects has always been a pleasure. Their solutions are top-tier, and they consistently deliver on time and within budget."},
|
|
{
|
|
id: "t6", name: "Roberto Gallo", role: "Commercial Property Owner", company: "Global Retail Group", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional-architecture-holding-clipboard-construction-site_23-2148204025.jpg", videoAriaLabel: "Testimonial video from Roberto Gallo", content: "The access turnstiles installed by GR have streamlined entry for our staff and customers, greatly enhancing security and efficiency. Highly recommended!"},
|
|
]}
|
|
kpiItems={[
|
|
{
|
|
value: "5/5", label: "Average Rating"},
|
|
{
|
|
value: "100%", label: "Project Completion"},
|
|
{
|
|
value: "Fast", label: "Installation Time"},
|
|
]}
|
|
title="What Our Clients Say"
|
|
description="Hear directly from our satisfied customers about the quality and reliability of our automatic opening systems and services."
|
|
tagAnimation="slide-up"
|
|
buttonAnimation="slide-up"
|
|
/>
|
|
</div>
|
|
|
|
<div id="social-proof" data-section="social-proof">
|
|
<SocialProofOne
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
names={[
|
|
"Global Industries", "Urban Developments", "Secure Logistics Corp", "Modern Living Estates", "InnovateTech Group", "Public Sector Solutions", "Retail Powerhouse", "Health & Care Facilities"]}
|
|
title="Trusted by Leading Organizations"
|
|
description="Our solutions are chosen by a diverse range of clients across various industries for their reliability and advanced features."
|
|
tagAnimation="slide-up"
|
|
buttonAnimation="slide-up"
|
|
speed={40}
|
|
showCard={true}
|
|
/>
|
|
</div>
|
|
|
|
<div id="faq" data-section="faq">
|
|
<FaqBase
|
|
textboxLayout="default"
|
|
useInvertedBackground={true}
|
|
faqs={[
|
|
{
|
|
id: "q1", title: "What types of automatic systems do you offer?", content: "We offer a wide range of automatic systems including sliding gates, swing gates, traffic barriers, garage door openers, access turnstiles, and retractable bollards for residential, commercial, and industrial applications."},
|
|
{
|
|
id: "q2", title: "How do I request a quote for an installation?", content: "You can request a quote by filling out the contact form on our website, sending us an email, or calling us directly. Our team will get back to you promptly to discuss your needs."},
|
|
{
|
|
id: "q3", title: "Do you provide installation and maintenance services?", content: "Yes, we provide comprehensive installation services carried out by our certified technicians. We also offer maintenance contracts to ensure the long-term reliability and optimal performance of your systems."},
|
|
{
|
|
id: "q4", title: "Are your systems compliant with safety regulations?", content: "Absolutely. All our automatic opening systems are designed and installed in compliance with the latest European and local safety standards and regulations to ensure maximum user safety."},
|
|
]}
|
|
title="Frequently Asked Questions"
|
|
description="Find answers to the most common questions about our automatic opening systems and services."
|
|
tagAnimation="slide-up"
|
|
buttonAnimation="slide-up"
|
|
faqsAnimation="slide-up"
|
|
showCard={true}
|
|
/>
|
|
</div>
|
|
|
|
<div id="contact" data-section="contact">
|
|
<ContactCenter
|
|
useInvertedBackground={false}
|
|
background={{
|
|
variant: "radial-gradient"}}
|
|
tag="Get in Touch"
|
|
title="Let's Automate Your Space"
|
|
description="Ready to discuss your project or need expert advice? Contact us today for a free consultation and personalized solutions."
|
|
tagAnimation="slide-up"
|
|
inputPlaceholder="Enter your email"
|
|
buttonText="Send Message"
|
|
termsText="By clicking Send Message you're confirming that you agree with our Terms and Conditions."
|
|
/>
|
|
</div>
|
|
|
|
<div id="footer" data-section="footer">
|
|
<FooterLogoEmphasis
|
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m2e4qd"
|
|
logoAlt="GR Sistemi Automatici Logo"
|
|
columns={[
|
|
{
|
|
items: [
|
|
{
|
|
label: "Home", href: "#home"},
|
|
{
|
|
label: "About Us", href: "#about"},
|
|
{
|
|
label: "Our Solutions", href: "#solutions"},
|
|
],
|
|
},
|
|
{
|
|
items: [
|
|
{
|
|
label: "Products", href: "#products"},
|
|
{
|
|
label: "FAQ", href: "#faq"},
|
|
{
|
|
label: "Contact", href: "#contact"},
|
|
],
|
|
},
|
|
{
|
|
items: [
|
|
{
|
|
label: "Privacy Policy", href: "#"},
|
|
{
|
|
label: "Terms of Service", href: "#"},
|
|
],
|
|
},
|
|
]}
|
|
logoText="GR Sistemi Automatici"
|
|
/>
|
|
</div>
|
|
</ReactLenis>
|
|
</ThemeProvider>
|
|
);
|
|
}
|