Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 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";
|
import { Lightbulb, ShoppingCart, Sparkles, TrendingUp, Users, Zap } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
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 (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="shift-hover"
|
defaultButtonVariant="shift-hover"
|
||||||
@@ -58,8 +65,6 @@ export default function LandingPage() {
|
|||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Get a Free Quote", href: "#contact"},
|
text: "Get a Free Quote", href: "#contact"},
|
||||||
{
|
|
||||||
text: "See Our Work", href: "#services"},
|
|
||||||
]}
|
]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
@@ -228,6 +233,7 @@ export default function LandingPage() {
|
|||||||
inputPlaceholder="Enter your email"
|
inputPlaceholder="Enter your email"
|
||||||
buttonText="Send Message"
|
buttonText="Send Message"
|
||||||
termsText="Owner: Cassius Reid | Email: casreid15@gmail.com | Phone: 301-404-2665"
|
termsText="Owner: Cassius Reid | Email: casreid15@gmail.com | Phone: 301-404-2665"
|
||||||
|
onSubmit={handleEmailSubmit}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -244,7 +250,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
label: "SEO Optimization", href: "#services"},
|
label: "SEO Optimization", href: "#services"},
|
||||||
{
|
{
|
||||||
label: "E-commerce", href: "#services"},
|
"label": "E-commerce", "href": "#services"},
|
||||||
{
|
{
|
||||||
label: "Maintenance", href: "#services"},
|
label: "Maintenance", href: "#services"},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user