Merge version_1 into main #3
@@ -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"
|
||||
|
||||
@@ -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 ? (
|
||||
|
||||
@@ -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 ? (
|
||||
|
||||
Reference in New Issue
Block a user