[offers][chore] fix description in landing page

pull/424/head
Zhang Ziqing 3 years ago
parent 58bbc151af
commit 5cca03a1f4

@ -15,7 +15,7 @@ import { HOME_URL } from '~/components/offers/types';
const features = [ const features = [
{ {
description: description:
'Name of the profile creator is stricly anonymous by using randomly generated names.', 'Profile names are randomly generated to keep your offers strictly anonymous.',
icon: UsersIcon, icon: UsersIcon,
name: 'Anonymized Profile Name', name: 'Anonymized Profile Name',
}, },
@ -79,7 +79,7 @@ const footerNavigation = {
export default function LandingPage() { export default function LandingPage() {
return ( return (
<div className="w-full overflow-y-auto bg-white"> <div className="mx-auto w-full overflow-y-auto bg-white">
<main> <main>
{/* Hero section */} {/* Hero section */}
<div className="relative h-full"> <div className="relative h-full">

Loading…
Cancel
Save