Skip to content

Commit

Permalink
update copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishi Ayyer authored and Rishi Ayyer committed Mar 20, 2024
1 parent 54c2510 commit a447570
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pages/shared-contacts.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const features = [
{
title: "Share",
description:
"Your party planner, designer or that uncle's number with your circle",
"Your party planner with friends or emergency contacts with family",
icon: "bx:bxs-comment-check",
},
{
Expand All @@ -35,8 +35,8 @@ const features = [
<Layout title="Rolo/dex">
<main class="mx-auto w-2/3 antialiased flex justify-center items-center text-center">
<div>
<div class="grid lg:grid-cols-2 md:my-4 gap-4">
<div class="text-start space-y-4 flex flex-col justify-evenly">
<div class="grid lg:grid-cols-2 md:my-4 gap-12">
<div class="text-start space-y-6 flex flex-col justify-evenly">
<p class="text-4xl lg:text-5xl xl:text-7xl font-bold lg:tracking-tight xl:tracking-tighter">Build better relationships</p>
<p class="text-2xl">Rolodex is a shared contact book and private social graph for your circle</p>
<div class="flex flex-row gap-1 md:gap-4 justify-between items-center">
Expand Down Expand Up @@ -69,7 +69,7 @@ const features = [

<div class="mt-16 md:mt-16">
<!-- <div class="text-start space-y-4 flex flex-col justify-evenly"></div> -->
<p class="text-xl text-slate-600">Rolodex is truly private and local-first. You own your data.</p>
<p class="text-xl text-slate-600">Rolodex is truly private and local-first. Carry your graph with you, forever.</p>
</div>
</div>
</main>
Expand Down

0 comments on commit a447570

Please sign in to comment.