Update src/app/page.tsx

This commit is contained in:
2026-04-20 12:03:09 +00:00
parent 324ca531f1
commit b45e7b35d0

View File

@@ -204,6 +204,7 @@ export default function LandingPage() {
name: "message", placeholder: "Attach payment proof description"}}
imageSrc="http://img.b2bpic.net/free-photo/modern-office-with-nobody-present_482257-122002.jpg"
onSubmit={(data) => {
alert("Payment proof received. Your order is being processed!");
console.log("Order submitted:", data);
// Simulate delivery
navigator.clipboard.writeText("https://example.com/download/template.pptx");