Skip to content

Commit

Permalink
update react landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
irfankhan10 committed Oct 7, 2024
1 parent 6df11dc commit e7bb2e5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions landing/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,18 +88,17 @@ const productsConfig = [
const helpSectionConfig = {
columns: [{
title: "Get in touch for support",
image_description: "Support Icon",
icon_description: "Support Icon",
icon: LifeBuoyIcon,
link: "https://www.quantinuum.com/contact/docs",
description: "Need help? Fill out our support form here",

},
{
}, {
title: "Publications",
image_description: "Publications Icon",
icon_description: "Publications Icon",
icon: BookIcon,
description: "Find our latest research publications here",
link: "https://quantinuum.com/publications",
description: "Find our latest research publications here",
},
]};

Expand Down

0 comments on commit e7bb2e5

Please sign in to comment.