doctype html
html(lang="en")
head
meta(charset="utf-8")
meta(name="viewport" content="width=device-width, initial-scale=1")
title= title
link(rel="icon" type="image/png" href="/favicon.png")
link(rel="stylesheet" href="/css/styles.css")
body
.app-container
nav.nav
a.nav-logo(href="/")
img(src="/freshyo-logo.png" alt="Freshyo" width="36" height="36")
span Freshyo
ul.nav-links
li: a(href="/") Back to Home
.app-content
.success-card
span.success-icon ✓
h1 Request Received
p Your account deletion request has been submitted. Your data will be permanently removed within 7 days.
a.btn.btn-primary(href="/") Back to Home
footer.footer
.footer-content
.footer-brand
img(src="/freshyo-logo.png" alt="Freshyo" width="32" height="32")
span Freshyo
.footer-links
a(href="#") For Farmers
a(href="#") For Consumers
a(href="/privacy-policy") Privacy Policy
a(href="/delete-account") Delete Account
p.footer-copyright © #{year} Freshyo Inc. All rights reserved.