Merge version_1 into main #2
415
src/app/page.tsx
415
src/app/page.tsx
@@ -16,303 +16,146 @@ import TextAbout from '@/components/sections/about/TextAbout';
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="elastic-effect"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="pill"
|
||||
defaultButtonVariant="elastic-effect"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
{
|
||||
name: "Fleet",
|
||||
id: "#fleet",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
]}
|
||||
brandName="TRANS HAJ AHMAD"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "Services", id: "#services" },
|
||||
{ name: "Fleet", id: "#fleet" },
|
||||
{ name: "Contact", id: "#contact" }
|
||||
]}
|
||||
brandName="TRANS HAJ AHMAD"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
logoText="TRANS HAJ AHMAD"
|
||||
description="Premium minibus rental services for all your personnel and group transport needs in Bengeurir. Safe, comfortable, and reliable."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "View Fleet",
|
||||
href: "#fleet",
|
||||
},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DUgY5nh7iz6O3VSIhPT2Ylw06B/uploaded-1778342237096-6qx8ynum.jpg?_wi=1"
|
||||
imageAlt="Trans Haj Ahmad Minibus"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{ variant: "plain" }}
|
||||
logoText="TRANS HAJ AHMAD"
|
||||
description="Premium minibus rental services for all your personnel and group transport needs in Bengeurir. Safe, comfortable, and reliable."
|
||||
buttons={[
|
||||
{ text: "Book Now", href: "#contact" },
|
||||
{ text: "View Fleet", href: "#fleet" }
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DUgY5nh7iz6O3VSIhPT2Ylw06B/uploaded-1778342237096-6qx8ynum.jpg"
|
||||
imageAlt="Trans Haj Ahmad Minibus"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
useInvertedBackground={true}
|
||||
tag="About Us"
|
||||
title="Your Trusted Partner in Transportation"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout useInvertedBackground={true} tag="About Us" title="Your Trusted Partner in Transportation" />
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardEight
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Personnel Transport",
|
||||
description: "Reliable daily transport for your employees or staff.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-leaning-front-car_23-2147828261.jpg?_wi=1",
|
||||
imageAlt: "Personnel Transport",
|
||||
},
|
||||
{
|
||||
title: "Flexible Rentals",
|
||||
description: "Choose from hourly, daily, or long-term rental options.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-delivery-van-driving-winter-road-near-snowy-field-commercial-transport-concept_169016-71593.jpg?_wi=1",
|
||||
imageAlt: "Flexible Rentals",
|
||||
},
|
||||
{
|
||||
title: "Safety Guaranteed",
|
||||
description: "Well-maintained vehicles with regular inspections.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-getting-out-car-while-road-trip_23-2148851244.jpg",
|
||||
imageAlt: "Safety Guaranteed",
|
||||
},
|
||||
]}
|
||||
title="Why Choose Our Service?"
|
||||
description="We prioritize safety and comfort for every journey."
|
||||
/>
|
||||
</div>
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardEight
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Personnel Transport", description: "Reliable daily transport for your employees or staff.", imageSrc: "http://img.b2bpic.net/free-photo/man-leaning-front-car_23-2147828261.jpg", imageAlt: "Personnel Transport" },
|
||||
{ title: "Flexible Rentals", description: "Choose from hourly, daily, or long-term rental options.", imageSrc: "http://img.b2bpic.net/free-photo/white-delivery-van-driving-winter-road-near-snowy-field-commercial-transport-concept_169016-71593.jpg", imageAlt: "Flexible Rentals" },
|
||||
{ title: "Safety Guaranteed", description: "Well-maintained vehicles with regular inspections.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-getting-out-car-while-road-trip_23-2148851244.jpg", imageAlt: "Safety Guaranteed" }
|
||||
]}
|
||||
title="Why Choose Our Service?"
|
||||
description="We prioritize safety and comfort for every journey."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="fleet" data-section="fleet">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Renault",
|
||||
name: "Master Minibus",
|
||||
price: "Request Quote",
|
||||
rating: 5,
|
||||
reviewCount: "12",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DUgY5nh7iz6O3VSIhPT2Ylw06B/uploaded-1778342237096-6qx8ynum.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Fiat",
|
||||
name: "Ducato Personnel",
|
||||
price: "Request Quote",
|
||||
rating: 5,
|
||||
reviewCount: "8",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DUgY5nh7iz6O3VSIhPT2Ylw06B/uploaded-1778342237096-y5a3c21o.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Renault",
|
||||
name: "Shuttle Pro",
|
||||
price: "Request Quote",
|
||||
rating: 4,
|
||||
reviewCount: "15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/need-attention-details-paperwork-back-seat-car-senior-businessman-with-documents_146671-14514.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Fiat",
|
||||
name: "Executive Shuttle",
|
||||
price: "Request Quote",
|
||||
rating: 5,
|
||||
reviewCount: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-white-portrait-digital-nomads_23-2151254062.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Renault",
|
||||
name: "Comfort Bus",
|
||||
price: "Request Quote",
|
||||
rating: 5,
|
||||
reviewCount: "10",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-leaning-front-car_23-2147828261.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Fiat",
|
||||
name: "Business Van",
|
||||
price: "Request Quote",
|
||||
rating: 4,
|
||||
reviewCount: "7",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-delivery-van-driving-winter-road-near-snowy-field-commercial-transport-concept_169016-71593.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
title="Our Fleet"
|
||||
description="Modern and clean vehicles ready for your group."
|
||||
/>
|
||||
</div>
|
||||
<div id="fleet" data-section="fleet">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "1", brand: "Renault", name: "Master Minibus", price: "Request Quote", rating: 5, reviewCount: "12", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DUgY5nh7iz6O3VSIhPT2Ylw06B/uploaded-1778342237096-6qx8ynum.jpg" },
|
||||
{ id: "2", brand: "Fiat", name: "Ducato Personnel", price: "Request Quote", rating: 5, reviewCount: "8", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DUgY5nh7iz6O3VSIhPT2Ylw06B/uploaded-1778342237096-y5a3c21o.jpg" },
|
||||
{ id: "3", brand: "Renault", name: "Shuttle Pro", price: "Request Quote", rating: 4, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/need-attention-details-paperwork-back-seat-car-senior-businessman-with-documents_146671-14514.jpg" }
|
||||
]}
|
||||
title="Our Fleet"
|
||||
description="Modern and clean vehicles ready for your group."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100+",
|
||||
description: "Happy Clients",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "24/7",
|
||||
description: "Availability",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "15",
|
||||
description: "Fleet Vehicles",
|
||||
},
|
||||
]}
|
||||
title="Service Excellence"
|
||||
description="Committed to quality service every day."
|
||||
/>
|
||||
</div>
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardTwo
|
||||
animationType="slide-up"
|
||||
gridVariant="bento-grid"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "m1", value: "100+", description: "Happy Clients" },
|
||||
{ id: "m2", value: "24/7", description: "Availability" },
|
||||
{ id: "m3", value: "15", description: "Fleet Vehicles" }
|
||||
]}
|
||||
title="Service Excellence"
|
||||
description="Committed to quality service every day."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
useInvertedBackground={true}
|
||||
testimonial="Amazing service! The bus was clean, and the driver was extremely professional. Highly recommended for group travel."
|
||||
rating={5}
|
||||
author="Sarah Miller"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/business-woman-green-suit-using-phone-outside-street_1303-29546.jpg",
|
||||
alt: "Sarah Miller",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-traveling-without-covid-worries_23-2149051622.jpg",
|
||||
alt: "John Doe",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/joyful-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-doing-ok-sign-showing-thumb-up-laptop-isolated-white_141793-84103.jpg",
|
||||
alt: "Anna Brown",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-waving-with-copy-space_23-2148631403.jpg",
|
||||
alt: "Mike Ross",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businessman-smiling-airport-terminal_107420-85119.jpg",
|
||||
alt: "Lisa Wang",
|
||||
},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
useInvertedBackground={true}
|
||||
testimonial="Amazing service! The bus was clean, and the driver was extremely professional. Highly recommended for group travel."
|
||||
rating={5}
|
||||
author="Sarah Miller"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/business-woman-green-suit-using-phone-outside-street_1303-29546.jpg", alt: "Sarah Miller" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/people-traveling-without-covid-worries_23-2149051622.jpg", alt: "John Doe" }
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do I need to book in advance?",
|
||||
content: "Yes, we recommend booking at least 48 hours in advance.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Is the driver included?",
|
||||
content: "Yes, all our rentals come with a professional driver.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Can we hire for weddings?",
|
||||
content: "Absolutely, we cater to all types of special events.",
|
||||
},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about our rental process."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "f1", title: "Do I need to book in advance?", content: "Yes, we recommend booking at least 48 hours in advance." },
|
||||
{ id: "f2", title: "Is the driver included?", content: "Yes, all our rentals come with a professional driver." }
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about our rental process."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Contact Us"
|
||||
title="Book Your Minibus Rental"
|
||||
description="Located at LOT JNAN ELKHEIR 1 N 516 BENGEURIR. Call us at 0661169129 for inquiries."
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-woman-sitting-back-car-talking-phone_1303-20471.jpg"
|
||||
imageAlt="Minibus contact inquiry"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contact Us"
|
||||
title="Book Your Minibus Rental"
|
||||
description="Located at LOT JNAN ELKHEIR 1 N 516 BENGEURIR. Call us at 0661169129 for inquiries."
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-woman-sitting-back-car-talking-phone_1303-20471.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="TRANS HAJ AHMAD"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Personnel Transport",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Weddings",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Events",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "Call: 0661169129",
|
||||
href: "tel:0661169129",
|
||||
},
|
||||
{
|
||||
label: "Location: Bengeurir",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 Trans Haj Ahmad. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="TRANS HAJ AHMAD"
|
||||
columns={[
|
||||
{ title: "Services", items: [{ label: "Personnel Transport", href: "#services" }, { label: "Weddings", href: "#" }] },
|
||||
{ title: "Contact", items: [{ label: "Call: 0661169129", href: "tel:0661169129" }, { label: "Location: Bengeurir", href: "#contact" }] }
|
||||
]}
|
||||
copyrightText="© 2024 Trans Haj Ahmad. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user