diff --git a/src/app/announcements/page.tsx b/src/app/announcements/page.tsx index f64aafb..92c68ac 100644 --- a/src/app/announcements/page.tsx +++ b/src/app/announcements/page.tsx @@ -6,7 +6,7 @@ import BlogCardThree from "@/components/sections/blog/BlogCardThree"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { Mail } from "lucide-react"; +import { Mail, Bell, Trophy, Calendar } from "lucide-react"; export default function AnnouncementsPage() { const navItems = [ @@ -39,9 +39,7 @@ export default function AnnouncementsPage() { id: item.id, }))} button={{ - text: "登入", - href: "/login", - }} + text: "登入", href: "/login"}} /> @@ -51,22 +49,13 @@ export default function AnnouncementsPage() { description="最新的平台公告與重要通知" features={[ { - title: "平台更新", - description: "系統功能與服務的最新進展", - bentoComponent: "reveal-icon", - icon: "Bell", + title: "平台更新", description: "系統功能與服務的最新進展", bentoComponent: "reveal-icon", icon: Bell, }, { - title: "競賽通知", - description: "英文簡介比賽與論文競賽的重要日期", - bentoComponent: "reveal-icon", - icon: "Trophy", + title: "競賽通知", description: "英文簡介比賽與論文競賽的重要日期", bentoComponent: "reveal-icon", icon: Trophy, }, { - title: "活動消息", - description: "読書會、講座與其他教育活動", - bentoComponent: "reveal-icon", - icon: "Calendar", + title: "活動消息", description: "読書會、講座與其他教育活動", bentoComponent: "reveal-icon", icon: Calendar, }, ]} textboxLayout="default" @@ -81,47 +70,20 @@ export default function AnnouncementsPage() { description="平台重要消息與時事更新" blogs={[ { - id: "1", - category: "平台公告", - title: "2025年英文簡介比賽報名開始", - excerpt: - "本年度英文書籍簡介比賽正式開放報名,歡迎全校師生踴躍參加", - imageSrc: - "http://img.b2bpic.net/free-vector/breaking-news-streaming-style_23-2148511717.jpg", - imageAlt: "比賽報名公告", - authorName: "圖書館", - authorAvatar: - "http://img.b2bpic.net/free-photo/indoor-shot-beautiful-young-caucasian-female-wearing-polo-shirt-rectangular-glasses-smiling-happily-while-posing-isolated_273609-1875.jpg", - date: "2025年1月20日", - }, + id: "1", category: "平台公告", title: "2025年英文簡介比賽報名開始", excerpt: + "本年度英文書籍簡介比賽正式開放報名,歡迎全校師生踴躍參加", imageSrc: + "http://img.b2bpic.net/free-vector/breaking-news-streaming-style_23-2148511717.jpg", imageAlt: "比賽報名公告", authorName: "圖書館", authorAvatar: + "http://img.b2bpic.net/free-photo/indoor-shot-beautiful-young-caucasian-female-wearing-polo-shirt-rectangular-glasses-smiling-happily-while-posing-isolated_273609-1875.jpg", date: "2025年1月20日"}, { - id: "2", - category: "系統通知", - title: "知識海平台新增8所夥伴校資源", - excerpt: - "與新夥伴校合作,新增超過200冊精選書籍,歡迎瀏覽", - imageSrc: - "http://img.b2bpic.net/free-photo/cheerful-woman-with-book-library_23-2147848080.jpg", - imageAlt: "新增資源", - authorName: "資訊組", - authorAvatar: - "http://img.b2bpic.net/free-photo/portrait-beautiful-redhead-woman_23-2148339229.jpg", - date: "2025年1月18日", - }, + id: "2", category: "系統通知", title: "知識海平台新增8所夥伴校資源", excerpt: + "與新夥伴校合作,新增超過200冊精選書籍,歡迎瀏覽", imageSrc: + "http://img.b2bpic.net/free-photo/cheerful-woman-with-book-library_23-2147848080.jpg", imageAlt: "新增資源", authorName: "資訊組", authorAvatar: + "http://img.b2bpic.net/free-photo/portrait-beautiful-redhead-woman_23-2148339229.jpg", date: "2025年1月18日"}, { - id: "3", - category: "活動通知", - title: "下月讀書會與作家對談活動", - excerpt: - "邀請知名作家與學生進行互動交流,分享創作經驗與閱讀心得", - imageSrc: - "http://img.b2bpic.net/free-vector/colorful-school-square-concept_1284-34579.jpg", - imageAlt: "讀書會活動", - authorName: "教學組", - authorAvatar: - "http://img.b2bpic.net/free-photo/beautiful-student-happy-be-back-university_23-2148586556.jpg", - date: "2025年1月15日", - }, + id: "3", category: "活動通知", title: "下月讀書會與作家對談活動", excerpt: + "邀請知名作家與學生進行互動交流,分享創作經驗與閱讀心得", imageSrc: + "http://img.b2bpic.net/free-vector/colorful-school-square-concept_1284-34579.jpg", imageAlt: "讀書會活動", authorName: "教學組", authorAvatar: + "http://img.b2bpic.net/free-photo/beautiful-student-happy-be-back-university_23-2148586556.jpg", date: "2025年1月15日"}, ]} textboxLayout="default" animationType="slide-up" @@ -136,8 +98,7 @@ export default function AnnouncementsPage() { title="訂閱公告通知" description="不想錯過任何重要公告?訂閱我們的通知服務" background={{ - variant: "radial-gradient", - }} + variant: "radial-gradient"}} useInvertedBackground={false} inputPlaceholder="輸入您的電子郵件" buttonText="訂閱" @@ -149,13 +110,9 @@ export default function AnnouncementsPage() { diff --git a/src/app/competitions/page.tsx b/src/app/competitions/page.tsx index 12db0d4..b3e86fa 100644 --- a/src/app/competitions/page.tsx +++ b/src/app/competitions/page.tsx @@ -62,9 +62,7 @@ export default function CompetitionsPage() { id: item.id, }))} button={{ - text: "登入", - href: "/login", - }} + text: "登入", href: "/login"}} /> @@ -93,56 +91,33 @@ export default function CompetitionsPage() { description="了解我們的競賽組織方式,從報名到得獎的完整過程" features={[ { - title: "英文簡介比賽", - description: "學生創意介紹書籍內容,展現英文表達能力", - bentoComponent: "3d-task-list", - title: "比賽流程", - items: [ + title: "英文簡介比賽", description: "學生創意介紹書籍內容,展現英文表達能力", bentoComponent: "3d-task-list", items: [ { icon: FileText, - label: "報名投稿", - time: "全年開放", - }, + label: "報名投稿", time: "全年開放"}, { icon: Eye, - label: "評審審閱", - time: "專業評審", - }, + label: "評審審閱", time: "專業評審"}, { icon: Award, - label: "得獎公布", - time: "季度公告", - }, + label: "得獎公布", time: "季度公告"}, ], }, { - title: "小論文英文發表", - description: "深度研究與英文學術表達的結合", - bentoComponent: "3d-task-list", - title: "發表流程", - items: [ + title: "小論文英文發表", description: "深度研究與英文學術表達的結合", bentoComponent: "3d-task-list", items: [ { icon: FileText, - label: "論文提交", - time: "季度截止", - }, + label: "論文提交", time: "季度截止"}, { icon: Eye, - label: "論文評審", - time: "專家評議", - }, + label: "論文評審", time: "專家評議"}, { icon: Award, - label: "公開發表", - time: "季度舉辦", - }, + label: "公開發表", time: "季度舉辦"}, ], }, { - title: "資源支持", - description: "8所夥伴校聯動,共享優質教材與指導", - bentoComponent: "orbiting-icons", - centerIcon: Network, + title: "資源支持", description: "8所夥伴校聯動,共享優質教材與指導", bentoComponent: "orbiting-icons", centerIcon: Network, items: [ { icon: School, @@ -174,50 +149,20 @@ export default function CompetitionsPage() { description="歷屆競賽得獎與推薦作品" blogs={[ { - id: "1", - category: "英文簡介比賽", - title: "《小王子》的現代詮釋與啟示", - excerpt: - "透過創意視角重新解讀經典著作,展現深入的文學理解與英文表達能力", - imageSrc: - "http://img.b2bpic.net/free-vector/education-supplies-flat-style_24908-55753.jpg?_wi=4", - imageAlt: "優秀作品展示", - authorName: "王思穎", - authorAvatar: - "http://img.b2bpic.net/free-photo/indoor-shot-beautiful-young-caucasian-female-wearing-polo-shirt-rectangular-glasses-smiling-happily-while-posing-isolated_273609-1875.jpg", - date: "2025年1月15日", - onBlogClick: null, - }, + id: "1", category: "英文簡介比賽", title: "《小王子》的現代詮釋與啟示", excerpt: + "透過創意視角重新解讀經典著作,展現深入的文學理解與英文表達能力", imageSrc: + "http://img.b2bpic.net/free-vector/education-supplies-flat-style_24908-55753.jpg", imageAlt: "優秀作品展示", authorName: "王思穎", authorAvatar: + "http://img.b2bpic.net/free-photo/indoor-shot-beautiful-young-caucasian-female-wearing-polo-shirt-rectangular-glasses-smiling-happily-while-posing-isolated_273609-1875.jpg", date: "2025年1月15日"}, { - id: "2", - category: "小論文英文發表", - title: "青少年閱讀習慣的社會學研究", - excerpt: - "結合學術研究與英文寫作,探討當代學生的閱讀行為變化", - imageSrc: - "http://img.b2bpic.net/free-photo/composition-from-opened-book-wooden-tray_23-2147711659.jpg?_wi=4", - imageAlt: "論文發表作品", - authorName: "林承恩", - authorAvatar: - "http://img.b2bpic.net/free-photo/portrait-beautiful-redhead-woman_23-2148339229.jpg", - date: "2025年1月10日", - onBlogClick: null, - }, + id: "2", category: "小論文英文發表", title: "青少年閱讀習慣的社會學研究", excerpt: + "結合學術研究與英文寫作,探討當代學生的閱讀行為變化", imageSrc: + "http://img.b2bpic.net/free-photo/composition-from-opened-book-wooden-tray_23-2147711659.jpg", imageAlt: "論文發表作品", authorName: "林承恩", authorAvatar: + "http://img.b2bpic.net/free-photo/portrait-beautiful-redhead-woman_23-2148339229.jpg", date: "2025年1月10日"}, { - id: "3", - category: "評審推薦", - title: "跨文化文學對話:東西方經典著作的碰撞", - excerpt: - "優秀的比較文學分析,展現國際視野與英文學術表達", - imageSrc: - "http://img.b2bpic.net/free-photo/group-friends-party_23-2148115785.jpg?_wi=4", - imageAlt: "推薦作品", - authorName: "陳美玲", - authorAvatar: - "http://img.b2bpic.net/free-photo/beautiful-student-happy-be-back-university_23-2148586556.jpg", - date: "2025年1月5日", - onBlogClick: null, - }, + id: "3", category: "評審推薦", title: "跨文化文學對話:東西方經典著作的碰撞", excerpt: + "優秀的比較文學分析,展現國際視野與英文學術表達", imageSrc: + "http://img.b2bpic.net/free-photo/group-friends-party_23-2148115785.jpg", imageAlt: "推薦作品", authorName: "陳美玲", authorAvatar: + "http://img.b2bpic.net/free-photo/beautiful-student-happy-be-back-university_23-2148586556.jpg", date: "2025年1月5日"}, ]} textboxLayout="default" animationType="slide-up" @@ -232,8 +177,7 @@ export default function CompetitionsPage() { title="準備好展現你的才華?" description="訂閱競賽資訊更新,不錯過任何投稿機會。我們會定期發送比賽公告、截止日期提醒與得獎作品分享。" background={{ - variant: "radial-gradient", - }} + variant: "radial-gradient"}} useInvertedBackground={false} inputPlaceholder="輸入您的電子郵件" buttonText="訂閱" @@ -245,13 +189,9 @@ export default function CompetitionsPage() { diff --git a/src/app/page.tsx b/src/app/page.tsx index 5da19fb..5040161 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,9 +61,7 @@ export default function HomePage() { id: item.id, }))} button={{ - text: "登入", - href: "/login", - }} + text: "登入", href: "/login"}} /> @@ -76,49 +74,30 @@ export default function HomePage() { imageSrc="http://img.b2bpic.net/free-photo/back-school-concept-with-woman-studying-library_23-2148172363.jpg" imageAlt="知識海圖書資源平台banner" mediaAnimation="blur-reveal" + background={{ variant: "plain" }} buttons={[ { - text: "瀏覽書單", - href: "/booklists", - }, + text: "瀏覽書單", href: "/booklists"}, { - text: "競賽專區", - href: "/competitions", - }, + text: "競賽專區", href: "/competitions"}, ]} testimonials={[ { - name: "參與學校", - handle: "8 所夥伴校", - testimonial: "跨校資源整合,共享優質教材", - rating: 5, + name: "參與學校", handle: "8 所夥伴校", testimonial: "跨校資源整合,共享優質教材", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/indoor-shot-beautiful-young-caucasian-female-wearing-polo-shirt-rectangular-glasses-smiling-happily-while-posing-isolated_273609-1875.jpg?_wi=1", - }, + "http://img.b2bpic.net/free-photo/indoor-shot-beautiful-young-caucasian-female-wearing-polo-shirt-rectangular-glasses-smiling-happily-while-posing-isolated_273609-1875.jpg"}, { - name: "書籍收藏", - handle: "1,478 冊", - testimonial: "多元選擇,滿足各類閱讀需求", - rating: 5, + name: "書籍收藏", handle: "1,478 冊", testimonial: "多元選擇,滿足各類閱讀需求", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/portrait-beautiful-redhead-woman_23-2148339229.jpg?_wi=1", - }, + "http://img.b2bpic.net/free-photo/portrait-beautiful-redhead-woman_23-2148339229.jpg"}, { - name: "競賽參與", - handle: "342 人次", - testimonial: "激發才華,展現學習成果", - rating: 5, + name: "競賽參與", handle: "342 人次", testimonial: "激發才華,展現學習成果", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/beautiful-student-happy-be-back-university_23-2148586556.jpg?_wi=1", - }, + "http://img.b2bpic.net/free-photo/beautiful-student-happy-be-back-university_23-2148586556.jpg"}, { - name: "活躍用戶", - handle: "2,156 人", - testimonial: "師生廣泛使用,持續增長中", - rating: 5, + name: "活躍用戶", handle: "2,156 人", testimonial: "師生廣泛使用,持續增長中", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/attractive-student-girl-with-charming-smile-posing_273609-1461.jpg?_wi=1", - }, + "http://img.b2bpic.net/free-photo/attractive-student-girl-with-charming-smile-posing_273609-1461.jpg"}, ]} testimonialRotationInterval={5000} useInvertedBackground={false} @@ -131,40 +110,22 @@ export default function HomePage() { description="一鍵快速訪問平台核心功能與服務" features={[ { - title: "佈告欄", - description: "最新公告與重要通知", - bentoComponent: "reveal-icon", - icon: Bell, + title: "佈告欄", description: "最新公告與重要通知", bentoComponent: "reveal-icon", icon: Bell, }, { - title: "各校書單", - description: "瀏覽、搜尋、下載推薦書單", - bentoComponent: "reveal-icon", - icon: BookMarked, + title: "各校書單", description: "瀏覽、搜尋、下載推薦書單", bentoComponent: "reveal-icon", icon: BookMarked, }, { - title: "學習指引", - description: "專業的學習資源與指導", - bentoComponent: "reveal-icon", - icon: Lightbulb, + title: "學習指引", description: "專業的學習資源與指導", bentoComponent: "reveal-icon", icon: Lightbulb, }, { - title: "競賽專區", - description: "英文簡介比賽與論文競賽", - bentoComponent: "reveal-icon", - icon: Trophy, + title: "競賽專區", description: "英文簡介比賽與論文競賽", bentoComponent: "reveal-icon", icon: Trophy, }, { - title: "主任專區", - description: "管理與投稿平台", - bentoComponent: "reveal-icon", - icon: KeyRound, + title: "主任專區", description: "管理與投稿平台", bentoComponent: "reveal-icon", icon: KeyRound, }, { - title: "網站連結", - description: "相關資源與外部連結", - bentoComponent: "reveal-icon", - icon: LinkIcon, + title: "網站連結", description: "相關資源與外部連結", bentoComponent: "reveal-icon", icon: LinkIcon, }, ]} textboxLayout="default" @@ -179,41 +140,24 @@ export default function HomePage() { description="為高中師生打造完整的圖書資源生態系統" features={[ { - title: "說書人作品展示", - description: "師生創意分享與互動交流", - bentoComponent: "marquee", - centerIcon: Sparkles, - variant: "text", - texts: ["精選佳作", "創意表達", "知識分享", "學習心得"], + title: "說書人作品展示", description: "師生創意分享與互動交流", bentoComponent: "marquee", centerIcon: Sparkles, + variant: "text", texts: ["精選佳作", "創意表達", "知識分享", "學習心得"], }, { - title: "競賽流程", - description: "英文簡介比賽與小論文英文發表", - bentoComponent: "3d-task-list", - title: "競賽流程", - items: [ + title: "競賽流程", description: "英文簡介比賽與小論文英文發表", bentoComponent: "3d-task-list", items: [ { icon: FileText, - label: "報名投稿", - time: "全年開放", - }, + label: "報名投稿", time: "全年開放"}, { icon: Eye, - label: "評審審閱", - time: "專業評審", - }, + label: "評審審閱", time: "專業評審"}, { icon: Award, - label: "得獎公布", - time: "季度公告", - }, + label: "得獎公布", time: "季度公告"}, ], }, { - title: "資源整合", - description: "多校聯動,共享優質教材", - bentoComponent: "orbiting-icons", - centerIcon: Network, + title: "資源整合", description: "多校聯動,共享優質教材", bentoComponent: "orbiting-icons", centerIcon: Network, items: [ { icon: School, @@ -245,44 +189,20 @@ export default function HomePage() { description="知識海圖書資源平台持續成長的數據表現" metrics={[ { - id: "schools", - value: "8+", - title: "參與夥伴校", - items: [ - "跨校資源共享", - "區域教育合作", - "學生交流互動", - ], + id: "schools", value: "8+", title: "參與夥伴校", items: [ + "跨校資源共享", "區域教育合作", "學生交流互動"], }, { - id: "books", - value: "1,478", - title: "圖書收藏冊數", - items: [ - "多元書籍類型", - "定期更新補充", - "品質嚴選把關", - ], + id: "books", value: "1,478", title: "圖書收藏冊數", items: [ + "多元書籍類型", "定期更新補充", "品質嚴選把關"], }, { - id: "participants", - value: "342", - title: "競賽參與人次", - items: [ - "學生才能展現", - "定期競賽活動", - "獎勵激勵機制", - ], + id: "participants", value: "342", title: "競賽參與人次", items: [ + "學生才能展現", "定期競賽活動", "獎勵激勵機制"], }, { - id: "users", - value: "2,156", - title: "活躍平台用戶", - items: [ - "師生廣泛使用", - "社群持續成長", - "使用體驗優化", - ], + id: "users", value: "2,156", title: "活躍平台用戶", items: [ + "師生廣泛使用", "社群持續成長", "使用體驗優化"], }, ]} textboxLayout="default" @@ -297,46 +217,19 @@ export default function HomePage() { description="說書人作品與平台最新動態" blogs={[ { - id: "1", - category: "說書人", - title: "青春校園文學的探索之旅", - excerpt: - "透過多角度的文學分析,帶領讀者進入青春校園文學的魅力世界", - imageSrc: - "http://img.b2bpic.net/free-vector/education-supplies-flat-style_24908-55753.jpg?_wi=1", - imageAlt: "說書人作品展示", - authorName: "王思穎", - authorAvatar: - "http://img.b2bpic.net/free-photo/indoor-shot-beautiful-young-caucasian-female-wearing-polo-shirt-rectangular-glasses-smiling-happily-while-posing-isolated_273609-1875.jpg", - date: "2025年1月15日", - }, + id: "1", category: "說書人", title: "青春校園文學的探索之旅", excerpt: + "透過多角度的文學分析,帶領讀者進入青春校園文學的魅力世界", imageSrc: + "http://img.b2bpic.net/free-vector/education-supplies-flat-style_24908-55753.jpg", imageAlt: "說書人作品展示", authorName: "王思穎", authorAvatar: + "http://img.b2bpic.net/free-photo/indoor-shot-beautiful-young-caucasian-female-wearing-polo-shirt-rectangular-glasses-smiling-happily-while-posing-isolated_273609-1875.jpg", date: "2025年1月15日"}, { - id: "2", - category: "讀書會", - title: "經典著作的現代詮釋", - excerpt: "探討如何用現代觀點重新理解經典文學作品", - imageSrc: - "http://img.b2bpic.net/free-photo/composition-from-opened-book-wooden-tray_23-2147711659.jpg?_wi=1", - imageAlt: "讀書會簡報", - authorName: "林承恩", - authorAvatar: - "http://img.b2bpic.net/free-photo/portrait-beautiful-redhead-woman_23-2148339229.jpg", - date: "2025年1月10日", - }, + id: "2", category: "讀書會", title: "經典著作的現代詮釋", excerpt: "探討如何用現代觀點重新理解經典文學作品", imageSrc: + "http://img.b2bpic.net/free-photo/composition-from-opened-book-wooden-tray_23-2147711659.jpg", imageAlt: "讀書會簡報", authorName: "林承恩", authorAvatar: + "http://img.b2bpic.net/free-photo/portrait-beautiful-redhead-woman_23-2148339229.jpg", date: "2025年1月10日"}, { - id: "3", - category: "競賽", - title: "英文簡介比賽得獎作品分享", - excerpt: - "精選本季英文書籍簡介比賽的優秀作品,展現學生的英文表達能力", - imageSrc: - "http://img.b2bpic.net/free-photo/group-friends-party_23-2148115785.jpg?_wi=1", - imageAlt: "競賽得獎作品", - authorName: "陳美玲", - authorAvatar: - "http://img.b2bpic.net/free-photo/beautiful-student-happy-be-back-university_23-2148586556.jpg", - date: "2025年1月5日", - }, + id: "3", category: "競賽", title: "英文簡介比賽得獎作品分享", excerpt: + "精選本季英文書籍簡介比賽的優秀作品,展現學生的英文表達能力", imageSrc: + "http://img.b2bpic.net/free-photo/group-friends-party_23-2148115785.jpg", imageAlt: "競賽得獎作品", authorName: "陳美玲", authorAvatar: + "http://img.b2bpic.net/free-photo/beautiful-student-happy-be-back-university_23-2148586556.jpg", date: "2025年1月5日"}, ]} textboxLayout="default" animationType="slide-up" @@ -351,41 +244,23 @@ export default function HomePage() { cardTagIcon={Heart} testimonials={[ { - id: "1", - name: "王同學", - imageSrc: - "http://img.b2bpic.net/free-photo/indoor-shot-beautiful-young-caucasian-female-wearing-polo-shirt-rectangular-glasses-smiling-happily-while-posing-isolated_273609-1875.jpg?_wi=2", - }, + id: "1", name: "王同學", imageSrc: + "http://img.b2bpic.net/free-photo/indoor-shot-beautiful-young-caucasian-female-wearing-polo-shirt-rectangular-glasses-smiling-happily-while-posing-isolated_273609-1875.jpg"}, { - id: "2", - name: "李同學", - imageSrc: - "http://img.b2bpic.net/free-photo/portrait-beautiful-redhead-woman_23-2148339229.jpg?_wi=2", - }, + id: "2", name: "李同學", imageSrc: + "http://img.b2bpic.net/free-photo/portrait-beautiful-redhead-woman_23-2148339229.jpg"}, { - id: "3", - name: "陳同學", - imageSrc: - "http://img.b2bpic.net/free-photo/beautiful-student-happy-be-back-university_23-2148586556.jpg?_wi=2", - }, + id: "3", name: "陳同學", imageSrc: + "http://img.b2bpic.net/free-photo/beautiful-student-happy-be-back-university_23-2148586556.jpg"}, { - id: "4", - name: "林同學", - imageSrc: - "http://img.b2bpic.net/free-photo/attractive-student-girl-with-charming-smile-posing_273609-1461.jpg?_wi=2", - }, + id: "4", name: "林同學", imageSrc: + "http://img.b2bpic.net/free-photo/attractive-student-girl-with-charming-smile-posing_273609-1461.jpg"}, { - id: "5", - name: "黃老師", - imageSrc: - "http://img.b2bpic.net/free-photo/indoor-shot-beautiful-young-caucasian-female-wearing-polo-shirt-rectangular-glasses-smiling-happily-while-posing-isolated_273609-1875.jpg?_wi=3", - }, + id: "5", name: "黃老師", imageSrc: + "http://img.b2bpic.net/free-photo/indoor-shot-beautiful-young-caucasian-female-wearing-polo-shirt-rectangular-glasses-smiling-happily-while-posing-isolated_273609-1875.jpg"}, { - id: "6", - name: "劉老師", - imageSrc: - "http://img.b2bpic.net/free-photo/portrait-beautiful-redhead-woman_23-2148339229.jpg?_wi=3", - }, + id: "6", name: "劉老師", imageSrc: + "http://img.b2bpic.net/free-photo/portrait-beautiful-redhead-woman_23-2148339229.jpg"}, ]} cardAnimation="blur-reveal" useInvertedBackground={false} @@ -399,8 +274,7 @@ export default function HomePage() { title="訂閱最新資訊" description="定期接收平台最新動態、競賽資訊與推薦書單" background={{ - variant: "radial-gradient", - }} + variant: "radial-gradient"}} useInvertedBackground={false} inputPlaceholder="輸入您的電子郵件" buttonText="訂閱" @@ -412,13 +286,9 @@ export default function HomePage() {