diff --git a/src/app/page.tsx b/src/app/page.tsx index 630d842..5e353c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,27 +19,26 @@ export default function LandingPage() { defaultButtonVariant="bounce-effect" defaultTextAnimation="background-highlight" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -131,25 +112,15 @@ export default function LandingPage() { author="Rahul Sharma" avatars={[ { - src: "http://img.b2bpic.net/free-photo/young-female-photographer-exploring-city-with-her-camera_23-2149186643.jpg", - alt: "happy travel passenger", - }, + src: "http://img.b2bpic.net/free-photo/young-female-photographer-exploring-city-with-her-camera_23-2149186643.jpg", alt: "happy travel passenger"}, { - src: "http://img.b2bpic.net/free-photo/charismatic-young-man-traveller-going-holiday-trip-abroad-sitting-with-suitcase-holding_1258-270482.jpg", - alt: "happy travel passenger", - }, + src: "http://img.b2bpic.net/free-photo/charismatic-young-man-traveller-going-holiday-trip-abroad-sitting-with-suitcase-holding_1258-270482.jpg", alt: "happy travel passenger"}, { - src: "http://img.b2bpic.net/free-photo/excited-happy-womna-dressed-shorts-bright-shirt-sitting-beach-with-coconut-cocktail-pointing-aside_291650-1262.jpg", - alt: "happy travel passenger", - }, + src: "http://img.b2bpic.net/free-photo/excited-happy-womna-dressed-shorts-bright-shirt-sitting-beach-with-coconut-cocktail-pointing-aside_291650-1262.jpg", alt: "happy travel passenger"}, { - src: "http://img.b2bpic.net/free-photo/happy-man-with-suitcase-holding-passport-using-smartphone-going-holiday_1258-270696.jpg", - alt: "happy travel passenger", - }, + src: "http://img.b2bpic.net/free-photo/happy-man-with-suitcase-holding-passport-using-smartphone-going-holiday_1258-270696.jpg", alt: "happy travel passenger"}, { - src: "http://img.b2bpic.net/free-photo/positive-man-smiling-women-with-skirt-hand-having-fun-leaning-out-from-car_23-2148039139.jpg", - alt: "happy travel passenger", - }, + src: "http://img.b2bpic.net/free-photo/positive-man-smiling-women-with-skirt-hand-having-fun-leaning-out-from-car_23-2148039139.jpg", alt: "happy travel passenger"}, ]} ratingAnimation="slide-up" avatarsAnimation="blur-reveal" @@ -163,26 +134,11 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "m1", - value: "10k+", - title: "Travelers", - description: "Happy customers served", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-handsome-guy-shows-finger-heart-sign-selfie-takes-photos-himself-mobile_1258-270864.jpg", - }, + id: "m1", value: "10k+", title: "Travelers", description: "Happy customers served", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-handsome-guy-shows-finger-heart-sign-selfie-takes-photos-himself-mobile_1258-270864.jpg"}, { - id: "m2", - value: "50+", - title: "Routes", - description: "Pan India coverage", - imageSrc: "http://img.b2bpic.net/free-photo/happy-african-friends-walking-outdoors-beach_171337-15281.jpg", - }, + id: "m2", value: "50+", title: "Routes", description: "Pan India coverage", imageSrc: "http://img.b2bpic.net/free-photo/happy-african-friends-walking-outdoors-beach_171337-15281.jpg"}, { - id: "m3", - value: "100%", - title: "Safety", - description: "Compliance rate", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-tram-station-city_641386-847.jpg", - }, + id: "m3", value: "100%", title: "Safety", description: "Compliance rate", imageSrc: "http://img.b2bpic.net/free-photo/young-man-tram-station-city_641386-847.jpg"}, ]} title="Our Reach" description="Serving thousands of happy travelers across the nation." @@ -194,14 +150,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "TransportCorp", - "SafeTravels", - "IndiaLogistics", - "RoadWays", - "ExpressIndia", - "NationBus", - "EliteTours", - ]} + "TransportCorp", "SafeTravels", "IndiaLogistics", "RoadWays", "ExpressIndia", "NationBus", "EliteTours"]} title="Trusted Partners" description="We collaborate with the best names in the travel industry." /> @@ -214,25 +163,16 @@ export default function LandingPage() { description="Have questions or need to book a ticket? Reach out to us now." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Email Address", - required: true, + name: "email", type: "email", placeholder: "Email Address", required: true, }, { - name: "phone", - type: "tel", - placeholder: "Phone Number", - required: true, + name: "phone", type: "tel", placeholder: "Phone Number", required: true, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/office-chair-still-life_23-2151149130.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/office-chair-still-life_23-2151149130.jpg" /> @@ -241,29 +181,19 @@ export default function LandingPage() { logoText="Avni Garg Bus Service" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Services", - href: "#services", - }, + label: "Services", href: "#services"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, { - label: "Booking FAQ", - href: "#", - }, + label: "Booking FAQ", href: "#"}, ], }, ]}