diff --git a/src/app/page.tsx b/src/app/page.tsx index 5304805..be21a30 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,20 +45,20 @@ export default function LandingPage() { title="Smart Studying, Simplified" description="Your all-in-one academic command center. Manage tasks, notes, and AI-powered learning without the app clutter." leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-abstract-building_23-2150896836.jpg", imageAlt: "Tools" }, - { imageSrc: "http://img.b2bpic.net/free-photo/stock-portfolio-computer-monitor-containing-collection-financial-assets_482257-93465.jpg", imageAlt: "Calendar" }, - { imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126353.jpg", imageAlt: "AI" }, - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-concept-with-mockup-tablet_23-2148226859.jpg", imageAlt: "Books" }, - { imageSrc: "http://img.b2bpic.net/free-vector/creative-basic-25-line-filled-icon-pack-such-as-chain-calculator-web-share-export_1142-21508.jpg", imageAlt: "Clock" }, - { imageSrc: "http://img.b2bpic.net/free-photo/network-concept-with-colorful-dots_23-2148999148.jpg", imageAlt: "Network" } + { imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-abstract-building_23-2150896836.jpg?_wi=1", imageAlt: "Tools" }, + { imageSrc: "http://img.b2bpic.net/free-photo/stock-portfolio-computer-monitor-containing-collection-financial-assets_482257-93465.jpg?_wi=1", imageAlt: "Calendar" }, + { imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126353.jpg?_wi=1", imageAlt: "AI" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-concept-with-mockup-tablet_23-2148226859.jpg?_wi=1", imageAlt: "Books" }, + { imageSrc: "http://img.b2bpic.net/free-vector/creative-basic-25-line-filled-icon-pack-such-as-chain-calculator-web-share-export_1142-21508.jpg?_wi=1", imageAlt: "Clock" }, + { imageSrc: "http://img.b2bpic.net/free-photo/network-concept-with-colorful-dots_23-2148999148.jpg?_wi=1", imageAlt: "Network" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/network-concept-with-colorful-dots_23-2148999148.jpg", imageAlt: "Network" }, - { imageSrc: "http://img.b2bpic.net/free-vector/creative-basic-25-line-filled-icon-pack-such-as-chain-calculator-web-share-export_1142-21508.jpg", imageAlt: "Clock" }, - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-concept-with-mockup-tablet_23-2148226859.jpg", imageAlt: "Books" }, - { imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126353.jpg", imageAlt: "AI" }, - { imageSrc: "http://img.b2bpic.net/free-photo/stock-portfolio-computer-monitor-containing-collection-financial-assets_482257-93465.jpg", imageAlt: "Calendar" }, - { imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-abstract-building_23-2150896836.jpg", imageAlt: "Tools" } + { imageSrc: "http://img.b2bpic.net/free-photo/network-concept-with-colorful-dots_23-2148999148.jpg?_wi=2", imageAlt: "Network" }, + { imageSrc: "http://img.b2bpic.net/free-vector/creative-basic-25-line-filled-icon-pack-such-as-chain-calculator-web-share-export_1142-21508.jpg?_wi=2", imageAlt: "Clock" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-concept-with-mockup-tablet_23-2148226859.jpg?_wi=2", imageAlt: "Books" }, + { imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126353.jpg?_wi=2", imageAlt: "AI" }, + { imageSrc: "http://img.b2bpic.net/free-photo/stock-portfolio-computer-monitor-containing-collection-financial-assets_482257-93465.jpg?_wi=2", imageAlt: "Calendar" }, + { imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-abstract-building_23-2150896836.jpg?_wi=2", imageAlt: "Tools" } ]} buttons={[{ text: "Get Started", href: "#features" }]} />