From 3021a3782973203972831ab881476cfb5eb7ca14 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 18:51:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 82132dd..2d1cdb5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="small" sizing="mediumLarge" - background="aurora" + background="circleGradient" cardStyle="outline" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="glass" @@ -45,7 +45,7 @@ export default function LandingPage() { @@ -165,16 +165,16 @@ export default function LandingPage() { useInvertedBackground={false} team={[ { - id: "1", name: "Rebecca Wilson", role: "Director", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-library_23-2148680199.jpg?_wi=1", imageAlt: "Rebecca Wilson" + id: "1", name: "Rebecca Wilson", role: "Director", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-library_23-2148680199.jpg", imageAlt: "Rebecca Wilson" }, { - id: "2", name: "Maria Garcia", role: "Head Teacher", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-library_23-2148680199.jpg?_wi=2", imageAlt: "Maria Garcia" + id: "2", name: "Maria Garcia", role: "Head Teacher", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-library_23-2148680199.jpg", imageAlt: "Maria Garcia" }, { id: "3", name: "James Patterson", role: "Lead Educator", imageSrc: "http://img.b2bpic.net/free-photo/teacher-holding-english-class_23-2149402693.jpg", imageAlt: "James Patterson" }, { - id: "4", name: "Aisha Johnson", role: "Early Learning Specialist", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-library_23-2148680199.jpg?_wi=3", imageAlt: "Aisha Johnson" + id: "4", name: "Aisha Johnson", role: "Early Learning Specialist", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-library_23-2148680199.jpg", imageAlt: "Aisha Johnson" } ]} /> -- 2.49.1