Compare commits
6 Commits
version_11
...
version_12
| Author | SHA1 | Date | |
|---|---|---|---|
| ec1e08906d | |||
| 259685d958 | |||
| 4a6e4688fe | |||
| 9a765c2670 | |||
| df360667c4 | |||
| 5d90afa82b |
@@ -15,6 +15,13 @@ export default function LandingPage() {
|
||||
console.log('Contact form submitted:', formData);
|
||||
};
|
||||
|
||||
const handleServicesClick = () => {
|
||||
const servicesSection = document.getElementById('services');
|
||||
if (servicesSection) {
|
||||
servicesSection.scrollIntoView({ behavior: 'smooth' });
|
||||
}
|
||||
};
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-shift"
|
||||
@@ -52,7 +59,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Book a Call", href: "/booking" },
|
||||
{ text: "See Our Services", href: "#services" }
|
||||
{ text: "See Our Services", onClick: handleServicesClick }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/uploaded-1773296062896-jhekds4j.png"
|
||||
@@ -100,12 +107,12 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Marcus Richardson", role: "CEO", company: "Premium Ventures", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/professional-portrait-of-a-confident-bus-1773289186556-a645a6b7.png?_wi=3"
|
||||
id: "1", name: "David Alvarez", role: "Owns a window cleaning company ", company: "", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/uploaded-1773296815973-4v0oqvhn.jpg"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Sophia Chen", role: "CMO", company: "Luxury Brand Co", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/professional-portrait-of-a-confident-mar-1773289186890-9d714eef.png?_wi=3"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/uploaded-1773296952977-cf5r0lk6.jpg"
|
||||
},
|
||||
{
|
||||
id: "3", name: "James Mitchell", role: "Founder", company: "Elite Solutions", rating: 5,
|
||||
|
||||
Reference in New Issue
Block a user