-
-
-
-
-
-

-
-After a year of exciting growth and innovation, Wilmington Foods is thrilled to showcase our latest range at one of the world's most dynamic food & beverage events!
-
-We're excited to share that the Wilmington Foods team will be at Anuga 2025! 📍 You'll find our stand in Hall 02.1 — Stand D010.
-
-
-

-
-
-Wilmington Foods is a leading manufacturer and exporter of premium sesame seeds, creamy tahini, and delicious halawa. With fully automated, BRC Certified facilities and strict quality controls, we deliver nutrition, purity, and consistency every step of the way. From World's finest sesame to your shelves—with custom-tailored private labelling options!
-
-Would you like to know more or schedule a meeting during Anuga?
-Just hit reply — our team will be happy to set up a time that works for you.
-
-
-
-
-
-
-
-See you soon in Cologne!
-Wilmington Foods Team
-
-
-
-
-
-
-
-
-
diff --git a/Wilmington_Foods/info.txt b/Wilmington_Foods/info.txt
deleted file mode 100644
index 889d87a..0000000
--- a/Wilmington_Foods/info.txt
+++ /dev/null
@@ -1,27 +0,0 @@
-LET'S MEET AT ANUGA!
-- Discover what's new with Wilmington Foods at Anuga 2025 – Cologne -
-After a year of exciting growth and innovation, Wilmington Foods FZE is thrilled to showcase our latest range at the world's most dynamic food & beverage event! Join us in Cologne to discuss sesame seeds, tahini, halawa, and private label solutions, and to explore how our commitment to quality can benefit your business.
-
-Meet us at ANUGA 2025!
-📍 Hall 02.1 | Stand D010
-
-Wilmington Foods FZE
-Phase II (Food Park), Plot No 46, 47, 55, 56
-Hamriyah Free Zone, Sharjah, UAE
-
-About Wilmington Foods:
-Wilmington Foods is a leading manufacturer and exporter of premium sesame seeds, creamy tahini, and delicious halawa. With fully automated, BRC Certified facilities and strict quality controls, we deliver nutrition, purity, and consistency every step of the way. From Africa's finest sesame to your shelves—with custom-tailored private labelling options!
-
-Let's connect at Anuga!
-Would you like to know more or schedule a meeting during Anuga?
-Reply now—our team will be happy to set up a time that works for you.
-
-Contact us to schedule a meeting:
-📧 info@wilmingtonfoods.com
-📱 +971 50 546 7749
-
-Discover more about Wilmington Foods:
-🌐 www.wilmingtonfoods.com
-
-See you soon in Cologne!
-Wilmington Foods Team
\ No newline at end of file
diff --git a/Wilmington_Foods/logo.png b/Wilmington_Foods/logo.png
deleted file mode 100644
index a5213d5..0000000
Binary files a/Wilmington_Foods/logo.png and /dev/null differ
diff --git a/Wilmington_Foods/map.png b/Wilmington_Foods/map.png
deleted file mode 100644
index fa2daaf..0000000
Binary files a/Wilmington_Foods/map.png and /dev/null differ
diff --git a/Wilmington_Foods/styles.css b/Wilmington_Foods/styles.css
deleted file mode 100644
index 9e07453..0000000
--- a/Wilmington_Foods/styles.css
+++ /dev/null
@@ -1,89 +0,0 @@
-/* Base */
-:root {
- --red: #BC4037; /* primary brand color (red) */
- --red-dark: #9A332A;
- --ink: #2b2f36; /* heading/body */
- --gray-700: #4b5563;
- --gray-500: #6b7280; /* muted */
- --page: #f3f4f6; /* light gray background */
- --card: #ffffff; /* white card */
- --border: #e5e7eb;
-}
-
-* { box-sizing: border-box; }
-html, body { height: 100%; }
-body {
- margin: 0;
- background: var(--page);
- color: var(--ink);
- font-family: system-ui, -apple-system, Segoe UI, Roboto, Inter, Arial, "Noto Sans", "Helvetica Neue", sans-serif;
- line-height: 1.6;
-}
-
-/* Top photo band */
-.hero-photo { display: none; }
-
-img { max-width: 100%; height: auto; display: block; }
-a { color: inherit; text-decoration: none; }
-
-.container { width: min(760px, 92%); margin: 0 auto; }
-.section { padding: 64px 0; }
-
-/* Header / Nav */
-.banner { background: transparent; color: #fff; padding: 0; margin: 0; text-align: center; }
-.banner--img {
- margin: 0;
- padding: 0;
- border-bottom-left-radius: 0;
- border-bottom-right-radius: 0;
- overflow: hidden;
-}
-
-.header-image {
- width: 100%;
- height: auto;
- display: block;
-}
-.banner h1 { margin: 0 0 6px; font-size: clamp(24px, 4vw, 30px); letter-spacing: 0.6px; font-weight: 800; }
-.banner p { margin: 0; opacity: 0.98; font-weight: 700; letter-spacing: 0.3px; }
-
-.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
-
-/* Grid / Cards */
-.card-large { background: transparent; border: none; border-radius: 0; padding: 20px 0; margin-top: 0; box-shadow: none; }
-.brand-logo { display: grid; place-items: center; margin: 0; }
-.brand-logo img { max-height: 84px; width: auto; opacity: 0.95; }
-.lead { color: var(--gray-700); margin-top: 0; }
-.pin { color: var(--red); }
-.map-edge { margin: 12px 0 8px; overflow: hidden; border-radius: 8px; }
-.map-image {
- width: 100%;
- height: auto;
- border-radius: 8px;
- box-shadow: 0 2px 8px rgba(0,0,0,0.1);
-}
-.question { color: var(--ink); }
-
-.cta-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin: 22px 0 12px; }
-.cta-main { display: inline-block; text-align: center; padding: 14px 18px; border-radius: 8px; font-weight: 800; letter-spacing: 0.3px; background: var(--red); color: #fff; box-shadow: 0 3px 0 var(--red-dark); text-transform: uppercase; }
-
-.divider { border: 0; height: 2px; background: #f1f2f4; margin: 24px 0; }
-.contact-cards { display: grid; grid-template-columns: 1fr; gap: 12px; }
-.contact-col h3 { margin-bottom: 6px; }
-.muted { color: var(--gray-500); }
-.closing { margin-top: 10px; color: var(--gray-700); }
-
-.card { margin-top: 16px; border: 1px solid var(--border); background: var(--card); border-radius: 14px; padding: 18px; }
-.contact { list-style: none; margin: 0 0 12px; padding: 0; display: grid; gap: 8px; }
-.contact li { display: flex; gap: 10px; align-items: center; color: var(--muted); }
-.contact a { color: var(--text); text-decoration: underline; text-decoration-color: rgba(255,255,255,0.15); text-underline-offset: 3px; }
-
-/* Footer */
-.site-footer { display: none; }
-
-/* Responsive */
-@media (max-width: 900px) {
- .cta-row { grid-template-columns: 1fr; }
-}
-
-
diff --git a/anuga.html b/anuga.html
deleted file mode 100644
index 5a10392..0000000
--- a/anuga.html
+++ /dev/null
@@ -1,194 +0,0 @@
-
-
-
-
-
-
WF - Quantum Tasks AI
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/aue.html b/aue.html
deleted file mode 100644
index 0c9a0c0..0000000
--- a/aue.html
+++ /dev/null
@@ -1,398 +0,0 @@
-
-
-
-
-
-
Quantum Tasks AI - Chat Assistant
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-