Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 565b36145a | |||
| 628b562e19 | |||
| 9dda114cd8 | |||
| 4105fa89d0 |
@@ -10,7 +10,8 @@ import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCar
|
|||||||
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
|
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
|
||||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||||
import { Award, Sparkles, Zap, MessageCircle } from "lucide-react";
|
import { Award, Sparkles, Zap } from "lucide-react";
|
||||||
|
import { useEffect } from "react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
const galleryImages = [
|
const galleryImages = [
|
||||||
@@ -31,6 +32,12 @@ export default function LandingPage() {
|
|||||||
{ id: "15", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery-15.jpg", alt: "Elegante signature style showcase" }
|
{ id: "15", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery-15.jpg", alt: "Elegante signature style showcase" }
|
||||||
];
|
];
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
// Chatbot integration placeholder.
|
||||||
|
// Once the link is provided, it can be injected here or via a dedicated component.
|
||||||
|
console.log("Chatbot integration pending link provision.");
|
||||||
|
}, []);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="text-shift"
|
defaultButtonVariant="text-shift"
|
||||||
@@ -59,16 +66,6 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<a
|
|
||||||
href="https://wa.me/1234567890"
|
|
||||||
target="_blank"
|
|
||||||
rel="noopener noreferrer"
|
|
||||||
className="fixed bottom-6 right-6 z-50 bg-[#25D366] text-white p-4 rounded-full shadow-lg hover:scale-110 transition-transform duration-300"
|
|
||||||
aria-label="Contact us on WhatsApp"
|
|
||||||
>
|
|
||||||
<MessageCircle size={28} />
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogoBillboardSplit
|
<HeroLogoBillboardSplit
|
||||||
logoText="ELEGANTE"
|
logoText="ELEGANTE"
|
||||||
|
|||||||
Reference in New Issue
Block a user