diff --git a/src/app/page.tsx b/src/app/page.tsx
index 043f6d4..8c8ad1d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,7 +9,7 @@ import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonia
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
-import { Box, Code, Layout, Smartphone } from "lucide-react";
+import { Box, Code, Layout, LayoutGrid, Smartphone } from "lucide-react";
export default function LandingPage() {
return (
@@ -30,126 +30,70 @@ export default function LandingPage() {
@@ -161,52 +105,36 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- title: "HTML Fundamentals",
- description: "Master semantic structures and document object models.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/ai-site-helping-with-software-production_1268-21621.jpg?_wi=2",
- },
+ title: "HTML Fundamentals", description: "Master semantic structures and document object models.", media: {
+ imageSrc: "http://img.b2bpic.net/free-photo/ai-site-helping-with-software-production_1268-21621.jpg"},
items: [
{
icon: Code,
- text: "Semantic Tags",
- },
+ text: "Semantic Tags"},
{
icon: Layout,
- text: "Structure",
- },
+ text: "Structure"},
{
icon: Box,
- text: "Forms",
- },
+ text: "Forms"},
],
reverse: false,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-library_23-2149204750.jpg?_wi=1",
- imageAlt: "tech student portrait studio",
},
{
- title: "CSS Layout Mastery",
- description: "Flexbox, Grid, and responsive design techniques.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-video-game-set-elements_23-2150318168.jpg?_wi=2",
- },
+ title: "CSS Layout Mastery", description: "Flexbox, Grid, and responsive design techniques.", media: {
+ imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-video-game-set-elements_23-2150318168.jpg"},
items: [
{
icon: LayoutGrid,
- text: "CSS Grid",
- },
+ text: "CSS Grid"},
{
icon: Box,
- text: "Flexbox",
- },
+ text: "Flexbox"},
{
icon: Smartphone,
- text: "Responsive",
- },
+ text: "Responsive"},
],
reverse: true,
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-tablet_23-2149442286.jpg?_wi=1",
- imageAlt: "female developer professional portrait",
},
]}
title="Practice Your Way"
@@ -221,34 +149,16 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
- id: "m1",
- value: "12,450",
- title: "Total Points Earned",
- items: [
- "Easy (10pts)",
- "Medium (20pts)",
- "Hard (50pts)",
- ],
+ id: "m1", value: "12,450", title: "Total Points Earned", items: [
+ "Easy (10pts)", "Medium (20pts)", "Hard (50pts)"],
},
{
- id: "m2",
- value: "48",
- title: "Challenges Solved",
- items: [
- "HTML",
- "CSS",
- "Responsive",
- ],
+ id: "m2", value: "48", title: "Challenges Solved", items: [
+ "HTML", "CSS", "Responsive"],
},
{
- id: "m3",
- value: "98%",
- title: "Accuracy Rate",
- items: [
- "Real-time",
- "AI Verified",
- "High",
- ],
+ id: "m3", value: "98%", title: "Accuracy Rate", items: [
+ "Real-time", "AI Verified", "High"],
},
]}
title="Compete and Rise"
@@ -261,30 +171,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "t1",
- name: "Alex R.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-business-man_1303-19609.jpg?_wi=2",
- },
+ id: "t1", name: "Alex R.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-business-man_1303-19609.jpg"},
{
- id: "t2",
- name: "Sarah K.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-library_23-2149204750.jpg?_wi=2",
- },
+ id: "t2", name: "Sarah K.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-library_23-2149204750.jpg"},
{
- id: "t3",
- name: "Mike J.",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-tablet_23-2149442286.jpg?_wi=2",
- },
+ id: "t3", name: "Mike J.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-tablet_23-2149442286.jpg"},
{
- id: "t4",
- name: "Chen W.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-man-works-computer-night_169016-64533.jpg",
- },
+ id: "t4", name: "Chen W.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-works-computer-night_169016-64533.jpg"},
{
- id: "t5",
- name: "Elena P.",
- imageSrc: "http://img.b2bpic.net/free-photo/man-with-glasses-holding-tablet_23-2148422238.jpg",
- },
+ id: "t5", name: "Elena P.", imageSrc: "http://img.b2bpic.net/free-photo/man-with-glasses-holding-tablet_23-2148422238.jpg"},
]}
cardTitle="Success Stories"
cardTag="Verified Learners"
@@ -296,8 +191,7 @@ export default function LandingPage() {