-
Notifications
You must be signed in to change notification settings - Fork 0
Refactor: Replace form with WhatsApp CTA #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
yeminimal
wants to merge
192
commits into
dev
Choose a base branch
from
main
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Replaced the contact form with a "Get Quotation" button that redirects users to WhatsApp.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Update the page title to "Tutchonce" for better preview card display.
Add an image to the contact form for better aesthetics.
Adjust the text and padding of the "Get Quotation on WhatsApp" button to fit correctly within the button's design.
Implement responsive design and optimize UI for mobile devices, including Android and iOS, to ensure a seamless user experience across various screen sizes.
This commit refactors the Navbar component into smaller, more manageable files to improve code organization and maintainability.
Split index.css into smaller files for better organization and maintainability.
Implement a reusable logo component for the Tutchonce brand.
- Update service card images. - Fix mobile menu background. - Truncate email in footer.
Revert the email truncation in the footer and apply it to the contact section.
Add Supabase configuration and types to the project.
- Implement responsive design and optimize page load speed. - Improve SEO with keyword integration and sitemap creation. - Upgrade security with SSL and regular updates. - Enhance UI/UX with consistent design and clear navigation. - Ensure high-quality content and integrate social media. - Provide clear contact information and improve accessibility. - Integrate analytics for user behavior monitoring.
- Address visibility and accessibility issues. - Remove Supabase integration.
The build fails due to an unresolved import of `/src/script.mjs` in `index.html`. This commit addresses the error by either removing the problematic import or correcting the import path.
Removed the global `border-border` class application to all elements in `src/styles/base.css`, which was causing unintended outlines/borders on all components.
Enable Lovable Cloud backend integration for the project, establishing cloud-backed services and preparing for further cloud-enabled features. No code changes beyond cloud activation. X-Lovable-Edit-ID: edt-de8e52b9-6827-41ae-9f79-6338634ccd0c
Update src/script.mjs to import the Supabase client from the new Cloud-enabled path:
import { supabase } from '@/integrations/supabase/client';
This replaces the old import from '@/supabase/supabaseClient'.
X-Lovable-Edit-ID: edt-a74d9ff6-9f3d-4cf6-9f16-e586cf8defa7
Fixes runtime error by ensuring React is in scope in main.tsx so Radix TooltipProvider and other components render correctly. This resolves the Cannot read properties of null (reading 'useState') errors. X-Lovable-Edit-ID: edt-39834a9f-01ab-4536-9b59-712a99abcbdb
Update and add multiple files to enhance discoverability: - Harden and expand robots.txt for AI crawlers and sitemaps - Overhaul sitemap.xml with image support and updated URLs - Create llms.txt and ai.txt for AI/LLM guidance - Add IndexNow integration: key file and Supabase edge function - Add humans.txt and security.txt - Add IndexNow key file - Prepare enhanced JSON-LD in index.html (graph remains partial) - Update meta tags in Index, Blog, Careers pages (as per plan) - Add keyword-focused metadata scaffolding for improved on-page SEO X-Lovable-Edit-ID: edt-45163eb2-e7c3-42e4-9973-4d923c3d110c
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Replaced the contact form with a "Get Quotation" button that redirects users to WhatsApp.