From 54a2ec01411cddfe2046339fd6170bdaf7cdc455 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 23:14:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 239 +++++++++-------------------------------------- 1 file changed, 43 insertions(+), 196 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2f8e8e8..fa1dffa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -25,8 +25,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Platform", - items: [ + title: "Platform", items: [ { label: "For Journalists", href: "/journalists" }, { label: "For Media Outlets", href: "/media" }, { label: "Marketplace", href: "#breaking-news-showcase" }, @@ -34,8 +33,7 @@ export default function HomePage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Documentation", href: "https://docs.witnesswire.com" }, { label: "API Reference", href: "https://api.witnesswire.com/docs" }, { label: "Deployment Guide", href: "https://docs.witnesswire.com/architecture" }, @@ -43,8 +41,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "#about" }, { label: "Contact", href: "/contact" }, { label: "Privacy Policy", href: "/privacy" }, @@ -84,45 +81,26 @@ export default function HomePage() { tagAnimation="slide-up" background={{ variant: "glowing-orb" }} useInvertedBackground={false} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdflZ5Wk2nqQ8fmOIDXmvkTz9C/a-dynamic-cinematic-split-screen-showing-1773097918855-61627898.png?_wi=1" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdflZ5Wk2nqQ8fmOIDXmvkTz9C/a-dynamic-cinematic-split-screen-showing-1773097918855-61627898.png" imageAlt="Breaking news dashboard with live feeds" imagePosition="right" testimonials={[ { - name: "Sarah Chen", - handle: "News Director, Reuters", - testimonial: "WitnessWire revolutionized how we source breaking news. We cut acquisition time by 70% and improved story authenticity.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdflZ5Wk2nqQ8fmOIDXmvkTz9C/professional-headshot-of-a-confident-fem-1773097917702-de0fafeb.png?_wi=1", - imageAlt: "Sarah Chen", - }, + name: "Sarah Chen", handle: "News Director, Reuters", testimonial: "WitnessWire revolutionized how we source breaking news. We cut acquisition time by 70% and improved story authenticity.", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdflZ5Wk2nqQ8fmOIDXmvkTz9C/professional-headshot-of-a-confident-fem-1773097917702-de0fafeb.png", imageAlt: "Sarah Chen"}, { - name: "Marcus Williams", - handle: "Editor-in-Chief, BBC", - testimonial: "Access to verified breaking footage from global contributors has transformed our newsroom efficiency and coverage speed.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdflZ5Wk2nqQ8fmOIDXmvkTz9C/professional-headshot-of-a-confident-fem-1773097917702-de0fafeb.png?_wi=2", - imageAlt: "Marcus Williams", - }, + name: "Marcus Williams", handle: "Editor-in-Chief, BBC", testimonial: "Access to verified breaking footage from global contributors has transformed our newsroom efficiency and coverage speed.", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdflZ5Wk2nqQ8fmOIDXmvkTz9C/professional-headshot-of-a-confident-fem-1773097917702-de0fafeb.png", imageAlt: "Marcus Williams"}, { - name: "Elena Rodriguez", - handle: "Breaking News Producer, CNN", - testimonial: "The real-time verification system ensures we only broadcast authentic content. Game changer for our editorial standards.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdflZ5Wk2nqQ8fmOIDXmvkTz9C/professional-headshot-of-a-confident-fem-1773097917702-de0fafeb.png?_wi=3", - imageAlt: "Elena Rodriguez", - }, + name: "Elena Rodriguez", handle: "Breaking News Producer, CNN", testimonial: "The real-time verification system ensures we only broadcast authentic content. Game changer for our editorial standards.", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdflZ5Wk2nqQ8fmOIDXmvkTz9C/professional-headshot-of-a-confident-fem-1773097917702-de0fafeb.png", imageAlt: "Elena Rodriguez"}, ]} testimonialRotationInterval={5000} buttons={[ { - text: "Start Creating", - href: "https://creators.witnesswire.com", - }, + text: "Start Creating", href: "https://creators.witnesswire.com"}, { - text: "Browse Footage", - href: "#breaking-news-showcase", - }, + text: "Browse Footage", href: "#breaking-news-showcase"}, ]} buttonAnimation="opacity" mediaAnimation="blur-reveal" @@ -133,29 +111,18 @@ export default function HomePage() { @@ -170,54 +137,27 @@ export default function HomePage() { tagAnimation="opacity" features={[ { - id: "security", - label: "Security", - title: "Military-Grade Verification & DRM Protection", - items: [ - "AI-powered deepfake detection", - "Blockchain-verified timestamps", - "Watermarked preview generation", - "Digital rights management", - ], + id: "security", label: "Security", title: "Military-Grade Verification & DRM Protection", items: [ + "AI-powered deepfake detection", "Blockchain-verified timestamps", "Watermarked preview generation", "Digital rights management"], buttons: [ { - text: "Learn More", - href: "#", - }, + text: "Learn More", href: "#"}, ], }, { - id: "payments", - label: "Payments", - title: "Multi-Currency Settlement & Wallet System", - items: [ - "Instant stablecoin payouts", - "Real-time balance tracking", - "Multi-currency support", - "Transparent fee structure", - ], + id: "payments", label: "Payments", title: "Multi-Currency Settlement & Wallet System", items: [ + "Instant stablecoin payouts", "Real-time balance tracking", "Multi-currency support", "Transparent fee structure"], buttons: [ { - text: "View Pricing", - href: "#pricing", - }, + text: "View Pricing", href: "#pricing"}, ], }, { - id: "delivery", - label: "Delivery", - title: "Global CDN with Sub-100ms Latency", - items: [ - "AWS CloudFront integration", - "Edge caching optimization", - "Automatic format conversion", - "4K resolution support", - ], + id: "delivery", label: "Delivery", title: "Global CDN with Sub-100ms Latency", items: [ + "AWS CloudFront integration", "Edge caching optimization", "Automatic format conversion", "4K resolution support"], buttons: [ { - text: "Technical Details", - href: "#", - }, + text: "Technical Details", href: "#"}, ], }, ]} @@ -236,25 +176,13 @@ export default function HomePage() { tagAnimation="opacity" metrics={[ { - id: "1", - value: "500K+", - description: "Active Journalist Contributors", - }, + id: "1", value: "500K+", description: "Active Journalist Contributors"}, { - id: "2", - value: "150+", - description: "Countries Covered", - }, + id: "2", value: "150+", description: "Countries Covered"}, { - id: "3", - value: "2.5M+", - description: "Stories Distributed Monthly", - }, + id: "3", value: "2.5M+", description: "Stories Distributed Monthly"}, { - id: "4", - value: "$50M+", - description: "Creator Earnings Distributed", - }, + id: "4", value: "$50M+", description: "Creator Earnings Distributed"}, ]} gridVariant="uniform-all-items-equal" animationType="scale-rotate" @@ -272,38 +200,11 @@ export default function HomePage() { tagAnimation="opacity" blogs={[ { - id: "1", - category: "Natural Disaster", - title: "Earthquake Hits Tokyo - Live Coverage", - excerpt: "Real-time footage from multiple citizen journalists capturing the seismic event and immediate aftermath in downtown Tokyo.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdflZ5Wk2nqQ8fmOIDXmvkTz9C/dramatic-breaking-news-scene-of-live-ear-1773097918457-804b566b.png", - imageAlt: "Earthquake aftermath coverage", - authorName: "Yuki Tanaka", - authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdflZ5Wk2nqQ8fmOIDXmvkTz9C/professional-female-journalist-portrait--1773097918667-20c7ef31.png", - date: "Jan 15, 2025", - }, + id: "1", category: "Natural Disaster", title: "Earthquake Hits Tokyo - Live Coverage", excerpt: "Real-time footage from multiple citizen journalists capturing the seismic event and immediate aftermath in downtown Tokyo.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdflZ5Wk2nqQ8fmOIDXmvkTz9C/dramatic-breaking-news-scene-of-live-ear-1773097918457-804b566b.png", imageAlt: "Earthquake aftermath coverage", authorName: "Yuki Tanaka", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdflZ5Wk2nqQ8fmOIDXmvkTz9C/professional-female-journalist-portrait--1773097918667-20c7ef31.png", date: "Jan 15, 2025"}, { - id: "2", - category: "Civil Unrest", - title: "Major Protest in Paris - Journalist Network", - excerpt: "Coordinated coverage from multiple independent journalists capturing the scale and impact of the city center demonstration.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdflZ5Wk2nqQ8fmOIDXmvkTz9C/professional-journalist-reporting-live-f-1773097918327-29c7667c.png", - imageAlt: "Paris protest coverage", - authorName: "Marc Dubois", - authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdflZ5Wk2nqQ8fmOIDXmvkTz9C/professional-male-freelance-videographer-1773097918241-40ede2cc.png", - date: "Jan 14, 2025", - }, + id: "2", category: "Civil Unrest", title: "Major Protest in Paris - Journalist Network", excerpt: "Coordinated coverage from multiple independent journalists capturing the scale and impact of the city center demonstration.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdflZ5Wk2nqQ8fmOIDXmvkTz9C/professional-journalist-reporting-live-f-1773097918327-29c7667c.png", imageAlt: "Paris protest coverage", authorName: "Marc Dubois", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdflZ5Wk2nqQ8fmOIDXmvkTz9C/professional-male-freelance-videographer-1773097918241-40ede2cc.png", date: "Jan 14, 2025"}, { - id: "3", - category: "Transportation", - title: "Airport Incident - Drone & Ground Coverage", - excerpt: "Combined aerial and ground-level footage providing comprehensive documentation of the transportation emergency response.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdflZ5Wk2nqQ8fmOIDXmvkTz9C/aerial-drone-footage-perspective-of-brea-1773097918024-a4fb47cc.png", - imageAlt: "Airport incident coverage", - authorName: "James Mitchell", - authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdflZ5Wk2nqQ8fmOIDXmvkTz9C/professional-female-news-anchor-portrait-1773097918070-7a81482a.png", - date: "Jan 13, 2025", - }, + id: "3", category: "Transportation", title: "Airport Incident - Drone & Ground Coverage", excerpt: "Combined aerial and ground-level footage providing comprehensive documentation of the transportation emergency response.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdflZ5Wk2nqQ8fmOIDXmvkTz9C/aerial-drone-footage-perspective-of-brea-1773097918024-a4fb47cc.png", imageAlt: "Airport incident coverage", authorName: "James Mitchell", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdflZ5Wk2nqQ8fmOIDXmvkTz9C/professional-female-news-anchor-portrait-1773097918070-7a81482a.png", date: "Jan 13, 2025"}, ]} animationType="blur-reveal" textboxLayout="default" @@ -318,16 +219,10 @@ export default function HomePage() { tag="Partners" tagIcon={Building2} tagAnimation="opacity" + names={[ + "Reuters", "BBC", "CNN", "Al Jazeera", "Associated Press", "New York Times", "The Guardian", "Sky News"]} logos={[ - "http://img.b2bpic.net/free-vector/flat-design-breaking-news-logo_23-2151109202.jpg", - "http://img.b2bpic.net/free-vector/worldwide-breaking-news-template-with-globe-design_1017-59866.jpg", - "http://img.b2bpic.net/free-vector/collection-templates-with-flat-r-logos_23-2148925578.jpg", - "http://img.b2bpic.net/free-vector/networking_24908-54156.jpg", - "http://img.b2bpic.net/free-vector/flat-design-breaking-news-logo_23-2151109202.jpg", - "http://img.b2bpic.net/free-vector/new-year-2020-badge-collection-flat-design_23-2148323038.jpg", - "http://img.b2bpic.net/free-vector/gradient-breaking-news-logo-design_23-2151126849.jpg", - "http://img.b2bpic.net/free-vector/news-logo-collection_23-2148458357.jpg", - ]} + "http://img.b2bpic.net/free-vector/flat-design-breaking-news-logo_23-2151109202.jpg", "http://img.b2bpic.net/free-vector/worldwide-breaking-news-template-with-globe-design_1017-59866.jpg", "http://img.b2bpic.net/free-vector/collection-templates-with-flat-r-logos_23-2148925578.jpg", "http://img.b2bpic.net/free-vector/networking_24908-54156.jpg", "http://img.b2bpic.net/free-vector/flat-design-breaking-news-logo_23-2151109202.jpg", "http://img.b2bpic.net/free-vector/new-year-2020-badge-collection-flat-design_23-2148323038.jpg", "http://img.b2bpic.net/free-vector/gradient-breaking-news-logo-design_23-2151126849.jpg", "http://img.b2bpic.net/free-vector/news-logo-collection_23-2148458357.jpg"]} textboxLayout="default" useInvertedBackground={false} speed={35} @@ -344,65 +239,17 @@ export default function HomePage() { tagAnimation="opacity" testimonials={[ { - id: "1", - name: "Sarah Chen, News Director - Reuters", - date: "Date: January 2025", - title: "70% Faster News Acquisition", - quote: "WitnessWire transformed our breaking news operation. We reduced story acquisition time from hours to minutes, with verified authentication at source. The security architecture gives us confidence in every clip.", - tag: "Enterprise", - avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdflZ5Wk2nqQ8fmOIDXmvkTz9C/professional-male-news-director-portrait-1773097918352-fdaee7d5.png", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdflZ5Wk2nqQ8fmOIDXmvkTz9C/collage-showing-diverse-freelance-journa-1773097918788-887181e2.png", - }, + id: "1", name: "Sarah Chen, News Director - Reuters", date: "Date: January 2025", title: "70% Faster News Acquisition", quote: "WitnessWire transformed our breaking news operation. We reduced story acquisition time from hours to minutes, with verified authentication at source. The security architecture gives us confidence in every clip.", tag: "Enterprise", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdflZ5Wk2nqQ8fmOIDXmvkTz9C/professional-male-news-director-portrait-1773097918352-fdaee7d5.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdflZ5Wk2nqQ8fmOIDXmvkTz9C/collage-showing-diverse-freelance-journa-1773097918788-887181e2.png"}, { - id: "2", - name: "Marcus Williams, Editor-in-Chief - BBC", - date: "Date: January 2025", - title: "Global Coverage Without Borders", - quote: "Access to verified content from 150+ countries eliminated our geographic limitations. We now cover breaking news as it happens, not after traditional media cycles.", - tag: "Global Coverage", - avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdflZ5Wk2nqQ8fmOIDXmvkTz9C/professional-female-journalist-portrait--1773097918667-20c7ef31.png", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdflZ5Wk2nqQ8fmOIDXmvkTz9C/global-cdn-network-visualization-showing-1773097918056-e159901e.png?_wi=1", - }, + id: "2", name: "Marcus Williams, Editor-in-Chief - BBC", date: "Date: January 2025", title: "Global Coverage Without Borders", quote: "Access to verified content from 150+ countries eliminated our geographic limitations. We now cover breaking news as it happens, not after traditional media cycles.", tag: "Global Coverage", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdflZ5Wk2nqQ8fmOIDXmvkTz9C/professional-female-journalist-portrait--1773097918667-20c7ef31.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdflZ5Wk2nqQ8fmOIDXmvkTz9C/global-cdn-network-visualization-showing-1773097918056-e159901e.png"}, { - id: "3", - name: "Elena Rodriguez, Breaking News Producer - CNN", - date: "Date: December 2024", - title: "Editorial Standards Maintained", - quote: "The AI verification system eliminates deepfakes and authenticates sources automatically. We maintain journalistic integrity while moving at breaking news speed.", - tag: "Trust & Verification", - avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdflZ5Wk2nqQ8fmOIDXmvkTz9C/professional-male-freelance-videographer-1773097918241-40ede2cc.png", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdflZ5Wk2nqQ8fmOIDXmvkTz9C/modern-cybersecurity-interface-showing-e-1773097918303-39311c87.png", - }, + id: "3", name: "Elena Rodriguez, Breaking News Producer - CNN", date: "Date: December 2024", title: "Editorial Standards Maintained", quote: "The AI verification system eliminates deepfakes and authenticates sources automatically. We maintain journalistic integrity while moving at breaking news speed.", tag: "Trust & Verification", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdflZ5Wk2nqQ8fmOIDXmvkTz9C/professional-male-freelance-videographer-1773097918241-40ede2cc.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdflZ5Wk2nqQ8fmOIDXmvkTz9C/modern-cybersecurity-interface-showing-e-1773097918303-39311c87.png"}, { - id: "4", - name: "David Park, Technology Director - Al Jazeera", - date: "Date: December 2024", - title: "Infrastructure That Scales", - quote: "Their AWS-based CDN handles traffic spikes during major events seamlessly. Sub-100ms delivery ensures our video reaches audiences worldwide instantly.", - tag: "Technology", - avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdflZ5Wk2nqQ8fmOIDXmvkTz9C/professional-female-news-anchor-portrait-1773097918070-7a81482a.png", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdflZ5Wk2nqQ8fmOIDXmvkTz9C/global-cdn-network-visualization-showing-1773097918056-e159901e.png?_wi=2", - }, + id: "4", name: "David Park, Technology Director - Al Jazeera", date: "Date: December 2024", title: "Infrastructure That Scales", quote: "Their AWS-based CDN handles traffic spikes during major events seamlessly. Sub-100ms delivery ensures our video reaches audiences worldwide instantly.", tag: "Technology", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdflZ5Wk2nqQ8fmOIDXmvkTz9C/professional-female-news-anchor-portrait-1773097918070-7a81482a.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdflZ5Wk2nqQ8fmOIDXmvkTz9C/global-cdn-network-visualization-showing-1773097918056-e159901e.png"}, { - id: "5", - name: "Lisa Thompson, Marketplace Manager - AP News", - date: "Date: November 2024", - title: "Creator Economy That Works", - quote: "$50M+ distributed to creators shows this isn't just a platform—it's an economy. Our independent contributors are getting fairly compensated for their work.", - tag: "Creator Economy", - avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdflZ5Wk2nqQ8fmOIDXmvkTz9C/professional-male-news-director-portrait-1773097918352-fdaee7d5.png", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdflZ5Wk2nqQ8fmOIDXmvkTz9C/cryptocurrency-wallet-and-payment-proces-1773097918380-35b97316.png", - }, + id: "5", name: "Lisa Thompson, Marketplace Manager - AP News", date: "Date: November 2024", title: "Creator Economy That Works", quote: "$50M+ distributed to creators shows this isn't just a platform—it's an economy. Our independent contributors are getting fairly compensated for their work.", tag: "Creator Economy", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdflZ5Wk2nqQ8fmOIDXmvkTz9C/professional-male-news-director-portrait-1773097918352-fdaee7d5.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdflZ5Wk2nqQ8fmOIDXmvkTz9C/cryptocurrency-wallet-and-payment-proces-1773097918380-35b97316.png"}, { - id: "6", - name: "Ahmed Hassan, Operations Head - Sky News", - date: "Date: November 2024", - title: "Real-Time, Every Time", - quote: "Breaking news waits for no one. WitnessWire's real-time alerts and instant video delivery mean we're first to air, every time. Our competitive advantage is measurable.", - tag: "Real-Time", - avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdflZ5Wk2nqQ8fmOIDXmvkTz9C/professional-female-journalist-portrait--1773097918667-20c7ef31.png", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdflZ5Wk2nqQ8fmOIDXmvkTz9C/a-dynamic-cinematic-split-screen-showing-1773097918855-61627898.png?_wi=2", - }, + id: "6", name: "Ahmed Hassan, Operations Head - Sky News", date: "Date: November 2024", title: "Real-Time, Every Time", quote: "Breaking news waits for no one. WitnessWire's real-time alerts and instant video delivery mean we're first to air, every time. Our competitive advantage is measurable.", tag: "Real-Time", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdflZ5Wk2nqQ8fmOIDXmvkTz9C/professional-female-journalist-portrait--1773097918667-20c7ef31.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdflZ5Wk2nqQ8fmOIDXmvkTz9C/a-dynamic-cinematic-split-screen-showing-1773097918855-61627898.png"}, ]} textboxLayout="default" useInvertedBackground={false} @@ -426,7 +273,7 @@ export default function HomePage() {