Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI improvments and hide robot details #377

Merged
merged 1 commit into from
Sep 11, 2024
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
3 changes: 0 additions & 3 deletions frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import "@/App.css";
import Container from "@/components/Container";
import NotFoundRedirect from "@/components/NotFoundRedirect";
import Footer from "@/components/footer/Footer";
import LandingPage from "@/components/landing/LandingPage";
import Navbar from "@/components/nav/Navbar";
import APIKeys from "@/components/pages/APIKeys";
import About from "@/components/pages/About";
Expand Down Expand Up @@ -93,8 +92,6 @@ const App = () => {
<Route path="/profile/:id?" element={<Profile />} />
<Route path="/404" element={<NotFound />} />
<Route path="*" element={<NotFoundRedirect />} />

<Route path="/landing" element={<LandingPage />} />
</Routes>
</Container>
</div>
Expand Down
6 changes: 3 additions & 3 deletions frontend/src/components/landing/BuySection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ export default function BuySection() {
<div className="inline-block rounded-lg bg-gray-200 px-3 py-1 text-sm dark:bg-gray-800">
New Release
</div>
<h2 className="text-3xl font-bold tracking-tighter sm:text-5xl">
Meet K-1
<h2 className="font-orbitron text-3xl font-bold tracking-tight sm:text-5xl">
Stompy Pro
</h2>
<p className="max-w-[700px] text-gray-500 md:text-xl/relaxed lg:text-base/relaxed xl:text-xl/relaxed dark:text-gray-400">
Exceptional build quality and all the capabilities of other
Expand Down Expand Up @@ -57,7 +57,7 @@ export default function BuySection() {
</ul>
<div className="flex flex-col gap-2 sm:flex-row">
<Button className="w-full sm:w-auto inline-flex h-10 items-center justify-center rounded-md bg-gray-900 px-8 text-sm font-medium text-gray-50 shadow transition-colors hover:bg-gray-900/90 focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-gray-950 disabled:pointer-events-none disabled:opacity-50 dark:bg-gray-50 dark:text-gray-900 dark:hover:bg-gray-50/90 dark:focus-visible:ring-gray-300">
Buy Now - $16,000
Buy Now
</Button>
<Button variant="outline" className="w-full sm:w-auto">
Learn More
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/landing/KLangDemo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ speakPhrase("Hello, I am a robot.");`,
</div>
</div>
</div>
<div className="sm:mx-40 px-4 md:px-6 mt-6">
<div className="sm:mx-48 px-4 md:px-6 mt-6">
<div className="flex flex-col gap-2 mb-6">
<h2 className="text-3xl font-bold tracking-tight md:text-4xl">
K-Lang
Expand Down
285 changes: 0 additions & 285 deletions frontend/src/components/landing/LandingPage.tsx

This file was deleted.

Loading
Loading