Merge version_1 into main #3

Merged
bender merged 3 commits from version_1 into main 2026-02-23 09:52:23 +00:00
3 changed files with 2 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ export default function LandingPage() {
<HeroSplit
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: "animated-grid" }}
background={{ variant: "grid" }}
buttons={[
{ text: "Book Now", href: "#product" },
{ text: "Learn More", href: "#about" },
@@ -109,6 +109,7 @@ 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"

View File

@@ -92,7 +92,6 @@ function ProductPageContent({ params }: ProductPageProps) {
<NavbarStyleApple
brandName="Gladiatogo"
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
</div>
{isLoading ? (

View File

@@ -59,7 +59,6 @@ function ShopPageContent() {
<NavbarStyleApple
brandName="Gladiatogo"
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
</div>
{isLoading ? (