Update page.tsx
This commit is contained in:
72
app/page.tsx
72
app/page.tsx
@@ -59,7 +59,7 @@ export default function Home() {
|
||||
Streamlined E-commerce <span className="text-orange-500">Management</span>
|
||||
</h1>
|
||||
<p className="text-xl md:text-2xl text-muted-foreground max-w-2xl mx-auto">
|
||||
Ember provides everything you need to manage your e-commerce business efficiently in one place.
|
||||
Ember provides everything you need to manage your e-commerce business efficiently in one place, with secure cryptocurrency payments.
|
||||
</p>
|
||||
</div>
|
||||
<div className="flex flex-col sm:flex-row gap-4">
|
||||
@@ -92,11 +92,11 @@ export default function Home() {
|
||||
<div className="p-2 w-fit rounded-md bg-primary/10">
|
||||
<Shield className="h-6 w-6 text-primary" />
|
||||
</div>
|
||||
<CardTitle className="mt-4">Secure Transactions</CardTitle>
|
||||
<CardTitle className="mt-4">Cryptocurrency Payments</CardTitle>
|
||||
</CardHeader>
|
||||
<CardContent>
|
||||
<CardDescription>
|
||||
Process payments securely with built-in encryption and fraud detection measures to protect your business and customers.
|
||||
Accept payments in various cryptocurrencies with our secure, integrated payment system designed for maximum privacy and security.
|
||||
</CardDescription>
|
||||
</CardContent>
|
||||
</Card>
|
||||
@@ -175,74 +175,12 @@ export default function Home() {
|
||||
|
||||
{/* Footer */}
|
||||
<footer className="py-10 px-6 md:px-10 border-t">
|
||||
<div className="max-w-6xl mx-auto grid grid-cols-1 md:grid-cols-4 gap-10">
|
||||
<div className="space-y-4">
|
||||
<h3 className="font-bold text-lg">Ember</h3>
|
||||
<div className="max-w-6xl mx-auto text-center">
|
||||
<h3 className="font-bold text-lg mb-2">Ember</h3>
|
||||
<p className="text-sm text-muted-foreground">
|
||||
The complete e-commerce management solution for modern businesses.
|
||||
</p>
|
||||
</div>
|
||||
<div className="space-y-4">
|
||||
<h3 className="font-bold text-lg">Navigation</h3>
|
||||
<ul className="space-y-2">
|
||||
<li>
|
||||
<Link href="#" className="text-sm text-muted-foreground hover:text-foreground">
|
||||
Home
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link href="#features" className="text-sm text-muted-foreground hover:text-foreground">
|
||||
Features
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link href="#benefits" className="text-sm text-muted-foreground hover:text-foreground">
|
||||
Benefits
|
||||
</Link>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div className="space-y-4">
|
||||
<h3 className="font-bold text-lg">Resources</h3>
|
||||
<ul className="space-y-2">
|
||||
<li>
|
||||
<Link href="#" className="text-sm text-muted-foreground hover:text-foreground">
|
||||
Documentation
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link href="#" className="text-sm text-muted-foreground hover:text-foreground">
|
||||
API
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link href="#" className="text-sm text-muted-foreground hover:text-foreground">
|
||||
Support
|
||||
</Link>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div className="space-y-4">
|
||||
<h3 className="font-bold text-lg">Legal</h3>
|
||||
<ul className="space-y-2">
|
||||
<li>
|
||||
<Link href="#" className="text-sm text-muted-foreground hover:text-foreground">
|
||||
Terms
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link href="#" className="text-sm text-muted-foreground hover:text-foreground">
|
||||
Privacy
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link href="#" className="text-sm text-muted-foreground hover:text-foreground">
|
||||
Cookies
|
||||
</Link>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div className="mt-10 text-center text-sm text-muted-foreground">
|
||||
<p>© {new Date().getFullYear()} Ember. All rights reserved.</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user