Update src/app/page.tsx
This commit is contained in:
@@ -128,16 +128,16 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "50,000+", title: "Total Collection Items", description: "Physical and digital books, journals, and resources"
|
||||
id: "1", value: "50,000+", title: "Total Collection Items", description: "Physical and digital books, journals, and resources", imageSrc: "http://img.b2bpic.net/free-photo/teenager-choosing-book-near-reading-friends_23-2147864011.jpg", imageAlt: "Total collection"
|
||||
},
|
||||
{
|
||||
id: "2", value: "15,000+", title: "Active Members", description: "Community members across all age groups"
|
||||
id: "2", value: "15,000+", title: "Active Members", description: "Community members across all age groups", imageSrc: "http://img.b2bpic.net/free-photo/people-library-reading-learning-from-books_23-2150293548.jpg", imageAlt: "Active members"
|
||||
},
|
||||
{
|
||||
id: "3", value: "500+", title: "Programs Annually", description: "Educational and cultural events for everyone"
|
||||
id: "3", value: "500+", title: "Programs Annually", description: "Educational and cultural events for everyone", imageSrc: "http://img.b2bpic.net/free-photo/close-up-keyboard-glasses-table_1098-2446.jpg", imageAlt: "Programs"
|
||||
},
|
||||
{
|
||||
id: "4", value: "2M+", title: "Annual Visitors", description: "Guests enjoying library services and spaces"
|
||||
id: "4", value: "2M+", title: "Annual Visitors", description: "Guests enjoying library services and spaces", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-reading-together_23-2150059049.jpg", imageAlt: "Visitors"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -181,7 +181,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqsAnimation="slide-up"
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-white-jacket-stands-before-window-street_8353-1337.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-white-jacket-stands-before-window-street_8353-1337.jpg"
|
||||
imageAlt="Vatsalya Library building entrance"
|
||||
mediaPosition="right"
|
||||
faqs={[
|
||||
@@ -216,7 +216,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-white-jacket-stands-before-window-street_8353-1337.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-white-jacket-stands-before-window-street_8353-1337.jpg"
|
||||
imageAlt="Vatsalya Library building"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
|
||||
Reference in New Issue
Block a user