Merge version_2 into main #2
@@ -12,6 +12,10 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import { CheckCircle, Globe, Zap, Smartphone, Sparkles, Rocket, Star, Send, Users, MessageSquare, Headphones, HelpCircle, Shield, TrendingUp } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
const handleContactSubmit = (email: string) => {
|
||||
console.log('Form submitted with email:', email);
|
||||
};
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-bubble"
|
||||
@@ -187,6 +191,7 @@ export default function LandingPage() {
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Start My Website"
|
||||
termsText="We respect your privacy. We'll only use your information to prepare your website proposal."
|
||||
onSubmit={handleContactSubmit}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user