Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9dda850c6d | |||
| cd3ecdcab4 | |||
| 295cd3527b | |||
| 995d032954 | |||
| 821e165b84 |
@@ -15,6 +15,13 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import { Lightbulb, ShoppingCart, Sparkles, TrendingUp, Users, Zap } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
const handleEmailSubmit = (email: string) => {
|
||||
console.log(`Sending email from ${email} to casreid15@gmail.com`);
|
||||
alert(`Thank you for your submission! We'll reach out to you at ${email}.`);
|
||||
// In a real application, you would send this email to a backend API
|
||||
// or use a third-party service like Formspree, EmailJS, etc.
|
||||
};
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="shift-hover"
|
||||
@@ -58,8 +65,6 @@ export default function LandingPage() {
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Quote", href: "#contact"},
|
||||
{
|
||||
text: "See Our Work", href: "#services"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
@@ -228,6 +233,7 @@ export default function LandingPage() {
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Send Message"
|
||||
termsText="Owner: Cassius Reid | Email: casreid15@gmail.com | Phone: 301-404-2665"
|
||||
onSubmit={handleEmailSubmit}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -244,7 +250,7 @@ export default function LandingPage() {
|
||||
{
|
||||
label: "SEO Optimization", href: "#services"},
|
||||
{
|
||||
label: "E-commerce", href: "#services"},
|
||||
"label": "E-commerce", "href": "#services"},
|
||||
{
|
||||
label: "Maintenance", href: "#services"},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user