diff --git a/src/app/page.tsx b/src/app/page.tsx index a7e9444..7cbf267 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,64 +16,41 @@ export default function LandingPage() { defaultButtonVariant="elastic-effect" defaultTextAnimation="entrance-slide" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" >
@@ -86,24 +63,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} features={[ - { - title: "Foundations", - description: "Time complexity, Big-O notation, and abstract data types.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bf7ebOgJEYpJre174Vl8H5pb1V/visual-representation-of-a-linked-list-d-1774868574485-cfa24468.png", - imageAlt: "Foundations", - }, - { - title: "Linear Structures", - description: "Linked lists, stacks, queues, and sorting algorithms.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bf7ebOgJEYpJre174Vl8H5pb1V/visualization-of-sorting-algorithms-clea-1774868572278-aae5ce37.png", - imageAlt: "Linear Structures", - }, - { - title: "Trees & Hashing", - description: "BST, AVL Trees, Hashing techniques and collision handling.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bf7ebOgJEYpJre174Vl8H5pb1V/visualization-of-tree-data-structures-bs-1774868572469-4e2b8e26.png", - imageAlt: "Trees & Hashing", - }, + { title: "Foundations", description: "Time complexity, Big-O notation, and abstract data types.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bf7ebOgJEYpJre174Vl8H5pb1V/visual-representation-of-a-linked-list-d-1774868574485-cfa24468.png", imageAlt: "Foundations" }, + { title: "Linear Structures", description: "Linked lists, stacks, queues, and sorting algorithms.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bf7ebOgJEYpJre174Vl8H5pb1V/visualization-of-sorting-algorithms-clea-1774868572278-aae5ce37.png", imageAlt: "Linear Structures" }, + { title: "Trees & Hashing", description: "BST, AVL Trees, Hashing techniques and collision handling.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bf7ebOgJEYpJre174Vl8H5pb1V/visualization-of-tree-data-structures-bs-1774868572469-4e2b8e26.png", imageAlt: "Trees & Hashing" } ]} title="Comprehensive Syllabus" description="Master core concepts through our 4-unit comprehensive curriculum covering foundations to advanced topics." @@ -115,49 +77,14 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" useInvertedBackground={true} - testimonials={[ - { - id: "1", - name: "Aman Verma", - handle: "@amanv", - testimonial: "The unit-wise structure helped me clear my basics. Highly recommended!", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bf7ebOgJEYpJre174Vl8H5pb1V/professional-portrait-of-a-b-tech-studen-1774868572287-8611bba5.png?_wi=1", - }, - { - id: "2", - name: "Priya Sharma", - handle: "@priyas", - testimonial: "Finally, a DSA platform that explains things in simple English.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bf7ebOgJEYpJre174Vl8H5pb1V/professional-portrait-of-a-computer-scie-1774868572176-00110035.png", - }, - { - id: "3", - name: "Rohan Gupta", - handle: "@rohang", - testimonial: "The practice problems are gold for placements.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bf7ebOgJEYpJre174Vl8H5pb1V/professional-portrait-of-a-female-softwa-1774868572056-40878554.png", - }, - { - id: "4", - name: "Sneha Das", - handle: "@snehad", - testimonial: "Interactive simulations made recursion feel easy!", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bf7ebOgJEYpJre174Vl8H5pb1V/professional-portrait-of-a-male-software-1774868572124-8dc44790.png", - }, - { - id: "5", - name: "Vikram Singh", - handle: "@vikram", - testimonial: "Best platform for B.Tech students to prep for coding interviews.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bf7ebOgJEYpJre174Vl8H5pb1V/professional-portrait-of-a-b-tech-studen-1774868572287-8611bba5.png?_wi=2", - }, - ]} showRating={true} + testimonials={[ + { id: "1", name: "Aman Verma", handle: "@amanv", testimonial: "The unit-wise structure helped me clear my basics. Highly recommended!", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bf7ebOgJEYpJre174Vl8H5pb1V/professional-portrait-of-a-b-tech-studen-1774868572287-8611bba5.png" }, + { id: "2", name: "Priya Sharma", handle: "@priyas", testimonial: "Finally, a DSA platform that explains things in simple English.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bf7ebOgJEYpJre174Vl8H5pb1V/professional-portrait-of-a-computer-scie-1774868572176-00110035.png" }, + { id: "3", name: "Rohan Gupta", handle: "@rohang", testimonial: "The practice problems are gold for placements.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bf7ebOgJEYpJre174Vl8H5pb1V/professional-portrait-of-a-female-softwa-1774868572056-40878554.png" }, + { id: "4", name: "Sneha Das", handle: "@snehad", testimonial: "Interactive simulations made recursion feel easy!", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bf7ebOgJEYpJre174Vl8H5pb1V/professional-portrait-of-a-male-software-1774868572124-8dc44790.png" }, + { id: "5", name: "Vikram Singh", handle: "@vikram", testimonial: "Best platform for B.Tech students to prep for coding interviews.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bf7ebOgJEYpJre174Vl8H5pb1V/professional-portrait-of-a-b-tech-studen-1774868572287-8611bba5.png" } + ]} title="Join Thousands of Students" description="See what your peers are saying about their journey to DSA mastery." /> @@ -167,26 +94,14 @@ export default function LandingPage() {
@@ -198,78 +113,22 @@ export default function LandingPage() { title="Flexible Learning Plans" description="Choose the right plan to accelerate your DSA mastery." plans={[ - { - id: "basic", - name: "Beginner", - price: "Free", - features: [ - "Basic concepts", - "Theory lessons", - "Community access", - ], - buttons: [ - { - text: "Get Started", - href: "#", - }, - ], - }, - { - id: "pro", - name: "Pro", - price: "$19/mo", - badge: "Popular", - features: [ - "Advanced Algorithms", - "Practice problems", - "Interview tracking", - "Priority support", - ], - buttons: [ - { - text: "Upgrade", - href: "#", - }, - ], - }, + { id: "basic", name: "Beginner", price: "Free", features: ["Basic concepts", "Theory lessons", "Community access"], buttons: [{ text: "Get Started", href: "#" }] }, + { id: "pro", name: "Pro", price: "$19/mo", badge: "Popular", features: ["Advanced Algorithms", "Practice problems", "Interview tracking", "Priority support"], buttons: [{ text: "Upgrade", href: "#" }] } ]} />
); -} +} \ No newline at end of file