Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/web/src/components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const navigation = [
title: "Resources",
links: [
{ name: "Github", href: "https://github.com/ARC-Solutions/IntelliQ-V2" },
{ name: "Contact us", href: "mailto:contact@arc-solutions.xyz" },
{ name: "Contact us", href: "mailto:contact@intelliq.dev" },
{
name: "Feature Request",
href: "https://github.com/ARC-Solutions/IntelliQ-V2/issues",
Expand Down
3 changes: 1 addition & 2 deletions apps/web/src/components/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export default function Hero() {
</Button>
</Link>


<h1 className="text-[30px] md:text-[90px] font-medium mt-6 leading-none">
Start your
<br /> AI quiz today!
Expand All @@ -40,7 +39,7 @@ export default function Hero() {

<div className="mt-8">
<div className="flex items-center space-x-4">
<Link href="mailto:contact@arc-solutions.xyz">
<Link href="mailto:contact@intelliq.dev">
<Button
variant="outline"
className="h-12 px-6 border border-primary"
Expand Down