diff --git a/src/app/page.tsx b/src/app/page.tsx index 47ecb6f..ea8b4d3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,7 +32,7 @@ export default function LandingPage() { { name: "Problem", id: "problem" }, { name: "How It Works", id: "how-it-works" }, { name: "Products", id: "products" }, - { name: "FAQ", id: "faq" }, + { name: "FAQ", id: "who-this-is-for" }, { name: "Contact", id: "contact" } ]} /> @@ -63,7 +63,7 @@ export default function LandingPage() { { value: "Clear", title: "One niche. One direction." }, { value: "Fast", title: "From idea to first customer in one weekend." } ]} - imageSrc="http://img.b2bpic.net/free-photo/woman-writing-sticky-notes-office-window_23-2148502216.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/woman-writing-sticky-notes-office-window_23-2148502216.jpg" imageAlt="idea brainstorm notebook sketch" mediaAnimation="slide-up" useInvertedBackground={false} @@ -81,7 +81,7 @@ export default function LandingPage() { features={[ { id: "1", title: "Eliminate and Choose", tags: ["Step 1", "Niche Discovery"], - imageSrc: "http://img.b2bpic.net/free-photo/woman-writing-sticky-notes-office-window_23-2148502216.jpg?_wi=2", imageAlt: "idea brainstorm notebook sketch" + imageSrc: "http://img.b2bpic.net/free-photo/woman-writing-sticky-notes-office-window_23-2148502216.jpg", imageAlt: "idea brainstorm notebook sketch" }, { id: "2", title: "Build and Execute", tags: ["Step 2", "Quick Launch"], @@ -202,7 +202,7 @@ export default function LandingPage() { { title: "Resources", items: [ { label: "How It Works", href: "#how-it-works" }, - { label: "FAQ", href: "#faq" }, + { label: "FAQ", href: "#who-this-is-for" }, { label: "Blog", href: "#" } ] },