@rubytech/create-maxy 0.3.3 → 0.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/payload/maxy/app/admin/page.tsx +2 -2
- package/payload/maxy/app/bot/page.tsx +5 -5
- package/payload/maxy/app/og/page.tsx +8 -8
- package/payload/maxy/app/page.tsx +1 -1
- package/payload/maxy/public/brand/maxy-black.png +0 -0
- package/payload/maxy/public/brand/maxy.png +0 -0
- package/payload/maxy/public/og-landscape.png +0 -0
- package/payload/maxy/public/og-portrait.png +0 -0
- package/payload/maxy/public/og-square.png +0 -0
- package/payload/maxy/public/pi-5.jpg +0 -0
package/package.json
CHANGED
|
@@ -145,7 +145,7 @@ export default function AdminPage() {
|
|
|
145
145
|
return (
|
|
146
146
|
<div className="chat-page admin-page">
|
|
147
147
|
<header className="chat-header">
|
|
148
|
-
<img src="/maxy-black.png" alt="Maxy" className="chat-logo" />
|
|
148
|
+
<img src="/brand/maxy-black.png" alt="Maxy" className="chat-logo" />
|
|
149
149
|
<h1 className="chat-tagline">Maxy</h1>
|
|
150
150
|
<p className="chat-intro">Convenience as standard.</p>
|
|
151
151
|
</header>
|
|
@@ -176,7 +176,7 @@ export default function AdminPage() {
|
|
|
176
176
|
return (
|
|
177
177
|
<div className="chat-page admin-page">
|
|
178
178
|
<header className="chat-header">
|
|
179
|
-
<img src="/maxy-black.png" alt="Maxy" className="chat-logo" />
|
|
179
|
+
<img src="/brand/maxy-black.png" alt="Maxy" className="chat-logo" />
|
|
180
180
|
<h1 className="chat-tagline">Maxy</h1>
|
|
181
181
|
<p className="chat-intro">Convenience as standard.</p>
|
|
182
182
|
</header>
|
|
@@ -103,7 +103,7 @@ export default function ProductPage() {
|
|
|
103
103
|
{/* Hero */}
|
|
104
104
|
<div className="hero-section">
|
|
105
105
|
<div className="hero">
|
|
106
|
-
<img src="/maxy-black.png" alt="Maxy" className="hero-logo" />
|
|
106
|
+
<img src="/brand/maxy-black.png" alt="Maxy" className="hero-logo" />
|
|
107
107
|
<h1 className="hero-tagline">No Stress. Quiet Life.</h1>
|
|
108
108
|
<p className="hero-description">
|
|
109
109
|
Maxy is a personal AI assistant that lives in your home.
|
|
@@ -119,7 +119,7 @@ export default function ProductPage() {
|
|
|
119
119
|
</div>
|
|
120
120
|
</div>
|
|
121
121
|
<div className="hero-image">
|
|
122
|
-
<img src="/maxy-family.png" alt="A family interacting with Maxy" />
|
|
122
|
+
<img src="/marketing/maxy-family.png" alt="A family interacting with Maxy" />
|
|
123
123
|
</div>
|
|
124
124
|
</div>
|
|
125
125
|
|
|
@@ -165,7 +165,7 @@ export default function ProductPage() {
|
|
|
165
165
|
<h2 className="section-heading">Before and after Maxy.</h2>
|
|
166
166
|
<div className="before-after-layout">
|
|
167
167
|
<div className="section-image">
|
|
168
|
-
<img src="/maxy-woman.png" alt="A woman relaxing at home with Maxy" />
|
|
168
|
+
<img src="/marketing/maxy-woman.png" alt="A woman relaxing at home with Maxy" />
|
|
169
169
|
</div>
|
|
170
170
|
<div className="scenarios">
|
|
171
171
|
<div className="scenario">
|
|
@@ -209,7 +209,7 @@ export default function ProductPage() {
|
|
|
209
209
|
<div className="hardware-options">
|
|
210
210
|
<div className="hardware-card">
|
|
211
211
|
<div className="hardware-image">
|
|
212
|
-
<img src="/maxy-pi.png" alt="Maxy Pi device" />
|
|
212
|
+
<img src="/marketing/maxy-pi.png" alt="Maxy Pi device" />
|
|
213
213
|
</div>
|
|
214
214
|
<h3>Maxy Pi</h3>
|
|
215
215
|
<p className="hardware-price">From £125</p>
|
|
@@ -222,7 +222,7 @@ export default function ProductPage() {
|
|
|
222
222
|
</div>
|
|
223
223
|
<div className="hardware-card featured">
|
|
224
224
|
<div className="hardware-image">
|
|
225
|
-
<img src="/maxy-girl.png" alt="A girl chatting with Maxy Mini" />
|
|
225
|
+
<img src="/marketing/maxy-girl.png" alt="A girl chatting with Maxy Mini" />
|
|
226
226
|
</div>
|
|
227
227
|
<h3>Maxy Mini</h3>
|
|
228
228
|
<p className="hardware-price">
|
|
@@ -40,7 +40,7 @@ export default async function OGImage({
|
|
|
40
40
|
}}
|
|
41
41
|
>
|
|
42
42
|
<div style={{ width: '50%', position: 'relative', flexShrink: 0 }}>
|
|
43
|
-
<Image src="/maxy-family.png" alt="" fill style={{ objectFit: 'cover' }} />
|
|
43
|
+
<Image src="/marketing/maxy-family.png" alt="" fill style={{ objectFit: 'cover' }} />
|
|
44
44
|
</div>
|
|
45
45
|
<div
|
|
46
46
|
style={{
|
|
@@ -52,7 +52,7 @@ export default async function OGImage({
|
|
|
52
52
|
padding: '32px 120px',
|
|
53
53
|
}}
|
|
54
54
|
>
|
|
55
|
-
<Image src="/maxy-black.png" alt="Maxy" width={80} height={80} style={{ objectFit: 'contain' }} />
|
|
55
|
+
<Image src="/brand/maxy-black.png" alt="Maxy" width={80} height={80} style={{ objectFit: 'contain' }} />
|
|
56
56
|
<h1
|
|
57
57
|
style={{
|
|
58
58
|
fontFamily: "'Cormorant', Georgia, serif",
|
|
@@ -90,7 +90,7 @@ export default async function OGImage({
|
|
|
90
90
|
}}
|
|
91
91
|
>
|
|
92
92
|
<div style={{ position: 'relative', width: '100%', height: '60%', flexShrink: 0 }}>
|
|
93
|
-
<Image src="/maxy-family.png" alt="" fill style={{ objectFit: 'cover' }} />
|
|
93
|
+
<Image src="/marketing/maxy-family.png" alt="" fill style={{ objectFit: 'cover' }} />
|
|
94
94
|
</div>
|
|
95
95
|
<div
|
|
96
96
|
style={{
|
|
@@ -102,7 +102,7 @@ export default async function OGImage({
|
|
|
102
102
|
padding: '40px 60px',
|
|
103
103
|
}}
|
|
104
104
|
>
|
|
105
|
-
<Image src="/maxy-black.png" alt="Maxy" width={64} height={64} style={{ objectFit: 'contain', marginBottom: 20 }} />
|
|
105
|
+
<Image src="/brand/maxy-black.png" alt="Maxy" width={64} height={64} style={{ objectFit: 'contain', marginBottom: 20 }} />
|
|
106
106
|
<h1
|
|
107
107
|
style={{
|
|
108
108
|
fontFamily: "'Cormorant', Georgia, serif",
|
|
@@ -151,7 +151,7 @@ export default async function OGImage({
|
|
|
151
151
|
}}
|
|
152
152
|
>
|
|
153
153
|
<div style={{ position: 'relative', width: '100%', height: '55%', flexShrink: 0 }}>
|
|
154
|
-
<Image src="/maxy-family.png" alt="" fill style={{ objectFit: 'cover' }} />
|
|
154
|
+
<Image src="/marketing/maxy-family.png" alt="" fill style={{ objectFit: 'cover' }} />
|
|
155
155
|
</div>
|
|
156
156
|
<div
|
|
157
157
|
style={{
|
|
@@ -163,7 +163,7 @@ export default async function OGImage({
|
|
|
163
163
|
padding: '32px 60px',
|
|
164
164
|
}}
|
|
165
165
|
>
|
|
166
|
-
<Image src="/maxy-black.png" alt="Maxy" width={72} height={72} style={{ objectFit: 'contain', marginBottom: 20 }} />
|
|
166
|
+
<Image src="/brand/maxy-black.png" alt="Maxy" width={72} height={72} style={{ objectFit: 'contain', marginBottom: 20 }} />
|
|
167
167
|
<h1
|
|
168
168
|
style={{
|
|
169
169
|
fontFamily: "'Cormorant', Georgia, serif",
|
|
@@ -210,7 +210,7 @@ export default async function OGImage({
|
|
|
210
210
|
}}
|
|
211
211
|
>
|
|
212
212
|
<div style={{ position: 'relative', width: '45%', flexShrink: 0 }}>
|
|
213
|
-
<Image src="/maxy-family.png" alt="" fill style={{ objectFit: 'cover' }} />
|
|
213
|
+
<Image src="/marketing/maxy-family.png" alt="" fill style={{ objectFit: 'cover' }} />
|
|
214
214
|
</div>
|
|
215
215
|
<div
|
|
216
216
|
style={{
|
|
@@ -221,7 +221,7 @@ export default async function OGImage({
|
|
|
221
221
|
padding: '40px 48px',
|
|
222
222
|
}}
|
|
223
223
|
>
|
|
224
|
-
<Image src="/maxy-black.png" alt="Maxy" width={64} height={64} style={{ objectFit: 'contain', marginBottom: 20 }} />
|
|
224
|
+
<Image src="/brand/maxy-black.png" alt="Maxy" width={64} height={64} style={{ objectFit: 'contain', marginBottom: 20 }} />
|
|
225
225
|
<h1
|
|
226
226
|
style={{
|
|
227
227
|
fontFamily: "'Cormorant', Georgia, serif",
|
|
@@ -188,7 +188,7 @@ export default function ChatPage() {
|
|
|
188
188
|
return (
|
|
189
189
|
<div className="chat-page">
|
|
190
190
|
<header className="chat-header">
|
|
191
|
-
<img src="/maxy-black.png" alt="Maxy" className="chat-logo" />
|
|
191
|
+
<img src="/brand/maxy-black.png" alt="Maxy" className="chat-logo" />
|
|
192
192
|
<h1 className="chat-tagline">No Stress. Quiet Life.</h1>
|
|
193
193
|
<p className="chat-intro">
|
|
194
194
|
Hey, I{'\u2019'}m Maxy. I{'\u2019'}m a personal AI that handles the
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|