diff --git a/src/app/page.tsx b/src/app/page.tsx index eb94feb..3900589 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,15 +3,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; +import TextAbout from '@/components/sections/about/TextAbout'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Shield } from "lucide-react"; +import { Shield, CheckCircle, Clock, MapPin } from "lucide-react"; export default function LandingPage() { return ( @@ -31,12 +31,9 @@ export default function LandingPage() {
@@ -77,18 +60,9 @@ export default function LandingPage() { useInvertedBackground={true} description="Experience the most convenient car rental process with our airport-based service and transparent pricing." features={[ - { - id: "f1", title: "Airport Pickup", tags: [ - "Convenient", "SJJ"], - imageSrc: "http://img.b2bpic.net/free-photo/brunette-businesswoman-with-car-detail_23-2148142592.jpg", imageAlt: "Brunette businesswoman with car detail"}, - { - id: "f2", title: "No Hidden Fees", tags: [ - "Transparent", "Fair"], - imageSrc: "http://img.b2bpic.net/free-photo/business-trip-corporate-people-concept-male-gray-coat-senior-wit-passport_1157-48844.jpg?_wi=2", imageAlt: "Brunette businesswoman with car detail"}, - { - id: "f3", title: "24/7 Support", tags: [ - "Reliable", "Fast"], - imageSrc: "http://img.b2bpic.net/free-photo/woman-buying-car_1303-13573.jpg?_wi=1", imageAlt: "Brunette businesswoman with car detail"}, + { id: "f1", title: "Airport Pickup", tags: ["Convenient", "SJJ"], imageSrc: "http://img.b2bpic.net/free-photo/brunette-businesswoman-with-car-detail_23-2148142592.jpg" }, + { id: "f2", title: "No Hidden Fees", tags: ["Transparent", "Fair"], imageSrc: "http://img.b2bpic.net/free-photo/business-trip-corporate-people-concept-male-gray-coat-senior-wit-passport_1157-48844.jpg?_wi=2" }, + { id: "f3", title: "24/7 Support", tags: ["Reliable", "Fast"], imageSrc: "http://img.b2bpic.net/free-photo/woman-buying-car_1303-13573.jpg?_wi=1" }, ]} title="Why Rent With Us?" /> @@ -102,33 +76,20 @@ export default function LandingPage() { useInvertedBackground={false} description="Choose from our diverse fleet, perfectly suited for business or vacation in Bosnia." products={[ - { - id: "p1", name: "Economy Hatchback", price: "35€/day", imageSrc: "http://img.b2bpic.net/free-photo/woman-buying-car_1303-13573.jpg?_wi=2"}, - { - id: "p2", name: "Compact Sedan", price: "45€/day", imageSrc: "http://img.b2bpic.net/free-photo/family-car-salon-woman-buying-car-little-african-girl-with-mther_1157-44055.jpg"}, - { - id: "p3", name: "City SUV", price: "65€/day", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-standing-near-car_23-2149437559.jpg"}, - { - id: "p4", name: "Premium Luxury", price: "120€/day", imageSrc: "http://img.b2bpic.net/free-photo/simple-comfortable-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16077.jpg"}, - { - id: "p5", name: "Family Minivan", price: "85€/day", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-spend-time-summer-park-near-car_1157-28551.jpg"}, - { - id: "p6", name: "Convertible", price: "150€/day", imageSrc: "http://img.b2bpic.net/free-photo/businessman-walks-past-his-car_496169-2779.jpg"}, + { id: "p1", name: "Economy Hatchback", price: "35€/day", imageSrc: "http://img.b2bpic.net/free-photo/woman-buying-car_1303-13573.jpg?_wi=2" }, + { id: "p2", name: "Compact Sedan", price: "45€/day", imageSrc: "http://img.b2bpic.net/free-photo/family-car-salon-woman-buying-car-little-african-girl-with-mther_1157-44055.jpg" }, + { id: "p3", name: "City SUV", price: "65€/day", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-standing-near-car_23-2149437559.jpg" }, ]} title="Our Fleet" />