- What will you build today? -
-- Describe your idea and watch it come to life. -
-From 5c583098047de9224b2f0d2633aad92631fb2ea6 Mon Sep 17 00:00:00 2001
From: Tejas1771 <136698267+Tejas1771@users.noreply.github.com>
Date: Thu, 15 Jan 2026 19:29:24 +0530
Subject: [PATCH] added landing page
---
frontend/src/components/landing/About.tsx | 42 +++
frontend/src/components/landing/Features.tsx | 80 +++++
frontend/src/components/landing/Footer.tsx | 26 ++
frontend/src/components/landing/Hero.tsx | 108 +++++++
.../src/components/landing/HowItWorks.tsx | 69 ++++
frontend/src/components/landing/Navbar.tsx | 40 +++
.../src/components/landing/OpenSource.tsx | 52 +++
frontend/src/components/landing/WhyBoltly.tsx | 68 ++++
frontend/src/index.css | 259 +++------------
frontend/src/pages/Home.tsx | 297 ++----------------
frontend/tailwind.config.ts | 42 ++-
frontend/vite.config.ts | 1 +
12 files changed, 573 insertions(+), 511 deletions(-)
create mode 100644 frontend/src/components/landing/About.tsx
create mode 100644 frontend/src/components/landing/Features.tsx
create mode 100644 frontend/src/components/landing/Footer.tsx
create mode 100644 frontend/src/components/landing/Hero.tsx
create mode 100644 frontend/src/components/landing/HowItWorks.tsx
create mode 100644 frontend/src/components/landing/Navbar.tsx
create mode 100644 frontend/src/components/landing/OpenSource.tsx
create mode 100644 frontend/src/components/landing/WhyBoltly.tsx
diff --git a/frontend/src/components/landing/About.tsx b/frontend/src/components/landing/About.tsx
new file mode 100644
index 0000000..2d896ce
--- /dev/null
+++ b/frontend/src/components/landing/About.tsx
@@ -0,0 +1,42 @@
+import { motion } from 'framer-motion';
+
+export function About() {
+ return (
+
+ Bolty is a community-driven clone inspired by bolt.new.
+ It empowers developers to build, run, and deploy full-stack applications without leaving the browser.
+ By leveraging advanced AI models, Bolty turns natural language prompts into production-ready code,
+ making rapid prototyping and development accessible to everyone.
+
+ {description} +
++ The speed of AI with the control of a traditional IDE. +
++ {step.description} +
++ Bolty is free and open for everyone. Join our community of developers + building the future of AI-assisted coding. +
+ ++ Skip the boilerplate. Get straight to the logic. + Boltly handles the mundane setup so you can focus on the unique features of your app. +
++ Perfect for hackathons where every minute counts. + Generate a working MVP in minutes and spend the rest of your time polishing. +
++ Built by developers, for developers. + Boltly is fully open source, transparent, and constantly evolving with community contributions. +
+- Describe your idea and watch it come to life. -
-