Skip to content

Commit 3f7dbde

Browse files
authored
Up Site (#45)
* Add PH * Up website
1 parent f90c5ca commit 3f7dbde

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/app/ai/ai.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ export default function AiPage({ className }: AiPageProps) {
159159
placeholder={
160160
isEmail
161161
? "Ask AI to create an email for..."
162-
: "Create a website based on https://wordpress.org"
162+
: "Create a website based on https://your-old-website.org"
163163
}
164164
required
165165
disabled={loading}

src/app/ai/footer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ export default function FooterStandalone({ className }: FooterStandaloneProps) {
2323
className="w-[277px] h-[75px]"
2424
/>
2525
<div className="text-lg text-gray-300 font-light leading-6 max-sm:text-base">
26-
The embeddable drag-and-drop builder. The open-source,
27-
customizable, white-label, no-code, visual editor for: emails,
26+
The drag-and-drop, open-source, no-code
27+
visual editor with AI assistance for: emails,
2828
webpages, and landing pages.
2929
</div>
3030
<div className="flex gap-4 mt-2 justify-center">

0 commit comments

Comments
 (0)