Skip to content

Commit

Permalink
Merge branch 'staging'
Browse files Browse the repository at this point in the history
  • Loading branch information
codekansas committed Jan 18, 2025
2 parents 10d6c18 + 76281fc commit 96b406b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/pages/zbot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default function ZBot() {
src="//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js"
strategy="afterInteractive"
/>
<NavBar href="/zbot" />
<NavBar href="/" />
<main className="gap-y-4">
<HeaderSection />
<SpecSection />
Expand Down
13 changes: 8 additions & 5 deletions src/zbot/HeaderSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,22 @@ const HeaderSection = () => {
<header className="col-span-full grid grid-cols-subgrid min-h-[90svh] auto-rows-auto items-end text-foreground bg-background relative overflow-hidden -mx-[5vw] px-[5vw]">
<div className="absolute inset-0">
<Image
sizes={"100vw"}
sizes="100vw"
src={photoPaths.LANDING_IMAGE_2}
alt={photoPathAltText.LANDING_IMAGE_ALT_2}
fill
className="object-cover brightness-50"
className="object-contain md:object-cover brightness-50
sm:object-contain sm:object-center
md:object-center
object-center"
priority={true}
loading={"eager"}
loading="eager"
/>
</div>
<hgroup className="z-10 text-filament col-span-full sm:col-span-4 md:col-span-5 md:col-start-5 lg:col-span-4 lg:col-start-6 xl:col-span-3 xl:col-start-6 2xl:col-start-8 2xl:col-span-5 4xl:col-start-8 4xl:col-span-4 flex flex-col mb-12 gap-4">
<h1 className="text-heading-lg">Zeroth Bot Physical AI</h1>
<h2 className="text-body">
Powerful, affordable, and open-source robotics dev kit & platform for builders.
Powerful, affordable, and open-source robotics dev kit. The platform for builders.
</h2>
<form
action="https://dev.us22.list-manage.com/subscribe/post?u=a090115c9a76e96d327360f7d&amp;id=8a6ee81bb8&amp;f_id=00c3dce1f0"
Expand All @@ -30,7 +33,7 @@ const HeaderSection = () => {
type="email"
name="EMAIL"
className="w-full px-4 py-2 text-sm rounded-md bg-background/10 border border-filament/20 backdrop-blur-sm text-rust placeholder:text-filament/50"
placeholder="Enter your email for launch"
placeholder="Enter your email for updates"
/>
<div aria-hidden="true" style={{ position: "absolute", left: "-5000px" }}>
<input type="text" name="b_a090115c9a76e96d327360f7d_8a6ee81bb8" tabIndex={-1} />
Expand Down

0 comments on commit 96b406b

Please sign in to comment.