Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 565b36145a | |||
| 628b562e19 |
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user