Spaces:
Running
Running
Poppins - Follow Up Deployment
Browse files- article.html +193 -0
- index.html +59 -38
- prompts.txt +18 -1
article.html
ADDED
|
@@ -0,0 +1,193 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="en">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="UTF-8">
|
| 5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>Singaporean Mabel Lim's Arts & Crafts Journey with Manaa Living Perth - CNALuxury Feature | Good AI Australia</title>
|
| 7 |
+
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
|
| 8 |
+
<script src="https://cdn.tailwindcss.com"></script>
|
| 9 |
+
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
|
| 10 |
+
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
|
| 11 |
+
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 12 |
+
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700;900&family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
|
| 13 |
+
<style>
|
| 14 |
+
body {
|
| 15 |
+
font-family: 'Inter', sans-serif;
|
| 16 |
+
}
|
| 17 |
+
h1, h2, h3, h4, h5 {
|
| 18 |
+
font-family: 'Playfair Display', serif;
|
| 19 |
+
}
|
| 20 |
+
.hero-gradient {
|
| 21 |
+
background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 100%);
|
| 22 |
+
}
|
| 23 |
+
.text-gradient {
|
| 24 |
+
background: linear-gradient(135deg, #d4af37 0%, #b8860b 100%);
|
| 25 |
+
-webkit-background-clip: text;
|
| 26 |
+
-webkit-text-fill-color: transparent;
|
| 27 |
+
background-clip: text;
|
| 28 |
+
}
|
| 29 |
+
.gold-border {
|
| 30 |
+
border-color: #d4af37;
|
| 31 |
+
}
|
| 32 |
+
.article-content p {
|
| 33 |
+
margin-bottom: 1.5rem;
|
| 34 |
+
line-height: 1.7;
|
| 35 |
+
}
|
| 36 |
+
.article-content h2 {
|
| 37 |
+
font-size: 2rem;
|
| 38 |
+
font-weight: 700;
|
| 39 |
+
margin: 2.5rem 0 1.5rem 0;
|
| 40 |
+
}
|
| 41 |
+
.glass-card {
|
| 42 |
+
background: rgba(255, 255, 255, 0.85);
|
| 43 |
+
backdrop-filter: blur(20px);
|
| 44 |
+
border: 1px solid rgba(255, 255, 255, 0.3);
|
| 45 |
+
box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
|
| 46 |
+
border-radius: 12px;
|
| 47 |
+
}
|
| 48 |
+
</style>
|
| 49 |
+
</head>
|
| 50 |
+
<body class="bg-gray-100 text-gray-800">
|
| 51 |
+
<!-- Navigation -->
|
| 52 |
+
<nav class="fixed w-full z-50 bg-white/95 backdrop-blur-sm border-b border-gray-100">
|
| 53 |
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 54 |
+
<div class="flex justify-between items-center h-16">
|
| 55 |
+
<div class="flex items-center">
|
| 56 |
+
<a href="index.html" class="text-2xl font-playfair font-bold text-gradient">Good AI Australia</a>
|
| 57 |
+
</div>
|
| 58 |
+
<div class="hidden md:flex space-x-8">
|
| 59 |
+
<a href="index.html#features" class="text-gray-600 hover:text-gray-900 font-medium">Features</a>
|
| 60 |
+
<a href="index.html#team" class="text-gray-600 hover:text-gray-900 font-medium">Team</a>
|
| 61 |
+
<a href="index.html#properties" class="text-gray-600 hover:text-gray-900 font-medium">Properties</a>
|
| 62 |
+
<a href="index.html#insights" class="text-gray-600 hover:text-gray-900 font-medium">Insights</a>
|
| 63 |
+
<a href="article.html" class="text-gray-600 hover:text-gray-900 font-medium">CNALuxury Article</a>
|
| 64 |
+
</div>
|
| 65 |
+
<div class="flex items-center">
|
| 66 |
+
<a href="index.html#contact" class="bg-black text-white px-4 py-2 rounded-md text-sm font-medium">Contact</a>
|
| 67 |
+
</div>
|
| 68 |
+
</div>
|
| 69 |
+
</div>
|
| 70 |
+
</nav>
|
| 71 |
+
|
| 72 |
+
<!-- Article Header -->
|
| 73 |
+
<section class="relative pt-32 pb-20">
|
| 74 |
+
<div class="max-w-4xl mx-auto px-4">
|
| 75 |
+
<div class="text-center mb-8" data-aos="fade-up">
|
| 76 |
+
<h1 class="text-4xl md:text-5xl font-bold mb-6 font-playfair">Singaporean Mabel Lim's Arts & Crafts Journey with Manaa Living Perth</h1>
|
| 77 |
+
<p class="text-lg text-gray-600">Featured in CNALuxury - August 2025</p>
|
| 78 |
+
</div>
|
| 79 |
+
|
| 80 |
+
<div class="flex justify-center mb-12" data-aos="fade-up" data-aos-delay="200">
|
| 81 |
+
<img src="https://external-content.duckduckgo.com/iu/?u=http%3A%2F%2Fcgresidential.com.au%2Fwp-content%2Fuploads%2F2015%2F11%2FMabelWeb-2-400x564.jpg&f=1&nofb=1&ipt=835b13c6154cd4cc32ded913ff048cda32e94bbde1e0e481c84e8d3175809b4d" alt="Mabel Lim - Manaa Living" class="rounded-lg shadow-xl w-full max-w-md">
|
| 82 |
+
</div>
|
| 83 |
+
|
| 84 |
+
<div class="border-t border-b border-gray-200 py-6 mb-12" data-aos="fade-up">
|
| 85 |
+
<div class="flex flex-col md:flex-row justify-between items-center">
|
| 86 |
+
<div class="flex items-center mb-4 md:mb-0">
|
| 87 |
+
<span class="text-sm text-gray-600">By CNALuxury Editors</span>
|
| 88 |
+
</div>
|
| 89 |
+
<div class="flex items-center space-x-4">
|
| 90 |
+
<span class="text-sm text-gray-600">August 10, 2025</span>
|
| 91 |
+
<span class="text-sm text-gray-600">5 min read</span>
|
| 92 |
+
</div>
|
| 93 |
+
</div>
|
| 94 |
+
</div>
|
| 95 |
+
</div>
|
| 96 |
+
</section>
|
| 97 |
+
|
| 98 |
+
<!-- Article Content -->
|
| 99 |
+
<section class="pb-20 bg-white">
|
| 100 |
+
<div class="max-w-3xl mx-auto px-4 article-content">
|
| 101 |
+
<div data-aos="fade-up">
|
| 102 |
+
<p class="text-lg font-medium text-gray-700 mb-8">
|
| 103 |
+
Singaporean entrepreneur Mabel Lim has transformed her passion for arts and crafts into a thriving luxury property business in Perth, Australia. Her company, Manaa Living, combines exquisite craftsmanship with premium short-stay accommodations, creating unique experiences for discerning travelers.
|
| 104 |
+
</p>
|
| 105 |
+
|
| 106 |
+
<p>
|
| 107 |
+
After relocating from Singapore nearly two decades ago, Mabel brought with her not just business acumen from 34 years in retail, but also a deep appreciation for handmade artistry and attention to detail. This unique blend of skills has become the foundation of Manaa Living's success in Perth's competitive luxury rental market.
|
| 108 |
+
</p>
|
| 109 |
+
|
| 110 |
+
<h2>The Artisanal Approach to Luxury Living</h2>
|
| 111 |
+
<p>
|
| 112 |
+
Unlike conventional property management companies, Manaa Living under Mabel's leadership focuses on creating spaces that feel both luxurious and authentically personal. Each property features carefully curated artisanal elements, from handcrafted furniture to locally sourced artwork, reflecting Mabel's belief that true luxury lies in the details.
|
| 113 |
+
</p>
|
| 114 |
+
|
| 115 |
+
<p>
|
| 116 |
+
"My background in arts and crafts taught me the value of craftsmanship and personal touch," Mabel explains in the CNALuxury feature. "When guests stay at our properties, we want them to feel like they're experiencing something special and unique - not just another generic luxury accommodation."
|
| 117 |
+
</p>
|
| 118 |
+
|
| 119 |
+
<h2>Bridging Singaporean Precision with Australian Creativity</h2>
|
| 120 |
+
<p>
|
| 121 |
+
The article highlights how Mabel's Singaporean heritage influences her business approach, bringing meticulous planning and efficiency to operations while embracing the creative freedom and natural beauty that Australia offers. This unique combination has positioned Manaa Living as a standout player in Perth's property scene.
|
| 122 |
+
</p>
|
| 123 |
+
|
| 124 |
+
<p>
|
| 125 |
+
Forbes Residences, Manaa's flagship development in partnership with renowned architects WOHA, exemplifies this philosophy. The property seamlessly blends sophisticated design with handcrafted elements, offering breathtaking river views alongside bespoke interior details that reflect Mabel's artistic vision.
|
| 126 |
+
</p>
|
| 127 |
+
|
| 128 |
+
<h2>Sustainable Craftsmanship</h2>
|
| 129 |
+
<p>
|
| 130 |
+
CNALuxury particularly noted Mabel's commitment to sustainability through her support of local artisans and use of environmentally friendly materials. Many pieces in Manaa properties are created by Western Australian craftspeople, supporting the local economy while reducing the carbon footprint associated with mass-produced furnishings.
|
| 131 |
+
</p>
|
| 132 |
+
|
| 133 |
+
<p>
|
| 134 |
+
"It's about creating beautiful spaces that also tell a story and support our community," Mabel shares in the interview. "Every handmade piece in our properties has its own history and adds to the unique character of the space."
|
| 135 |
+
</p>
|
| 136 |
+
|
| 137 |
+
<div class="glass-card p-8 my-8">
|
| 138 |
+
<p class="text-xl italic text-gray-800 leading-relaxed">
|
| 139 |
+
"Mabel Lim's journey from Singaporean retail to Perth property excellence demonstrates how passion for craftsmanship can transform an industry. Manaa Living isn't just managing properties - they're curating experiences."
|
| 140 |
+
</p>
|
| 141 |
+
<p class="text-sm text-gray-600 mt-4 font-medium">— CNALuxury Editors</p>
|
| 142 |
+
</div>
|
| 143 |
+
|
| 144 |
+
<p>
|
| 145 |
+
The feature concludes by highlighting Manaa Living's impressive growth trajectory, with properties consistently achieving 4/5-star ratings on platforms like Tripadvisor and generating strong returns for investors. Mabel's unique approach has proven that in the world of luxury accommodations, artistry and business acumen can create extraordinary success.
|
| 146 |
+
</p>
|
| 147 |
+
|
| 148 |
+
<div class="text-center mt-12">
|
| 149 |
+
<a href="https://cnaluxury.channelnewsasia.com/people/singaporean-mabel-lim-arts-crafts-manna-living-perth-australia-259751" target="_blank" class="bg-gradient-to-r from-[#d4af37] to-[#b8860b] text-white px-8 py-3 rounded-md font-medium inline-block">
|
| 150 |
+
Read Full Article on CNALuxury
|
| 151 |
+
</a>
|
| 152 |
+
</div>
|
| 153 |
+
</div>
|
| 154 |
+
</div>
|
| 155 |
+
</section>
|
| 156 |
+
|
| 157 |
+
<!-- Footer -->
|
| 158 |
+
<footer class="bg-gray-900 text-white py-12">
|
| 159 |
+
<div class="max-w-6xl mx-auto px-4">
|
| 160 |
+
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
|
| 161 |
+
<div>
|
| 162 |
+
<h3 class="text-xl font-playfair font-bold mb-4">KTG</h3>
|
| 163 |
+
<p class="text-gray-300">Spotlighting excellence in luxury property management.</p>
|
| 164 |
+
</div>
|
| 165 |
+
<div>
|
| 166 |
+
<h4 class="font-bold mb-4">Connect</h4>
|
| 167 |
+
<div class="flex space-x-4">
|
| 168 |
+
<a href="#" class="text-gray-300 hover:text-white"><i data-feather="instagram"></i></a>
|
| 169 |
+
<a href="#" class="text-gray-300 hover:text-white"><i data-feather="linkedin"></i></a>
|
| 170 |
+
<a href="#" class="text-gray-300 hover:text-white"><i data-feather="twitter"></i></a>
|
| 171 |
+
</div>
|
| 172 |
+
</div>
|
| 173 |
+
<div>
|
| 174 |
+
<h4 class="font-bold mb-4">Contact</h4>
|
| 175 |
+
<p class="text-gray-300">Applecross, Perth WA</p>
|
| 176 |
+
<p class="text-gray-300">info@manaalivings.com</p>
|
| 177 |
+
</div>
|
| 178 |
+
</div>
|
| 179 |
+
<div class="border-t border-gray-700 mt-8 pt-8 text-center text-gray-400">
|
| 180 |
+
<p>© 2025 Good AI Australia. All rights reserved.</p>
|
| 181 |
+
</div>
|
| 182 |
+
</div>
|
| 183 |
+
</footer>
|
| 184 |
+
|
| 185 |
+
<script>
|
| 186 |
+
AOS.init({
|
| 187 |
+
duration: 1000,
|
| 188 |
+
once: true
|
| 189 |
+
});
|
| 190 |
+
feather.replace();
|
| 191 |
+
</script>
|
| 192 |
+
</body>
|
| 193 |
+
</html>
|
index.html
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
-
<title>Manaa Livings: Riverside Revolution |
|
| 7 |
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
|
| 8 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 9 |
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
|
|
@@ -39,21 +39,36 @@
|
|
| 39 |
line-height: 1;
|
| 40 |
opacity: 0.2;
|
| 41 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
</style>
|
| 43 |
</head>
|
| 44 |
-
<body class="bg-
|
| 45 |
<!-- Navigation -->
|
| 46 |
<nav class="fixed w-full z-50 bg-white/95 backdrop-blur-sm border-b border-gray-100">
|
| 47 |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 48 |
<div class="flex justify-between items-center h-16">
|
| 49 |
<div class="flex items-center">
|
| 50 |
-
<span class="text-2xl font-playfair font-bold text-gradient">
|
| 51 |
</div>
|
| 52 |
<div class="hidden md:flex space-x-8">
|
| 53 |
-
<a href="#" class="text-gray-600 hover:text-gray-900 font-medium">Features</a>
|
| 54 |
-
<a href="#" class="text-gray-600 hover:text-gray-900 font-medium">Team</a>
|
| 55 |
-
<a href="#" class="text-gray-600 hover:text-gray-900 font-medium">Properties</a>
|
| 56 |
-
<a href="#" class="text-gray-600 hover:text-gray-900 font-medium">Insights</a>
|
|
|
|
| 57 |
</div>
|
| 58 |
<div class="flex items-center">
|
| 59 |
<button class="bg-black text-white px-4 py-2 rounded-md text-sm font-medium">Contact</button>
|
|
@@ -65,7 +80,7 @@
|
|
| 65 |
<!-- Hero Section -->
|
| 66 |
<section class="relative h-screen flex items-center justify-center">
|
| 67 |
<div class="absolute inset-0 z-0">
|
| 68 |
-
<img src="https://
|
| 69 |
<div class="absolute inset-0 hero-gradient"></div>
|
| 70 |
</div>
|
| 71 |
<div class="relative z-10 text-center text-white px-4 max-w-4xl" data-aos="fade-up">
|
|
@@ -89,7 +104,7 @@
|
|
| 89 |
</section>
|
| 90 |
|
| 91 |
<!-- Stats Section -->
|
| 92 |
-
<section class="py-16 bg-gray-
|
| 93 |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 94 |
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
|
| 95 |
<div class="text-center" data-aos="fade-up" data-aos-delay="100">
|
|
@@ -109,14 +124,14 @@
|
|
| 109 |
</section>
|
| 110 |
|
| 111 |
<!-- Leadership Section -->
|
| 112 |
-
<section class="py-20 px-4">
|
| 113 |
<div class="max-w-6xl mx-auto">
|
| 114 |
<h2 class="text-3xl md:text-4xl font-bold text-center mb-16 font-playfair" data-aos="fade-up">The Visionaries Behind the Revolution</h2>
|
| 115 |
|
| 116 |
<!-- Mabel Lim -->
|
| 117 |
<div class="grid grid-cols-1 md:grid-cols-2 gap-12 items-center mb-20" data-aos="fade-up">
|
| 118 |
<div class="relative">
|
| 119 |
-
<img src="https://
|
| 120 |
<div class="absolute -bottom-4 -right-4 bg-white p-4 rounded-lg shadow-lg">
|
| 121 |
<h3 class="font-playfair font-bold text-xl">Mabel Lim</h3>
|
| 122 |
<p class="text-gray-600">Founder & Visionary</p>
|
|
@@ -134,29 +149,33 @@
|
|
| 134 |
</div>
|
| 135 |
</div>
|
| 136 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 137 |
<!-- Team Grid -->
|
| 138 |
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
|
| 139 |
<!-- Alan Ong -->
|
| 140 |
-
<div class="
|
| 141 |
-
<
|
| 142 |
-
<
|
| 143 |
-
<p class="text-gray-
|
| 144 |
-
<p class="text-gray-700">Bringing precision to sales and leases, ensuring every deal aligns with investor dreams of passive income.</p>
|
| 145 |
</div>
|
| 146 |
|
| 147 |
<!-- Cyril Lee -->
|
| 148 |
-
<div class="
|
| 149 |
-
<
|
| 150 |
-
<
|
| 151 |
-
<p class="text-gray-
|
| 152 |
-
<p class="text-gray-700">The steady force handling seamless transitions that keep Manaa's portfolio humming without a hitch.</p>
|
| 153 |
</div>
|
| 154 |
</div>
|
| 155 |
</div>
|
| 156 |
</section>
|
| 157 |
|
| 158 |
<!-- Properties Showcase -->
|
| 159 |
-
<section class="py-20 bg-gray-900 text-white">
|
| 160 |
<div class="max-w-6xl mx-auto px-4">
|
| 161 |
<h2 class="text-3xl md:text-4xl font-bold text-center mb-16 font-playfair" data-aos="fade-up">Forbes Residences: Australian Elegance Redefined</h2>
|
| 162 |
|
|
@@ -184,11 +203,11 @@
|
|
| 184 |
</section>
|
| 185 |
|
| 186 |
<!-- Market Insights -->
|
| 187 |
-
<section class="py-20 px-4">
|
| 188 |
<div class="max-w-4xl mx-auto">
|
| 189 |
<h2 class="text-3xl md:text-4xl font-bold text-center mb-16 font-playfair" data-aos="fade-up">Perth's Luxury Landscape</h2>
|
| 190 |
|
| 191 |
-
<div class="
|
| 192 |
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
|
| 193 |
<div>
|
| 194 |
<h3 class="font-bold text-lg mb-4">Market Dynamics</h3>
|
|
@@ -230,25 +249,27 @@
|
|
| 230 |
</section>
|
| 231 |
|
| 232 |
<!-- CTA Section -->
|
| 233 |
-
<section class="py-20 bg-gradient-to-r from-gray-900 to-black text-white">
|
| 234 |
<div class="max-w-4xl mx-auto text-center px-4" data-aos="fade-up">
|
| 235 |
-
<
|
| 236 |
-
|
| 237 |
-
|
| 238 |
-
|
| 239 |
-
|
| 240 |
-
<
|
| 241 |
-
|
| 242 |
-
|
| 243 |
-
|
| 244 |
-
|
| 245 |
-
|
|
|
|
|
|
|
| 246 |
</div>
|
| 247 |
</div>
|
| 248 |
</section>
|
| 249 |
|
| 250 |
<!-- Footer -->
|
| 251 |
-
<footer class="bg-gray-
|
| 252 |
<div class="max-w-6xl mx-auto px-4">
|
| 253 |
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
|
| 254 |
<div>
|
|
@@ -270,7 +291,7 @@
|
|
| 270 |
</div>
|
| 271 |
</div>
|
| 272 |
<div class="border-t border-gray-700 mt-8 pt-8 text-center text-gray-400">
|
| 273 |
-
<p>© 2025
|
| 274 |
</div>
|
| 275 |
</div>
|
| 276 |
</footer>
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>Manaa Livings: Riverside Revolution | Good AI Australia</title>
|
| 7 |
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
|
| 8 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 9 |
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
|
|
|
|
| 39 |
line-height: 1;
|
| 40 |
opacity: 0.2;
|
| 41 |
}
|
| 42 |
+
.glass-card {
|
| 43 |
+
background: rgba(255, 255, 255, 0.85);
|
| 44 |
+
backdrop-filter: blur(20px);
|
| 45 |
+
border: 1px solid rgba(255, 255, 255, 0.3);
|
| 46 |
+
box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
|
| 47 |
+
border-radius: 12px;
|
| 48 |
+
}
|
| 49 |
+
.glass-card-dark {
|
| 50 |
+
background: rgba(0, 0, 0, 0.35);
|
| 51 |
+
backdrop-filter: blur(20px);
|
| 52 |
+
border: 1px solid rgba(255, 255, 255, 0.25);
|
| 53 |
+
box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.2);
|
| 54 |
+
border-radius: 12px;
|
| 55 |
+
}
|
| 56 |
</style>
|
| 57 |
</head>
|
| 58 |
+
<body class="bg-gray-100 text-gray-800">
|
| 59 |
<!-- Navigation -->
|
| 60 |
<nav class="fixed w-full z-50 bg-white/95 backdrop-blur-sm border-b border-gray-100">
|
| 61 |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 62 |
<div class="flex justify-between items-center h-16">
|
| 63 |
<div class="flex items-center">
|
| 64 |
+
<span class="text-2xl font-playfair font-bold text-gradient">Good AI Australia</span>
|
| 65 |
</div>
|
| 66 |
<div class="hidden md:flex space-x-8">
|
| 67 |
+
<a href="#features" class="text-gray-600 hover:text-gray-900 font-medium">Features</a>
|
| 68 |
+
<a href="#team" class="text-gray-600 hover:text-gray-900 font-medium">Team</a>
|
| 69 |
+
<a href="#properties" class="text-gray-600 hover:text-gray-900 font-medium">Properties</a>
|
| 70 |
+
<a href="#insights" class="text-gray-600 hover:text-gray-900 font-medium">Insights</a>
|
| 71 |
+
<a href="article.html" class="text-gray-600 hover:text-gray-900 font-medium">CNALuxury Article</a>
|
| 72 |
</div>
|
| 73 |
<div class="flex items-center">
|
| 74 |
<button class="bg-black text-white px-4 py-2 rounded-md text-sm font-medium">Contact</button>
|
|
|
|
| 80 |
<!-- Hero Section -->
|
| 81 |
<section class="relative h-screen flex items-center justify-center">
|
| 82 |
<div class="absolute inset-0 z-0">
|
| 83 |
+
<img src="https://i.imgur.com/wlqRqRA.jpeg" alt="Manaa Living Applecross Western Australia" class="w-full h-full object-cover">
|
| 84 |
<div class="absolute inset-0 hero-gradient"></div>
|
| 85 |
</div>
|
| 86 |
<div class="relative z-10 text-center text-white px-4 max-w-4xl" data-aos="fade-up">
|
|
|
|
| 104 |
</section>
|
| 105 |
|
| 106 |
<!-- Stats Section -->
|
| 107 |
+
<section class="py-16 bg-gray-200">
|
| 108 |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 109 |
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
|
| 110 |
<div class="text-center" data-aos="fade-up" data-aos-delay="100">
|
|
|
|
| 124 |
</section>
|
| 125 |
|
| 126 |
<!-- Leadership Section -->
|
| 127 |
+
<section id="team" class="py-20 px-4">
|
| 128 |
<div class="max-w-6xl mx-auto">
|
| 129 |
<h2 class="text-3xl md:text-4xl font-bold text-center mb-16 font-playfair" data-aos="fade-up">The Visionaries Behind the Revolution</h2>
|
| 130 |
|
| 131 |
<!-- Mabel Lim -->
|
| 132 |
<div class="grid grid-cols-1 md:grid-cols-2 gap-12 items-center mb-20" data-aos="fade-up">
|
| 133 |
<div class="relative">
|
| 134 |
+
<img src="https://external-content.duckduckgo.com/iu/?u=http%3A%2F%2Fcgresidential.com.au%2Fwp-content%2Fuploads%2F2015%2F11%2FMabelWeb-2-400x564.jpg&f=1&nofb=1&ipt=835b13c6154cd4cc32ded913ff048cda32e94bbde1e0e481c84e8d3175809b4d" alt="Mabel Lim" class="rounded-lg shadow-xl">
|
| 135 |
<div class="absolute -bottom-4 -right-4 bg-white p-4 rounded-lg shadow-lg">
|
| 136 |
<h3 class="font-playfair font-bold text-xl">Mabel Lim</h3>
|
| 137 |
<p class="text-gray-600">Founder & Visionary</p>
|
|
|
|
| 149 |
</div>
|
| 150 |
</div>
|
| 151 |
|
| 152 |
+
<!-- Team Photo -->
|
| 153 |
+
<div class="mb-16" data-aos="fade-up">
|
| 154 |
+
<h3 class="text-2xl font-playfair font-bold text-center mb-8">The Manaa Living Team</h3>
|
| 155 |
+
<img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fwww.mkgpartners.com.au%2Fwp-content%2Fuploads%2F2023%2F02%2FDonelle-Callum-Tyler-Mabel-Lim-Cyril-Lee.jpg&f=1&nofb=1&ipt=a58a7debe1eeb4d27d913770a3783e83bc5af93e4cb3beb8eafc6c73430da625" alt="Manaa Living Team: Donelle, Callum, Tyler, Mabel Lim, Cyril Lee" class="w-full rounded-lg shadow-xl">
|
| 156 |
+
</div>
|
| 157 |
+
|
| 158 |
<!-- Team Grid -->
|
| 159 |
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
|
| 160 |
<!-- Alan Ong -->
|
| 161 |
+
<div class="glass-card p-8" data-aos="fade-up" data-aos-delay="100">
|
| 162 |
+
<h3 class="font-playfair font-bold text-2xl text-gray-800 mb-3">Alan Ong</h3>
|
| 163 |
+
<p class="text-gray-600 mb-6 font-medium">Finance & Engineering Expert</p>
|
| 164 |
+
<p class="text-gray-700 leading-relaxed">Bringing precision to sales and leases, ensuring every deal aligns with investor dreams of passive income.</p>
|
|
|
|
| 165 |
</div>
|
| 166 |
|
| 167 |
<!-- Cyril Lee -->
|
| 168 |
+
<div class="glass-card p-8" data-aos="fade-up" data-aos-delay="200">
|
| 169 |
+
<h3 class="font-playfair font-bold text-2xl text-gray-800 mb-3">Cyril Lee</h3>
|
| 170 |
+
<p class="text-gray-600 mb-6 font-medium">Property Management</p>
|
| 171 |
+
<p class="text-gray-700 leading-relaxed">The steady force handling seamless transitions that keep Manaa's portfolio humming without a hitch.</p>
|
|
|
|
| 172 |
</div>
|
| 173 |
</div>
|
| 174 |
</div>
|
| 175 |
</section>
|
| 176 |
|
| 177 |
<!-- Properties Showcase -->
|
| 178 |
+
<section id="properties" class="py-20 bg-gray-900 text-white">
|
| 179 |
<div class="max-w-6xl mx-auto px-4">
|
| 180 |
<h2 class="text-3xl md:text-4xl font-bold text-center mb-16 font-playfair" data-aos="fade-up">Forbes Residences: Australian Elegance Redefined</h2>
|
| 181 |
|
|
|
|
| 203 |
</section>
|
| 204 |
|
| 205 |
<!-- Market Insights -->
|
| 206 |
+
<section id="insights" class="py-20 px-4 bg-white">
|
| 207 |
<div class="max-w-4xl mx-auto">
|
| 208 |
<h2 class="text-3xl md:text-4xl font-bold text-center mb-16 font-playfair" data-aos="fade-up">Perth's Luxury Landscape</h2>
|
| 209 |
|
| 210 |
+
<div class="glass-card p-8" data-aos="fade-up">
|
| 211 |
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
|
| 212 |
<div>
|
| 213 |
<h3 class="font-bold text-lg mb-4">Market Dynamics</h3>
|
|
|
|
| 249 |
</section>
|
| 250 |
|
| 251 |
<!-- CTA Section -->
|
| 252 |
+
<section id="features" class="py-20 bg-gradient-to-r from-gray-900 to-black text-white">
|
| 253 |
<div class="max-w-4xl mx-auto text-center px-4" data-aos="fade-up">
|
| 254 |
+
<div class="glass-card-dark p-12">
|
| 255 |
+
<h2 class="text-3xl md:text-4xl font-bold mb-6 font-playfair">Experience the Riverside Revolution</h2>
|
| 256 |
+
<p class="text-xl mb-8 opacity-90">
|
| 257 |
+
For insiders in the AI education space, Manaa Livings isn't just a team; it's a masterclass in boutique brilliance.
|
| 258 |
+
</p>
|
| 259 |
+
<div class="flex flex-col sm:flex-row justify-center space-y-4 sm:space-y-0 sm:space-x-6">
|
| 260 |
+
<a href="#properties" class="bg-gradient-to-r from-[#d4af37] to-[#b8860b] text-white px-8 py-3 rounded-md font-medium">
|
| 261 |
+
View Properties
|
| 262 |
+
</a>
|
| 263 |
+
<a href="#contact" class="border-2 border-white text-white px-8 py-3 rounded-md font-medium">
|
| 264 |
+
Contact Team
|
| 265 |
+
</a>
|
| 266 |
+
</div>
|
| 267 |
</div>
|
| 268 |
</div>
|
| 269 |
</section>
|
| 270 |
|
| 271 |
<!-- Footer -->
|
| 272 |
+
<footer id="contact" class="bg-gray-900 text-white py-12">
|
| 273 |
<div class="max-w-6xl mx-auto px-4">
|
| 274 |
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
|
| 275 |
<div>
|
|
|
|
| 291 |
</div>
|
| 292 |
</div>
|
| 293 |
<div class="border-t border-gray-700 mt-8 pt-8 text-center text-gray-400">
|
| 294 |
+
<p>© 2025 Good AI Australia. All rights reserved.</p>
|
| 295 |
</div>
|
| 296 |
</div>
|
| 297 |
</footer>
|
prompts.txt
CHANGED
|
@@ -27,4 +27,21 @@ For insiders like us in the AI education space, Manaa Livings isn't just a team;
|
|
| 27 |
|
| 28 |
And their photos should be on the internet if you can source them.
|
| 29 |
Web Search: Manaa Living Applecross Western Australia use that photo.
|
| 30 |
-
So you can't web search with those in?
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
|
| 28 |
And their photos should be on the internet if you can source them.
|
| 29 |
Web Search: Manaa Living Applecross Western Australia use that photo.
|
| 30 |
+
So you can't web search with those in?
|
| 31 |
+
|
| 32 |
+
team photo: https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fwww.mkgpartners.com.au%2Fwp-content%2Fuploads%2F2023%2F02%2FDonelle-Callum-Tyler-Mabel-Lim-Cyril-Lee.jpg&f=1&nofb=1&ipt=a58a7debe1eeb4d27d913770a3783e83bc5af93e4cb3beb8eafc6c73430da625
|
| 33 |
+
mabel=https://external-content.duckduckgo.com/iu/?u=http%3A%2F%2Fcgresidential.com.au%2Fwp-content%2Fuploads%2F2015%2F11%2FMabelWeb-2-400x564.jpg&f=1&nofb=1&ipt=835b13c6154cd4cc32ded913ff048cda32e94bbde1e0e481c84e8d3175809b4d
|
| 34 |
+
hero=https://imgur.com/a/bwznEpy
|
| 35 |
+
hero=https://i.imgur.com/wlqRqRA.jpeg
|
| 36 |
+
can you use cyril's face from the team photo he's the asian man
|
| 37 |
+
delete
|
| 38 |
+
delete
|
| 39 |
+
delete
|
| 40 |
+
https://cnaluxury.channelnewsasia.com/people/singaporean-mabel-lim-arts-crafts-manna-living-perth-australia-259751?cid=internal_sharetool_androidphone_10082025_cnaluxury
|
| 41 |
+
delete the picture
|
| 42 |
+
accent the cards can't se e the diffference
|
| 43 |
+
give the cards glass morphism
|
| 44 |
+
cards
|
| 45 |
+
ok make the back ground grey then white on white looks terrible
|
| 46 |
+
change ktg to "Good AI Australia"
|
| 47 |
+
Poppins
|