Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
import React from 'react'
import './Hero.css'

const Hero: React.FC = () => {
return (
<section className="hero" id="home">
<div className="container">
<div className="hero-content">
<div className="hero-text">
<h1 className="hero-title">
Build Something
<span className="gradient-text"> Amazing</span>
</h1>
<p className="hero-description">
Create stunning websites and applications with our modern tools and
cutting-edge technology. Join thousands of developers who trust our platform.
</p>
<div className="hero-actions">
<button className="btn btn-primary btn-large" style={{ backgroundColor: '#667EEA', color: '#F7FAFC', borderColor: '#667EEA' }}>
Get Started Free
</button>
<button className="btn btn-outline btn-large" style={{ backgroundColor: 'transparent', color: '#000000', borderColor: '#000000' }}>
Watch Demo
</button>
</div>
<div className="hero-stats">
<div className="stat">
<span className="stat-number">10K+</span>
<span className="stat-label">Active Users</span>
</div>
<div className="stat">
<span className="stat-number">99.9%</span>
<span className="stat-label">Uptime</span>
</div>
<div className="stat">
<span className="stat-number">24/7</span>
<span className="stat-label">Support</span>
</div>
</div>
</div>
<div className="hero-visual">
<div className="hero-card">
<div className="card-header">
<div className="card-dots">
<span></span>
<span></span>
<span></span>
</div>
</div>
<div className="card-content">
<div className="code-line"></div>
<div className="code-line"></div>
<div className="code-line"></div>
<div className="code-line short"></div>
</div>
</div>
</div>
</div>
</div>
</section>
)
}

export default Hero
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
import React from 'react'
import './Hero.css'

const Hero: React.FC = () => {
return (
<section className="hero" id="home">
<div className="container">
<div className="hero-content">
<div className="hero-text">
<h1 className="hero-title">
Build Something
<span className="gradient-text"> Amazing</span>
</h1>
<p className="hero-description">
Create stunning websites and applications with our modern tools and
cutting-edge technology. Join thousands of developers who trust our platform.
</p>
<div className="hero-actions">
<button className="btn btn-primary btn-large" style={{ backgroundColor: '#4A5568', color: '#F7FAFC', borderColor: '#4A5568' }}>
Get Started Free
</button>
<button className="btn btn-outline btn-large" style={{ backgroundColor: 'transparent', color: '#000000', borderColor: '#000000' }}>
Watch Demo
</button>
</div>
<div className="hero-stats">
<div className="stat">
<span className="stat-number">10K+</span>
<span className="stat-label">Active Users</span>
</div>
<div className="stat">
<span className="stat-number">99.9%</span>
<span className="stat-label">Uptime</span>
</div>
<div className="stat">
<span className="stat-number">24/7</span>
<span className="stat-label">Support</span>
</div>
</div>
</div>
<div className="hero-visual">
<div className="hero-card">
<div className="card-header">
<div className="card-dots">
<span></span>
<span></span>
<span></span>
</div>
</div>
<div className="card-content">
<div className="code-line"></div>
<div className="code-line"></div>
<div className="code-line"></div>
<div className="code-line short"></div>
</div>
</div>
</div>
</div>
</div>
</section>
)
}

export default Hero
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
import React from 'react'
import './Hero.css'

const Hero: React.FC = () => {
return (
<section className="hero" id="home">
<div className="container">
<div className="hero-content">
<div className="hero-text">
<h1 className="hero-title">
Build Something
<span className="gradient-text"> Amazing</span>
</h1>
<p className="hero-description">
Create stunning websites and applications with our modern tools and
cutting-edge technology. Join thousands of developers who trust our platform.
</p>
<div className="hero-actions">
<button className="btn btn-primary btn-large" style={{ backgroundColor: '#F7FAFC', color: '#000000', borderColor: '#F7FAFC' }}>
Get Started Free
</button>
<button className="btn btn-outline btn-large" style={{ backgroundColor: 'transparent', color: '#667EEA', borderColor: '#667EEA' }}>
Watch Demo
</button>
</div>
<div className="hero-stats">
<div className="stat">
<span className="stat-number">10K+</span>
<span className="stat-label">Active Users</span>
</div>
<div className="stat">
<span className="stat-number">99.9%</span>
<span className="stat-label">Uptime</span>
</div>
<div className="stat">
<span className="stat-number">24/7</span>
<span className="stat-label">Support</span>
</div>
</div>
</div>
<div className="hero-visual">
<div className="hero-card">
<div className="card-header">
<div className="card-dots">
<span></span>
<span></span>
<span></span>
</div>
</div>
<div className="card-content">
<div className="code-line"></div>
<div className="code-line"></div>
<div className="code-line"></div>
<div className="code-line short"></div>
</div>
</div>
</div>
</div>
</div>
</section>
)
}

export default Hero
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
import React from 'react'
import './Hero.css'

const Hero: React.FC = () => {
return (
<section className="hero" id="home">
<div className="container">
<div className="hero-content">
<div className="hero-text">
<h1 className="hero-title">
Build Something
<span className="gradient-text"> Amazing</span>
</h1>
<p className="hero-description">
Create stunning websites and applications with our modern tools and
cutting-edge technology. Join thousands of developers who trust our platform.
</p>
<div className="hero-actions">
<button className="btn btn-primary btn-large" style={{ backgroundColor: '#F6E05E', color: '#000000', borderColor: '#F6E05E' }}>
Get Started Free
</button>
<button className="btn btn-outline btn-large" style={{ backgroundColor: 'transparent', color: '#4A5568', borderColor: '#4A5568' }}>
Watch Demo
</button>
</div>
<div className="hero-stats">
<div className="stat">
<span className="stat-number">10K+</span>
<span className="stat-label">Active Users</span>
</div>
<div className="stat">
<span className="stat-number">99.9%</span>
<span className="stat-label">Uptime</span>
</div>
<div className="stat">
<span className="stat-number">24/7</span>
<span className="stat-label">Support</span>
</div>
</div>
</div>
<div className="hero-visual">
<div className="hero-card">
<div className="card-header">
<div className="card-dots">
<span></span>
<span></span>
<span></span>
</div>
</div>
<div className="card-content">
<div className="code-line"></div>
<div className="code-line"></div>
<div className="code-line"></div>
<div className="code-line short"></div>
</div>
</div>
</div>
</div>
</div>
</section>
)
}

export default Hero
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
import React from 'react'
import './Hero.css'

const Hero: React.FC = () => {
return (
<section className="hero" id="home">
<div className="container">
<div className="hero-content">
<div className="hero-text">
<h1 className="hero-title">
Build Something
<span className="gradient-text"> Amazing</span>
</h1>
<p className="hero-description">
Create stunning websites and applications with our modern tools and
cutting-edge technology. Join thousands of developers who trust our platform.
</p>
<div className="hero-actions">
<button className="btn btn-primary btn-large" style={{ backgroundColor: '#000000', color: '#F7FAFC', borderColor: '#000000' }}>
Get Started Free
</button>
<button className="btn btn-outline btn-large" style={{ backgroundColor: 'transparent', color: '#667EEA', borderColor: '#667EEA' }}>
Watch Demo
</button>
</div>
<div className="hero-stats">
<div className="stat">
<span className="stat-number">10K+</span>
<span className="stat-label">Active Users</span>
</div>
<div className="stat">
<span className="stat-number">99.9%</span>
<span className="stat-label">Uptime</span>
</div>
<div className="stat">
<span className="stat-number">24/7</span>
<span className="stat-label">Support</span>
</div>
</div>
</div>
<div className="hero-visual">
<div className="hero-card">
<div className="card-header">
<div className="card-dots">
<span></span>
<span></span>
<span></span>
</div>
</div>
<div className="card-content">
<div className="code-line"></div>
<div className="code-line"></div>
<div className="code-line"></div>
<div className="code-line short"></div>
</div>
</div>
</div>
</div>
</div>
</section>
)
}

export default Hero
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
import React from 'react'
import './Hero.css'

const Hero: React.FC = () => {
return (
<section className="hero" id="home">
<div className="container">
<div className="hero-content">
<div className="hero-text">
<h1 className="hero-title">
Build Something
<span className="gradient-text"> Amazing</span>
</h1>
<p className="hero-description">
Create stunning websites and applications with our modern tools and
cutting-edge technology. Join thousands of developers who trust our platform.
</p>
<div className="hero-actions">
<button className="btn btn-primary btn-large" style={{ backgroundColor: '#F6E05E', color: '#000000', borderColor: '#F6E05E' }}>
Get Started Free
</button>
<button className="btn btn-outline btn-large" style={{ backgroundColor: 'transparent', color: '#667EEA', borderColor: '#667EEA' }}>
Watch Demo
</button>
</div>
<div className="hero-stats">
<div className="stat">
<span className="stat-number">10K+</span>
<span className="stat-label">Active Users</span>
</div>
<div className="stat">
<span className="stat-number">99.9%</span>
<span className="stat-label">Uptime</span>
</div>
<div className="stat">
<span className="stat-number">24/7</span>
<span className="stat-label">Support</span>
</div>
</div>
</div>
<div className="hero-visual">
<div className="hero-card">
<div className="card-header">
<div className="card-dots">
<span></span>
<span></span>
<span></span>
</div>
</div>
<div className="card-content">
<div className="code-line"></div>
<div className="code-line"></div>
<div className="code-line"></div>
<div className="code-line short"></div>
</div>
</div>
</div>
</div>
</div>
</section>
)
}

export default Hero
Loading