Merge version_3 into main #7
@@ -83,7 +83,6 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="clients" data-section="clients">
|
<div id="clients" data-section="clients">
|
||||||
<SocialProofOne
|
<SocialProofOne
|
||||||
animationType="slide-up"
|
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Trusted by Industry Leaders"
|
title="Trusted by Industry Leaders"
|
||||||
@@ -143,6 +142,7 @@ export default function LandingPage() {
|
|||||||
buttonText="Send Message"
|
buttonText="Send Message"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/contact-us-customer-service-concept-man-using-laptop_23-2149454178.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/contact-us-customer-service-concept-man-using-laptop_23-2149454178.jpg"
|
||||||
imageAlt="Contact us"
|
imageAlt="Contact us"
|
||||||
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
import { useRouter, usePathname } from 'next/navigation';
|
import { useRouter, usePathname } from 'next/navigation';
|
||||||
import { i18n, Locale } from '@/lib/i18nConfig';
|
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';
|
import { useState, useEffect } from 'react';
|
||||||
|
|
||||||
// Placeholder for shadcn-ui select if not available:
|
// Placeholder for shadcn-ui select if not available:
|
||||||
|
|||||||
Reference in New Issue
Block a user