4 Commits

Author SHA1 Message Date
565b36145a Update src/app/page.tsx 2026-03-27 11:06:19 +00:00
628b562e19 Merge version_6 into main
Merge version_6 into main
2026-03-27 11:03:21 +00:00
9dda114cd8 Update src/app/page.tsx 2026-03-27 11:03:18 +00:00
4105fa89d0 Merge version_5 into main
Merge version_5 into main
2026-03-27 10:28:15 +00:00

View File

@@ -10,7 +10,8 @@ import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCar
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
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() {
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" }
];
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 (
<ThemeProvider
defaultButtonVariant="text-shift"
@@ -59,16 +66,6 @@ export default function LandingPage() {
/>
</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">
<HeroLogoBillboardSplit
logoText="ELEGANTE"