diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index d07028f..51e10a8 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -24,60 +24,66 @@ export default function BlogPage() { headingFontWeight="bold" > - + {isLoading ? (

Loading posts...

) : ( - +
+ +
)} - +
); diff --git a/src/app/page.tsx b/src/app/page.tsx index 895cddd..555c92e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,10 +29,10 @@ export default function LandingPage() { @@ -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" /> @@ -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" } ]} /> @@ -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() {