Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
3fef9c0
fix: restore lazy-loaded components
LorenzaVolponi Jun 25, 2025
7ff37aa
Add SEO updates and Calendly widget
LorenzaVolponi Jun 26, 2025
52695ab
Fix responsive image and Calendly popup
LorenzaVolponi Jun 26, 2025
b07a063
Adjust hero layout and remove sitemap download
LorenzaVolponi Jun 26, 2025
6897465
feat: improve Calendly popup
LorenzaVolponi Jun 26, 2025
fe087c1
Improve Calendly fallback
LorenzaVolponi Jun 26, 2025
94d464c
Fix lint issues and update configs
LorenzaVolponi Jun 26, 2025
6869c85
Wire hero buttons to portfolio and Calendly
LorenzaVolponi Jun 26, 2025
6191529
Add Calendly popup fallback
LorenzaVolponi Jun 26, 2025
4012afd
Fix profile image layout and update Calendly link
LorenzaVolponi Jun 26, 2025
cd7f291
Improve Calendly popup hook
LorenzaVolponi Jun 26, 2025
e4151d2
Enhance hero visuals with hypnotic particles
LorenzaVolponi Jun 26, 2025
a5078a1
Fix Calendly popup and profile image alignment
LorenzaVolponi Jun 26, 2025
0354ec6
Revert profile image to original fixed position
LorenzaVolponi Jun 26, 2025
5c1c85b
Revert profile image to original fixed position
LorenzaVolponi Jun 26, 2025
e711818
Align profile image with hero text
LorenzaVolponi Jun 26, 2025
1325ebc
Adjust profile image position
LorenzaVolponi Jun 26, 2025
ac42dfc
Adjust profile image alignment
LorenzaVolponi Jun 26, 2025
3dede67
Fix profile image alignment
LorenzaVolponi Jun 26, 2025
e34846e
Add Vercel analytics
LorenzaVolponi Jun 26, 2025
3fb0c22
Align profile image with hero name
LorenzaVolponi Jun 26, 2025
3f0536a
Update dependencies for improved performance
LorenzaVolponi Jun 26, 2025
6227eeb
Update README.md
LorenzaVolponi Aug 20, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
74 changes: 1 addition & 73 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,73 +1 @@
# Welcome to your Lovable project

## Project info

**URL**: https://lovable.dev/projects/d5e3729f-9ebc-44dd-80cd-24d951775ce8

## How can I edit this code?

There are several ways of editing your application.

**Use Lovable**

Simply visit the [Lovable Project](https://lovable.dev/projects/d5e3729f-9ebc-44dd-80cd-24d951775ce8) and start prompting.

Changes made via Lovable will be committed automatically to this repo.

**Use your preferred IDE**

If you want to work locally using your own IDE, you can clone this repo and push changes. Pushed changes will also be reflected in Lovable.

The only requirement is having Node.js & npm installed - [install with nvm](https://github.com/nvm-sh/nvm#installing-and-updating)

Follow these steps:

```sh
# Step 1: Clone the repository using the project's Git URL.
git clone <YOUR_GIT_URL>

# Step 2: Navigate to the project directory.
cd <YOUR_PROJECT_NAME>

# Step 3: Install the necessary dependencies.
npm i

# Step 4: Start the development server with auto-reloading and an instant preview.
npm run dev
```

**Edit a file directly in GitHub**

- Navigate to the desired file(s).
- Click the "Edit" button (pencil icon) at the top right of the file view.
- Make your changes and commit the changes.

**Use GitHub Codespaces**

- Navigate to the main page of your repository.
- Click on the "Code" button (green button) near the top right.
- Select the "Codespaces" tab.
- Click on "New codespace" to launch a new Codespace environment.
- Edit files directly within the Codespace and commit and push your changes once you're done.

## What technologies are used for this project?

This project is built with:

- Vite
- TypeScript
- React
- shadcn-ui
- Tailwind CSS

## How can I deploy this project?

Simply open [Lovable](https://lovable.dev/projects/d5e3729f-9ebc-44dd-80cd-24d951775ce8) and click on Share -> Publish.

## Can I connect a custom domain to my Lovable project?

Yes, you can!

To connect a domain, navigate to Project > Settings > Domains and click Connect Domain.

Read more here: [Setting up a custom domain](https://docs.lovable.dev/tips-tricks/custom-domain#step-by-step-guide)
Meu site
Loading