diff --git a/src/app/page.tsx b/src/app/page.tsx index c68eee2..0e85a72 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="smallMedium" sizing="largeSmallSizeMediumTitles" - background="noise" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="shadow" secondaryButtonStyle="radial-glow" @@ -48,7 +48,7 @@ export default function LandingPage() { { text: "📞 Call Now", href: "tel:+918162255175" }, { text: "📝 Enquire for Admission", href: "#contact" }, ]} - background={{ variant: "noise" }} + background={{ variant: "sparkles-gradient" }} imageSrc="http://img.b2bpic.net/free-photo/concentrated-boy-teaching-his-friend-skateboard_259150-58402.jpg" imageAlt="Maruthi International School Campus" frameStyle="card" @@ -92,7 +92,7 @@ export default function LandingPage() { { id: "4", title: "High School (IX to X)", content: "Advanced curriculum preparing students for competitive examinations and higher education, with focus on conceptual clarity and skill development."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/futuristic-school-classroom-future-students_23-2150906360.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/futuristic-school-classroom-future-students_23-2150906360.jpg" imageAlt="Interactive Smart Classroom Learning" useInvertedBackground={false} mediaPosition="left" @@ -115,7 +115,7 @@ export default function LandingPage() { products={[ { id: "1", brand: "Learning Space", name: "Smart Classrooms", price: "Interactive Teaching", rating: 5, - reviewCount: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-school-classroom-future-students_23-2150906360.jpg?_wi=2", imageAlt: "Smart Classroom with Digital Boards"}, + reviewCount: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-school-classroom-future-students_23-2150906360.jpg", imageAlt: "Smart Classroom with Digital Boards"}, { id: "2", brand: "Knowledge Hub", name: "Well-Stocked Library", price: "Digital Resources", rating: 5, reviewCount: "Extensive", imageSrc: "http://img.b2bpic.net/free-photo/friends-learning-study-group_23-2149257232.jpg", imageAlt: "Modern School Library"},