Thank You
// Facebook Pixel Code
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version=’2.0′;
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,’script’,
‘https://connect.facebook.net/en_US/fbevents.js’);
fbq(‘init’, ‘YOUR_PIXEL_ID’); // Replace YOUR_PIXEL_ID with your actual Pixel ID
fbq(‘track’, ‘Purchase’);

body {
font-family: Arial, sans-serif;
text-align: center;
background-color: #f9f9f9;
padding: 20px;
}
.thank-you {
margin: auto;
max-width: 600px;
background: white;
border-radius: 10px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
padding: 20px;
}
h1 {
color: #4CAF50;
}
p {
color: #555;
}
.btn {
display: inline-block;
margin-top: 20px;
padding: 10px 20px;
background-color: #4CAF50;
color: white;
text-decoration: none;
border-radius: 5px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.btn:hover {
background-color: #45a049;
}
Thank You for Your Purchase!
Your order has been successfully placed. We appreciate your business!
Back to Home