Compare commits
2 Commits
version_10
...
version_11
| Author | SHA1 | Date | |
|---|---|---|---|
| 9458b3ac40 | |||
| e7272ced23 |
@@ -42,13 +42,12 @@ export default function MakePage() {
|
||||
<h2 className="text-3xl font-bold mb-4">Create Your Website</h2>
|
||||
<Input value={url} onChange={setUrl} placeholder="Paste your Google Maps URL here..." />
|
||||
|
||||
<div className="mt-8 space-y-4">
|
||||
<h3 className="font-semibold">Select Style</h3>
|
||||
<div className="grid grid-cols-1 md:grid-cols-3 gap-4">
|
||||
<button className="p-4 border rounded-xl hover:border-primary transition">Random Style</button>
|
||||
<button className="p-4 border rounded-xl hover:border-primary transition">Modern Minimal</button>
|
||||
<button className="p-4 border rounded-xl hover:border-primary transition">Bold & Vibrant</button>
|
||||
</div>
|
||||
<div className="mt-8">
|
||||
<button
|
||||
onClick={() => console.log("Generating page for:", url)}
|
||||
className="w-full py-4 px-6 bg-primary text-primary-cta-text rounded-xl font-semibold hover:opacity-90 transition">
|
||||
Generate the page
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -66,4 +65,4 @@ export default function MakePage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user