93 lines
3.6 KiB
Text
93 lines
3.6 KiB
Text
doctype html
|
|
html(lang="en")
|
|
head
|
|
meta(charset="utf-8")
|
|
meta(name="viewport" content="width=device-width, initial-scale=1")
|
|
title= title
|
|
link(rel="stylesheet" href="/css/styles.css")
|
|
|
|
body
|
|
.app-container
|
|
// Navigation
|
|
nav.nav
|
|
a.nav-logo(href="/")
|
|
svg(width="28" height="28" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2")
|
|
path(d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2z")
|
|
path(d="M12 6v6l4 2")
|
|
span Freshyo
|
|
ul.nav-links
|
|
li: a(href="#features") Features
|
|
li: a(href="/privacy-policy") Privacy
|
|
|
|
// Main Content
|
|
.app-content
|
|
// Hero Section
|
|
section.hero
|
|
span.hero-badge Fresh & Healthy
|
|
h1 Fresh Meat, Fruits & Veggies
|
|
p Experience the true taste of nature. 100% organic, fresh products delivered to your doorstep.
|
|
.hero-actions
|
|
a.btn.btn-primary(href="/qr-based-download")
|
|
span Download App
|
|
span.icon-sm →
|
|
a.btn.btn-secondary(href="#features") Learn More
|
|
|
|
// Features Section
|
|
section.section-header#features
|
|
h2 Why Choose Freshyo?
|
|
p Building an ecosystem where freshness meets fairness
|
|
|
|
.feature-grid
|
|
.feature-item(data-aos="fade-up")
|
|
.feature-icon
|
|
svg(width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2")
|
|
path(d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z")
|
|
path(d="M12 6v6l4 2")
|
|
.feature-content
|
|
h3 Farm Fresh & Healthy
|
|
p Nutrient-rich products straight from nature, packed with health and vitality
|
|
|
|
.feature-item(data-aos="fade-up")
|
|
.feature-icon
|
|
svg(width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2")
|
|
rect(x="1" y="3" width="15" height="13")
|
|
polygon(points="16 8 20 8 23 11 23 16 16 16 16 8")
|
|
circle cx="5.5" cy="18.5" r="2.5"
|
|
circle cx="18.5" cy="18.5" r="2.5"
|
|
.feature-content
|
|
h3 Trusted Delivery
|
|
p Farm to your doorstep with care. Freshness guaranteed, no preservatives
|
|
|
|
.feature-item(data-aos="fade-up")
|
|
.feature-icon
|
|
svg(width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2")
|
|
path(d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z")
|
|
.feature-content
|
|
h3 Quality Assured
|
|
p Every product vetted for quality. If it's not good enough for our family, it's not for yours
|
|
|
|
// Stats Section
|
|
.stats-row
|
|
.stat-item
|
|
span.stat-value 500+
|
|
span.stat-label Farmers
|
|
.stat-item
|
|
span.stat-value 10K+
|
|
span.stat-label Families
|
|
.stat-item
|
|
span.stat-value 100%
|
|
span.stat-label Organic
|
|
|
|
// Footer
|
|
footer.footer
|
|
.footer-content
|
|
.footer-brand
|
|
svg(width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2")
|
|
path(d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2z")
|
|
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.
|