Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #7.
This commit is contained in:
2026-06-10 20:58:30 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -83,7 +83,6 @@ export default function LandingPage() {
<div id="clients" data-section="clients">
<SocialProofOne
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
title="Trusted by Industry Leaders"
@@ -143,6 +142,7 @@ export default function LandingPage() {
buttonText="Send Message"
imageSrc="http://img.b2bpic.net/free-photo/contact-us-customer-service-concept-man-using-laptop_23-2149454178.jpg"
imageAlt="Contact us"
useInvertedBackground={false}
/>
</div>
</ReactLenis>

View File

@@ -2,7 +2,7 @@
import { useRouter, usePathname } from 'next/navigation';
import { i18n, Locale } from '@/lib/i18nConfig';
import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from './ui/select'; // Assuming shadcn-ui select component
import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from '@/components/ui/select'; // Assuming shadcn-ui select component
import { useState, useEffect } from 'react';
// Placeholder for shadcn-ui select if not available: