diff --git a/src/app/page.tsx b/src/app/page.tsx index 3af0b9c..43b1413 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,6 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Star } from "lucide-react"; export default function LandingPage() { return ( @@ -62,6 +61,7 @@ export default function LandingPage() { description="With over 15 years of experience, we provide a seamless rental experience across 20+ locations. Quality and safety are our promise." tag="About Us" imageSrc="http://img.b2bpic.net/free-photo/dealership-salesman-showing-clients-components-car-hood_482257-113640.jpg" + useInvertedBackground={false} /> @@ -75,6 +75,7 @@ export default function LandingPage() { { id: "3", title: "Clean Fleet", content: "Sanitized cars for your safety." } ]} imageSrc="http://img.b2bpic.net/free-photo/gray-suv-driving-city-street-urban-power-style_169016-69878.jpg" + useInvertedBackground={false} /> @@ -84,6 +85,8 @@ export default function LandingPage() { description="Find the perfect vehicle for your journey." gridVariant="three-columns-all-equal-width" animationType="slide-up" + textboxLayout="default" + useInvertedBackground={false} products={[ { id: "1", brand: "Luxury", name: "City Sedan", price: "$45/day", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-exploration-dubai-s-evolving-cityscape_23-2151339709.jpg?_wi=1" }, { id: "2", brand: "Premium", name: "Luxury Cruiser", price: "$120/day", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/well-dressed-attractive-couple-leaning-luxury-car-outdoors-against-skyscraper_613910-19347.jpg?_wi=1" } @@ -96,6 +99,8 @@ export default function LandingPage() { title="Simple Pricing" description="Transparent rates designed for everyone." animationType="slide-up" + textboxLayout="default" + useInvertedBackground={false} plans={[ { id: "daily", badge: "Popular", price: "$45", subtitle: "Daily rental package", buttons: [{ text: "Book Now", href: "#contact" }], features: ["Insurance included", "200km limit"] }, { id: "weekly", badge: "Saver", price: "$280", subtitle: "Weekly rental package", buttons: [{ text: "Book Now", href: "#contact" }], features: ["Insurance included", "Unlimited mileage"] } @@ -108,6 +113,8 @@ export default function LandingPage() { title="Client Stories" description="Trusted by thousands of happy drivers." animationType="slide-up" + textboxLayout="default" + useInvertedBackground={false} testimonials={[ { id: "t1", name: "Sarah Miller", role: "Frequent User", testimonial: "The best rental experience I've had. Very professional.", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-green-suit-using-phone-outside-street_1303-29546.jpg" } ]} @@ -119,6 +126,8 @@ export default function LandingPage() { title="Questions?" description="Find answers to your rental concerns." faqsAnimation="slide-up" + textboxLayout="default" + useInvertedBackground={false} faqs={[ { id: "f1", title: "Is insurance included?", content: "Yes, every rental includes basic coverage." }, { id: "f2", title: "What is the age requirement?", content: "Minimum age is 21 years old." } @@ -132,6 +141,7 @@ export default function LandingPage() { title="Ready to hit the road?" description="Contact us today and get moving." background={{ variant: "gradient-bars" }} + useInvertedBackground={false} />