From e30b1126827011bbc4059ff8355c6cec08122992 Mon Sep 17 00:00:00 2001 From: Tony Stark Date: Thu, 5 Oct 2023 21:59:28 -0500 Subject: [PATCH] feat: missed regen --- src/components/Blockquote.tsx | 2 +- src/components/ContactSection.tsx | 14 ++------------ src/components/Footer.tsx | 7 ++----- src/components/List.tsx | 2 +- src/components/RootLayout.tsx | 12 ++++++------ src/components/SocialMedia.tsx | 3 --- src/components/Testimonial.tsx | 4 ++-- 7 files changed, 14 insertions(+), 30 deletions(-) diff --git a/src/components/Blockquote.tsx b/src/components/Blockquote.tsx index e3112ea..044def5 100644 --- a/src/components/Blockquote.tsx +++ b/src/components/Blockquote.tsx @@ -56,7 +56,7 @@ function BlockquoteWithoutImage({ return (
-
+
{typeof children === 'string' ?

{children}

: children}
diff --git a/src/components/ContactSection.tsx b/src/components/ContactSection.tsx index 28d87d2..2825902 100644 --- a/src/components/ContactSection.tsx +++ b/src/components/ContactSection.tsx @@ -1,7 +1,6 @@ import { Button } from '@/components/Button' import { Container } from '@/components/Container' import { FadeIn } from '@/components/FadeIn' -import { Offices } from '@/components/Offices' export function ContactSection() { return ( @@ -13,19 +12,10 @@ export function ContactSection() { Tell us about your project
-
-
-

- Our offices -

- -
diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index f90b787..8281d13 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -11,7 +11,6 @@ const navigation = [ { title: 'Work', links: [ - { title: 'FamilyFund', href: '/work/family-fund' }, { title: 'Unseal', href: '/work/unseal' }, { title: 'Phobia', href: '/work/phobia' }, { @@ -28,9 +27,7 @@ const navigation = [ title: 'Company', links: [ { title: 'About', href: '/about' }, - { title: 'Process', href: '/process' }, { title: 'Blog', href: '/blog' }, - { title: 'Contact us', href: '/contact' }, ], }, { @@ -48,7 +45,7 @@ function Navigation() {
{section.title}
-
    +
      {section.links.map((link, linkIndex) => (
    • Sign up for our newsletter -

      +

      Subscribe to get the latest design news, articles, resources and inspiration.

      diff --git a/src/components/List.tsx b/src/components/List.tsx index 7a8419a..1682a32 100644 --- a/src/components/List.tsx +++ b/src/components/List.tsx @@ -29,7 +29,7 @@ export function ListItem({ return (
    • - + {title && ( {`${title}. `} )} diff --git a/src/components/RootLayout.tsx b/src/components/RootLayout.tsx index a03eefd..8c3e26a 100644 --- a/src/components/RootLayout.tsx +++ b/src/components/RootLayout.tsx @@ -41,7 +41,7 @@ function XIcon(props: React.ComponentPropsWithoutRef<'svg'>) { function MenuIcon(props: React.ComponentPropsWithoutRef<'svg'>) { return ( ) } @@ -79,7 +79,7 @@ function Header({ /> */} BanklessDAO logo @@ -90,7 +90,7 @@ function Header({ /> */}
      -