diff --git a/src/app/page.tsx b/src/app/page.tsx index 1f5bbdd..82f1e52 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,27 +19,22 @@ export default function LandingPage() { defaultButtonVariant="text-stagger" defaultTextAnimation="reveal-blur" borderRadius="soft" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -107,29 +85,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Concours Restoration", - descriptions: [ - "Expert support for classic restoration projects.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580613.jpg", - }, + id: "f1", title: "Concours Restoration", descriptions: [ + "Expert support for classic restoration projects."], + imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580613.jpg"}, { - id: "f2", - title: "Social Gatherings", - descriptions: [ - "Exclusive meetups and car show access.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/african-businessman-traditional-clothes-glasses-with-mobile-phone-against-black-car-suv-rich-africans-people_627829-2387.jpg", - }, + id: "f2", title: "Social Gatherings", descriptions: [ + "Exclusive meetups and car show access."], + imageSrc: "http://img.b2bpic.net/free-photo/african-businessman-traditional-clothes-glasses-with-mobile-phone-against-black-car-suv-rich-africans-people_627829-2387.jpg"}, { - id: "f3", - title: "Road Tours", - descriptions: [ - "Scenic driving tours for members.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/young-rural-travellers-driving-through-country-side_23-2149052508.jpg", - }, + id: "f3", title: "Road Tours", descriptions: [ + "Scenic driving tours for members."], + imageSrc: "http://img.b2bpic.net/free-photo/young-rural-travellers-driving-through-country-side_23-2149052508.jpg"}, ]} title="Why Join Us" description="Discover the benefits of membership in the world's premier Cadillac automotive group." @@ -144,59 +110,23 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - brand: "Cadillac", - name: "DeVille", - price: "Classic", - rating: 5, - reviewCount: "50", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-dress-posing_23-2148703141.jpg", - }, + id: "p1", brand: "Cadillac", name: "DeVille", price: "Classic", rating: 5, + reviewCount: "50", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-dress-posing_23-2148703141.jpg"}, { - id: "p2", - brand: "Cadillac", - name: "Eldorado", - price: "Rare", - rating: 5, - reviewCount: "40", - imageSrc: "http://img.b2bpic.net/free-photo/red-convertible-driving-city-road-dynamics-luxury-lifestyle_169016-72765.jpg", - }, + id: "p2", brand: "Cadillac", name: "Eldorado", price: "Rare", rating: 5, + reviewCount: "40", imageSrc: "http://img.b2bpic.net/free-photo/red-convertible-driving-city-road-dynamics-luxury-lifestyle_169016-72765.jpg"}, { - id: "p3", - brand: "Cadillac", - name: "Convertible", - price: "Luxury", - rating: 5, - reviewCount: "35", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-white-old-car_23-2149034785.jpg", - }, + id: "p3", brand: "Cadillac", name: "Convertible", price: "Luxury", rating: 5, + reviewCount: "35", imageSrc: "http://img.b2bpic.net/free-photo/side-view-white-old-car_23-2149034785.jpg"}, { - id: "p4", - brand: "Cadillac", - name: "Grille Series", - price: "Iconic", - rating: 5, - reviewCount: "60", - imageSrc: "http://img.b2bpic.net/free-vector/elegant-label-design_1198-65.jpg", - }, + id: "p4", brand: "Cadillac", name: "Grille Series", price: "Iconic", rating: 5, + reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-vector/elegant-label-design_1198-65.jpg"}, { - id: "p5", - brand: "Cadillac", - name: "Leather Interior", - price: "Refined", - rating: 5, - reviewCount: "25", - imageSrc: "http://img.b2bpic.net/free-photo/dark-vip-cinema-studio-still-life_23-2149500615.jpg", - }, + id: "p5", brand: "Cadillac", name: "Leather Interior", price: "Refined", rating: 5, + reviewCount: "25", imageSrc: "http://img.b2bpic.net/free-photo/dark-vip-cinema-studio-still-life_23-2149500615.jpg"}, { - id: "p6", - brand: "Cadillac", - name: "Taillight Signature", - price: "Design", - rating: 5, - reviewCount: "30", - imageSrc: "http://img.b2bpic.net/free-photo/silver-sedan-with-red-lights_114579-4386.jpg", - }, + id: "p6", brand: "Cadillac", name: "Taillight Signature", price: "Design", rating: 5, + reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/silver-sedan-with-red-lights_114579-4386.jpg"}, ]} title="Classic Fleet Highlights" description="Explore the iconic vehicles maintained and admired by our club members." @@ -210,22 +140,13 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - title: "Members", - value: "1,200+", - icon: Users, + id: "m1", title: "Members", value: "1,200+", icon: Users, }, { - id: "m2", - title: "Restorations", - value: "450+", - icon: Wrench, + id: "m2", title: "Restorations", value: "450+", icon: Wrench, }, { - id: "m3", - title: "Events Hosted", - value: "200+", - icon: Calendar, + id: "m3", title: "Events Hosted", value: "200+", icon: Calendar, }, ]} title="Club Milestones" @@ -240,40 +161,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", - name: "James R.", - role: "Collector", - testimonial: "The best resource for finding parts and knowledge.", - imageSrc: "http://img.b2bpic.net/free-photo/smart-groomed-man-coat-is-standing-near-his-new-car_613910-21513.jpg", - }, + id: "t1", name: "James R.", role: "Collector", testimonial: "The best resource for finding parts and knowledge.", imageSrc: "http://img.b2bpic.net/free-photo/smart-groomed-man-coat-is-standing-near-his-new-car_613910-21513.jpg"}, { - id: "t2", - name: "Sarah T.", - role: "Restorer", - testimonial: "I learned everything I know about Cadillac restoration here.", - imageSrc: "http://img.b2bpic.net/free-photo/owner-car-bought-new-detail_114579-2806.jpg", - }, + id: "t2", name: "Sarah T.", role: "Restorer", testimonial: "I learned everything I know about Cadillac restoration here.", imageSrc: "http://img.b2bpic.net/free-photo/owner-car-bought-new-detail_114579-2806.jpg"}, { - id: "t3", - name: "Michael D.", - role: "Fan", - testimonial: "Driving with the club has been a lifelong dream.", - imageSrc: "http://img.b2bpic.net/free-photo/transportation-transport-front-vehicle-red_1203-4323.jpg", - }, + id: "t3", name: "Michael D.", role: "Fan", testimonial: "Driving with the club has been a lifelong dream.", imageSrc: "http://img.b2bpic.net/free-photo/transportation-transport-front-vehicle-red_1203-4323.jpg"}, { - id: "t4", - name: "Linda P.", - role: "Member", - testimonial: "Exceptional events and wonderful community spirit.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-small-girl-near-shiny-car-atuo-service-workshop_613910-3495.jpg", - }, + id: "t4", name: "Linda P.", role: "Member", testimonial: "Exceptional events and wonderful community spirit.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-small-girl-near-shiny-car-atuo-service-workshop_613910-3495.jpg"}, { - id: "t5", - name: "Robert B.", - role: "Collector", - testimonial: "Joining this club was the best automotive decision.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-man-posing-vintage-portrait_23-2150794812.jpg", - }, + id: "t5", name: "Robert B.", role: "Collector", testimonial: "Joining this club was the best automotive decision.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-man-posing-vintage-portrait_23-2150794812.jpg"}, ]} title="Member Experiences" description="Hear what our dedicated car enthusiasts say about being part of the club." @@ -284,16 +180,13 @@ export default function LandingPage() { @@ -302,29 +195,19 @@ export default function LandingPage() {