Merge version_1 into main #5

Merged
bender merged 4 commits from version_1 into main 2026-02-23 09:57:59 +00:00
4 changed files with 77 additions and 70 deletions

View File

@@ -24,60 +24,66 @@ export default function BlogPage() {
headingFontWeight="bold"
>
<ReactLenis root>
<NavbarStyleApple
brandName="Gladiatogo"
navItems={[
{ name: "Home", id: "/" },
{ name: "Fleet", id: "#fleet" },
{ name: "About", id: "#about" },
{ name: "Testimonials", id: "#testimonials" },
{ name: "Contact", id: "#contact" },
]}
/>
<div id="nav" data-section="nav">
<NavbarStyleApple
brandName="Gladiatogo"
navItems={[
{ name: "Home", id: "/" },
{ name: "Fleet", id: "/#product" },
{ name: "About", id: "/#about" },
{ name: "Testimonials", id: "/#testimonial" },
{ name: "Contact", id: "/#contact" },
]}
/>
</div>
{isLoading ? (
<div className="w-content-width mx-auto py-20 text-center">
<p className="text-foreground">Loading posts...</p>
</div>
) : (
<BlogCardTwo
blogs={posts}
title="Latest Articles"
description="Insights and updates from our team"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
<div id="blog" data-section="blog">
<BlogCardTwo
blogs={posts}
title="Latest Articles"
description="Insights and updates from our team"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
)}
<FooterMedia
imageSrc="https://img.b2bpic.net/free-photo/car-with-lights-driving-down-road_23-2151850179.jpg?_wi=2"
imageAlt="Road with cars at sunset"
logoText="Gladiatogo"
columns={[
{
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Our Fleet", href: "#fleet" },
{ label: "Careers", href: "#" },
],
},
{
title: "Support", items: [
{ label: "FAQs", href: "#faq" },
{ label: "Contact", href: "#contact" },
{ label: "Help Center", href: "#" },
],
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
],
},
]}
copyrightText="© 2024 Gladiatogo. All rights reserved."
/>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://img.b2bpic.net/free-photo/car-with-lights-driving-down-road_23-2151850179.jpg"
imageAlt="Road with cars at sunset"
logoText="Gladiatogo"
columns={[
{
title: "Company", items: [
{ label: "About Us", href: "/#about" },
{ label: "Our Fleet", href: "/#product" },
{ label: "Careers", href: "#" },
],
},
{
title: "Support", items: [
{ label: "FAQs", href: "/#faq" },
{ label: "Contact", href: "/#contact" },
{ label: "Help Center", href: "#" },
],
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
],
},
]}
copyrightText="© 2024 Gladiatogo. All rights reserved."
/>
</div>
</ReactLenis>
</ThemeProvider>
);

View File

@@ -29,10 +29,10 @@ export default function LandingPage() {
<NavbarStyleApple
brandName="Gladiatogo"
navItems={[
{ name: "Home", id: "#home" },
{ name: "Fleet", id: "#fleet" },
{ name: "Home", id: "#hero" },
{ name: "Fleet", id: "#product" },
{ name: "About", id: "#about" },
{ name: "Testimonials", id: "#testimonials" },
{ name: "Testimonials", id: "#testimonial" },
{ name: "Contact", id: "#contact" }
]}
/>
@@ -43,7 +43,7 @@ export default function LandingPage() {
title="Drive Your Adventure. Rent with Gladiatogo."
description="Seamlessly book your dream car for any journey. Explore our premium fleet and hit the road with confidence."
background={{ variant: 'glowing-orb' }}
buttons={[{ text: "Book Now", href: "#fleet" }, { text: "Learn More", href: "#about" }]}
buttons={[{ text: "Book Now", href: "#product" }, { text: "Learn More", href: "#about" }]}
imageSrc="https://img.b2bpic.net/free-photo/it-has-few-special-functions-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16061.jpg"
imageAlt="Luxury car on an open road, ready for rental"
mediaAnimation="slide-up"
@@ -65,7 +65,7 @@ export default function LandingPage() {
mediaAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
imageSrc="https://img.b2bpic.net/free-photo/transportation-ownership-concept-customer-salesman-with-car-key_1423-183.jpg?_wi=1"
imageSrc="https://img.b2bpic.net/free-photo/transportation-ownership-concept-customer-salesman-with-car-key_1423-183.jpg"
imageAlt="Car keys on a modern counter, representing rental process"
/>
</div>
@@ -79,12 +79,12 @@ export default function LandingPage() {
animationType="slide-up"
gridVariant="three-columns-all-equal-width"
products={[
{ id: "1", brand: "Gladiatogo", name: "Standard Sedan", price: "From $49/day", rating: 4, reviewCount: "1.2K", imageSrc: "https://img.b2bpic.net/free-photo/grey-coupe-rainy-highway-motion-focus_169016-69693.jpg?_wi=1", imageAlt: "Modern sedan car for rental" },
{ id: "2", brand: "Gladiatogo", name: "Luxury SUV", price: "From $89/day", rating: 5, reviewCount: "850", imageSrc: "https://img.b2bpic.net/free-photo/good-friends-playing-guitar-while-traveling-by-car_23-2148771860.jpg?_wi=1", imageAlt: "Spacious luxury SUV for rent" },
{ id: "1", brand: "Gladiatogo", name: "Standard Sedan", price: "From $49/day", rating: 4, reviewCount: "1.2K", imageSrc: "https://img.b2bpic.net/free-photo/grey-coupe-rainy-highway-motion-focus_169016-69693.jpg", imageAlt: "Modern sedan car for rental" },
{ id: "2", brand: "Gladiatogo", name: "Luxury SUV", price: "From $89/day", rating: 5, reviewCount: "850", imageSrc: "https://img.b2bpic.net/free-photo/good-friends-playing-guitar-while-traveling-by-car_23-2148771860.jpg", imageAlt: "Spacious luxury SUV for rent" },
{ id: "3", brand: "Gladiatogo", name: "Sports Coupe", price: "From $129/day", rating: 5, reviewCount: "630", imageSrc: "https://img.b2bpic.net/free-photo/high-speed-silver-sport-car-driving-highway-sunny-weather_114579-4031.jpg", imageAlt: "Sleek red sports coupe available for rent" },
{ id: "4", brand: "Gladiatogo", name: "Compact Hatchback", price: "From $35/day", rating: 4, reviewCount: "1.5K", imageSrc: "https://img.b2bpic.net/free-photo/grey-coupe-rainy-highway-motion-focus_169016-69693.jpg?_wi=2", imageAlt: "Compact hatchback for city driving" },
{ id: "5", brand: "Gladiatogo", name: "Premium Electric", price: "From $99/day", rating: 5, reviewCount: "480", imageSrc: "https://img.b2bpic.net/free-photo/good-friends-playing-guitar-while-traveling-by-car_23-2148771860.jpg?_wi=2", imageAlt: "Electric SUV charging station" },
{ id: "6", brand: "Gladiatogo", name: "Minivan", price: "From $75/day", rating: 4, reviewCount: "900", imageSrc: "https://img.b2bpic.net/free-photo/grey-coupe-rainy-highway-motion-focus_169016-69693.jpg?_wi=3", imageAlt: "Family minivan for rent" }
{ id: "4", brand: "Gladiatogo", name: "Compact Hatchback", price: "From $35/day", rating: 4, reviewCount: "1.5K", imageSrc: "https://img.b2bpic.net/free-photo/grey-coupe-rainy-highway-motion-focus_169016-69693.jpg", imageAlt: "Compact hatchback for city driving" },
{ id: "5", brand: "Gladiatogo", name: "Premium Electric", price: "From $99/day", rating: 5, reviewCount: "480", imageSrc: "https://img.b2bpic.net/free-photo/good-friends-playing-guitar-while-traveling-by-car_23-2148771860.jpg", imageAlt: "Electric SUV charging station" },
{ id: "6", brand: "Gladiatogo", name: "Minivan", price: "From $75/day", rating: 4, reviewCount: "900", imageSrc: "https://img.b2bpic.net/free-photo/grey-coupe-rainy-highway-motion-focus_169016-69693.jpg", imageAlt: "Family minivan for rent" }
]}
/>
</div>
@@ -112,9 +112,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqsAnimation="slide-up"
mediaAnimation="slide-up"
animationType="smooth"
mediaPosition="left"
imageSrc="https://img.b2bpic.net/free-photo/transportation-ownership-concept-customer-salesman-with-car-key_1423-183.jpg?_wi=2"
imageSrc="https://img.b2bpic.net/free-photo/transportation-ownership-concept-customer-salesman-with-car-key_1423-183.jpg"
imageAlt="Customer service representative helping a client"
faqs={[
{ id: "1", title: "What documents do I need to rent a car?", content: "You will need a valid driver's license, a credit card in your name, and proof of identity." },
@@ -144,11 +145,11 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://img.b2bpic.net/free-photo/car-with-lights-driving-down-road_23-2151850179.jpg?_wi=1"
imageSrc="https://img.b2bpic.net/free-photo/car-with-lights-driving-down-road_23-2151850179.jpg"
imageAlt="Road with cars at sunset"
logoText="Gladiatogo"
columns={[
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Our Fleet", href: "#fleet" }, { label: "Careers", href: "#" }] },
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Our Fleet", href: "#product" }, { label: "Careers", href: "#" }] },
{ title: "Support", items: [{ label: "FAQs", href: "#faq" }, { label: "Contact", href: "#contact" }, { label: "Help Center", href: "#" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
]}

View File

@@ -89,7 +89,7 @@ function ProductPageContent({ params }: ProductPageProps) {
headingFontWeight="bold"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarStyleApple
brandName="Gladiatogo"
navItems={[
@@ -122,7 +122,7 @@ function ProductPageContent({ params }: ProductPageProps) {
headingFontWeight="bold"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarStyleApple
brandName="Gladiatogo"
navItems={[
@@ -162,7 +162,7 @@ function ProductPageContent({ params }: ProductPageProps) {
headingFontWeight="bold"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarStyleApple
brandName="Gladiatogo"
navItems={[
@@ -210,12 +210,12 @@ function ProductPageContent({ params }: ProductPageProps) {
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://img.b2bpic.net/free-photo/car-with-lights-driving-down-road_23-2151850179.jpg?_wi=4"
imageSrc="https://img.b2bpic.net/free-photo/car-with-lights-driving-down-road_23-2151850179.jpg"
imageAlt="Road with cars at sunset"
logoText="Gladiatogo"
columns={[
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Our Fleet", href: "#fleet" }, { label: "Careers", href: "#" }] },
{ title: "Support", items: [{ label: "FAQs", href: "#faq" }, { label: "Contact", href: "#contact" }, { label: "Help Center", href: "#" }] },
{ title: "Company", items: [{ label: "About Us", href: "/#about" }, { label: "Our Fleet", href: "/#product" }, { label: "Careers", href: "#" }] },
{ title: "Support", items: [{ label: "FAQs", href: "/#faq" }, { label: "Contact", href: "/#contact" }, { label: "Help Center", href: "#" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
]}
copyrightText="© 2024 Gladiatogo. All rights reserved."

View File

@@ -32,7 +32,7 @@ function ShopPageContent() {
headingFontWeight="bold"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarStyleApple
brandName="Gladiatogo"
navItems={[
@@ -64,7 +64,7 @@ function ShopPageContent() {
headingFontWeight="bold"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarStyleApple
brandName="Gladiatogo"
navItems={[
@@ -87,12 +87,12 @@ function ShopPageContent() {
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://img.b2bpic.net/free-photo/car-with-lights-driving-down-road_23-2151850179.jpg?_wi=3"
imageSrc="https://img.b2bpic.net/free-photo/car-with-lights-driving-down-road_23-2151850179.jpg"
imageAlt="Road with cars at sunset"
logoText="Gladiatogo"
columns={[
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Our Fleet", href: "#fleet" }, { label: "Careers", href: "#" }] },
{ title: "Support", items: [{ label: "FAQs", href: "#faq" }, { label: "Contact", href: "#contact" }, { label: "Help Center", href: "#" }] },
{ title: "Company", items: [{ label: "About Us", href: "/#about" }, { label: "Our Fleet", href: "/#product" }, { label: "Careers", href: "#" }] },
{ title: "Support", items: [{ label: "FAQs", href: "/#faq" }, { label: "Contact", href: "/#contact" }, { label: "Help Center", href: "#" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
]}
copyrightText="© 2024 Gladiatogo. All rights reserved."