diff --git a/src/app/page.tsx b/src/app/page.tsx index b512904..7bafd94 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,6 +15,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { Award, Cog, Mail, Megaphone, Search, Sparkles, Star, Store, TrendingUp } from "lucide-react"; export default function LandingPage() { + const handleContactSubmit = (email: string) => { + console.log('Contact form submitted:', email); + }; + return ( console.log('Contact form submitted:', email)} + onSubmit={handleContactSubmit} ariaLabel="Contact section with support email form" />