```react import React, { useState } from 'react'; import { Leaf, Zap, Brain, ShieldCheck, MessageCircle, Instagram, Mail, Phone, ChevronRight, CheckCircle2, Users, Timer, ShoppingBag, Star, ArrowRight, Loader2 } from 'lucide-react'; /** * Custom SVG Logo - Modelled after icon.png */ const LogoIcon = ({ className = "w-12 h-12", color = "#B91C1C" }) => ( ); const App = () => { const [formData, setFormData] = useState({ name: '', phone: '', product: 'Superfood Paste (Monthly)', message: '' }); const [isSubmitted, setIsSubmitted] = useState(false); const [isLoading, setIsLoading] = useState(false); const [error, setError] = useState(""); const handleSubmit = async (e) => { e.preventDefault(); setIsLoading(true); setError(""); /** * RESEND.COM INTEGRATION * Updated with your specific API Key */ const RESEND_API_KEY = "Re_43puAkgn_53gHc7mv8HG44bSoPvZfRXsQ"; const TO_EMAIL = "dailydosenuts@gmail.com"; const FROM_EMAIL = "onboarding@resend.dev"; // Note: Resend requires a verified domain for production use try { const response = await fetch("https://api.resend.com/emails", { method: "POST", headers: { "Content-Type": "application/json", "Authorization": `Bearer ${RESEND_API_KEY}`, }, body: JSON.stringify({ from: `Daily Dose Lead <${FROM_EMAIL}>`, to: [TO_EMAIL], subject: `New Customer Inquiry: ${formData.name}`, html: `
A new customer has submitted an inquiry through the landing page.
Customer Name: ${formData.name}
Phone Number: ${formData.phone}
Plan/Product Selected: ${formData.product}
Sent from Daily Dose Landing Page
Yeh aapki daily health routine hai. 100% natural nuts, seeds aur herbs se bani taaza nutrition jo aapki energy aur immunity ko badhati hai.
Certified
FSSAI Licensed
Nuts & Seeds
Natural
100%
Fresh
Daily
50ml Vitality
Fresh Preparation
Rozana ki zaroorat ke liye powder, ya instant energy ke liye vitality shot.
Weight
250g
20+ soaked nuts aur herbs ka homemade blend. Ghar ke sabhi sadasyon ke liye milk ya oats ke saath best hai.
Unit
50ml
Daily nutrition shot jo 50ml ki choti dibi mein aata hai. Fresh delivery Jodhpur mein available hai.
Weekly
₹600
Monthly
₹2500
Aapki inquiry hamare liye mahatvapurna hai.
Hum aapko jald hi call karenge.