Merge version_1 into main #1
303
src/app/page.tsx
303
src/app/page.tsx
@@ -13,6 +13,7 @@ import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import { Sparkles, Truck, Headphones, Leaf } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -33,41 +34,23 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Metrics",
|
||||
id: "#metrics",
|
||||
},
|
||||
name: "Metrics", id: "#metrics"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Partners",
|
||||
id: "#social-proof",
|
||||
},
|
||||
name: "Partners", id: "#social-proof"},
|
||||
{
|
||||
name: "Blog",
|
||||
id: "#blog",
|
||||
},
|
||||
name: "Blog", id: "#blog"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="AIMCO Thailand"
|
||||
/>
|
||||
@@ -76,45 +59,28 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="AIMCO Thailand: Driving Innovation and Excellence"
|
||||
description="As a leader in various industries across Thailand, AIMCO delivers exceptional quality and reliable solutions. Partner with us to achieve sustainable growth and success."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Services",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Explore Services", href: "#features"},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Us", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-office-building-skyscraper-with-window-glass_74190-3320.jpg",
|
||||
imageAlt: "Modern office building exterior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-office-building-skyscraper-with-window-glass_74190-3320.jpg", imageAlt: "Modern office building exterior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-freelancer-sitting-wheelchair-talking-business-partners-work-break-laughing-having-fun-disability-friendly-office-male-worker-with-impairment-chatting-with-colleagues_482257-47249.jpg",
|
||||
imageAlt: "Diverse business team collaborating in a meeting room",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-freelancer-sitting-wheelchair-talking-business-partners-work-break-laughing-having-fun-disability-friendly-office-male-worker-with-impairment-chatting-with-colleagues_482257-47249.jpg", imageAlt: "Diverse business team collaborating in a meeting room"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steel-chrome-machines-with-shafts_645730-270.jpg",
|
||||
imageAlt: "Industrial manufacturing facility with production line",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steel-chrome-machines-with-shafts_645730-270.jpg", imageAlt: "Industrial manufacturing facility with production line"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-science-banner-with-glass-containers_23-2149495035.jpg",
|
||||
imageAlt: "Clean laboratory with scientists working",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-science-banner-with-glass-containers_23-2149495035.jpg", imageAlt: "Clean laboratory with scientists working"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wind-turbines-open-field-clean-energy-source-renewable-future_169016-67946.jpg",
|
||||
imageAlt: "Solar panels in a green landscape",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wind-turbines-open-field-clean-energy-source-renewable-future_169016-67946.jpg", imageAlt: "Solar panels in a green landscape"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/container-ship-unloading-commercial-dock-dusk-generated-by-ai_188544-46989.jpg",
|
||||
imageAlt: "Global logistics cargo containers at a port",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/container-ship-unloading-commercial-dock-dusk-generated-by-ai_188544-46989.jpg", imageAlt: "Global logistics cargo containers at a port"},
|
||||
]}
|
||||
mediaAnimation="opacity"
|
||||
/>
|
||||
@@ -125,15 +91,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "About AIMCO Thailand",
|
||||
},
|
||||
type: "text", content: "About AIMCO Thailand"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Learn More", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -144,32 +106,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Innovative Solutions",
|
||||
description: "Driving progress with cutting-edge technology and creative problem-solving tailored for the Thai market.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-digital-tablet_53876-108317.jpg",
|
||||
imageAlt: "Data analytics dashboard",
|
||||
buttonIcon: "Sparkles",
|
||||
title: "Innovative Solutions", description: "Driving progress with cutting-edge technology and creative problem-solving tailored for the Thai market.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-digital-tablet_53876-108317.jpg", imageAlt: "Data analytics dashboard", buttonIcon: Sparkles,
|
||||
},
|
||||
{
|
||||
title: "Streamlined Operations",
|
||||
description: "Optimizing efficiency and productivity through expert process management and operational excellence.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/logistics-means-transport-together-with-technological-futuristic-holograms_23-2151662948.jpg",
|
||||
imageAlt: "Supply chain management illustration",
|
||||
buttonIcon: "Truck",
|
||||
title: "Streamlined Operations", description: "Optimizing efficiency and productivity through expert process management and operational excellence.", imageSrc: "http://img.b2bpic.net/free-photo/logistics-means-transport-together-with-technological-futuristic-holograms_23-2151662948.jpg", imageAlt: "Supply chain management illustration", buttonIcon: Truck,
|
||||
},
|
||||
{
|
||||
title: "Dedicated Client Support",
|
||||
description: "Providing responsive and personalized support to ensure client satisfaction and lasting partnerships.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-coworker-medium-shot_23-2148336839.jpg",
|
||||
imageAlt: "Customer service agent with headset",
|
||||
buttonIcon: "Headphones",
|
||||
title: "Dedicated Client Support", description: "Providing responsive and personalized support to ensure client satisfaction and lasting partnerships.", imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-coworker-medium-shot_23-2148336839.jpg", imageAlt: "Customer service agent with headset", buttonIcon: Headphones,
|
||||
},
|
||||
{
|
||||
title: "Sustainable Practices",
|
||||
description: "Committed to environmental responsibility through sustainable methods and green technology integration.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-activist-taking-action_23-2149502826.jpg",
|
||||
imageAlt: "Solar panels and green energy",
|
||||
buttonIcon: "Leaf",
|
||||
title: "Sustainable Practices", description: "Committed to environmental responsibility through sustainable methods and green technology integration.", imageSrc: "http://img.b2bpic.net/free-photo/young-activist-taking-action_23-2149502826.jpg", imageAlt: "Solar panels and green energy", buttonIcon: Leaf,
|
||||
},
|
||||
]}
|
||||
title="Our Core Capabilities"
|
||||
@@ -184,29 +130,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "250+",
|
||||
title: "Satisfied Clients",
|
||||
description: "Building strong, long-term relationships with businesses across various sectors.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-consultant-studying-constitutional-records_482257-102830.jpg",
|
||||
imageAlt: "Business growth pie chart",
|
||||
},
|
||||
id: "m1", value: "250+", title: "Satisfied Clients", description: "Building strong, long-term relationships with businesses across various sectors.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-consultant-studying-constitutional-records_482257-102830.jpg", imageAlt: "Business growth pie chart"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "98%",
|
||||
title: "Quality Assurance",
|
||||
description: "Delivering products and services that consistently meet the highest industry standards.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/researching-laboratory_1384-61.jpg",
|
||||
imageAlt: "Magnifying glass on quality report",
|
||||
},
|
||||
id: "m2", value: "98%", title: "Quality Assurance", description: "Delivering products and services that consistently meet the highest industry standards.", imageSrc: "http://img.b2bpic.net/free-photo/researching-laboratory_1384-61.jpg", imageAlt: "Magnifying glass on quality report"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "15+",
|
||||
title: "Years of Experience",
|
||||
description: "Leveraging extensive industry knowledge to navigate challenges and drive success.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/think-green-go-green-brain-concept_53876-133856.jpg",
|
||||
imageAlt: "Hand holding plant seedling",
|
||||
},
|
||||
id: "m3", value: "15+", title: "Years of Experience", description: "Leveraging extensive industry knowledge to navigate challenges and drive success.", imageSrc: "http://img.b2bpic.net/free-photo/think-green-go-green-brain-concept_53876-133856.jpg", imageAlt: "Hand holding plant seedling"},
|
||||
]}
|
||||
title="Our Impact & Achievements"
|
||||
description="AIMCO Thailand is proud of its continuous growth and commitment to excellence, reflecting in key performance indicators."
|
||||
@@ -220,64 +148,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Dr. Sarah Johnson",
|
||||
role: "CEO",
|
||||
company: "Tech Innovations",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-her-office-businesswoman-sitting-with-her-notebook-writing-making_1258-194709.jpg",
|
||||
imageAlt: "Dr. Sarah Johnson",
|
||||
},
|
||||
id: "t1", name: "Dr. Sarah Johnson", role: "CEO", company: "Tech Innovations", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-her-office-businesswoman-sitting-with-her-notebook-writing-making_1258-194709.jpg", imageAlt: "Dr. Sarah Johnson"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mr. Michael Chen",
|
||||
role: "Operations Director",
|
||||
company: "Global Logistics",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-bearded-guy-smiling-gesturing-with-ok-sign-expressing-good-choice-being-isolated-graphite_171337-455.jpg",
|
||||
imageAlt: "Mr. Michael Chen",
|
||||
},
|
||||
id: "t2", name: "Mr. Michael Chen", role: "Operations Director", company: "Global Logistics", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-bearded-guy-smiling-gesturing-with-ok-sign-expressing-good-choice-being-isolated-graphite_171337-455.jpg", imageAlt: "Mr. Michael Chen"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Ms. Emily Rodriguez",
|
||||
role: "Head of Marketing",
|
||||
company: "Creative Solutions",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-carefree-tender-lovely-blond-girl-white-dress-laughing-funny-joke-mes_1258-99054.jpg",
|
||||
imageAlt: "Ms. Emily Rodriguez",
|
||||
},
|
||||
id: "t3", name: "Ms. Emily Rodriguez", role: "Head of Marketing", company: "Creative Solutions", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-carefree-tender-lovely-blond-girl-white-dress-laughing-funny-joke-mes_1258-99054.jpg", imageAlt: "Ms. Emily Rodriguez"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Mr. David Kim",
|
||||
role: "CFO",
|
||||
company: "Financial Ventures",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/single-gesture-lifestyle-white-male_1262-2168.jpg",
|
||||
imageAlt: "Mr. David Kim",
|
||||
},
|
||||
id: "t4", name: "Mr. David Kim", role: "CFO", company: "Financial Ventures", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/single-gesture-lifestyle-white-male_1262-2168.jpg", imageAlt: "Mr. David Kim"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Ms. Anya Singh",
|
||||
role: "Founder",
|
||||
company: "Startup Hub",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-with-traditional-games_23-2149332634.jpg",
|
||||
imageAlt: "Ms. Anya Singh",
|
||||
},
|
||||
id: "t5", name: "Ms. Anya Singh", role: "Founder", company: "Startup Hub", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-with-traditional-games_23-2149332634.jpg", imageAlt: "Ms. Anya Singh"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "95%",
|
||||
label: "Client Retention",
|
||||
},
|
||||
value: "95%", label: "Client Retention"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Project Completion",
|
||||
},
|
||||
value: "100%", label: "Project Completion"},
|
||||
{
|
||||
value: "5/5",
|
||||
label: "Average Rating",
|
||||
},
|
||||
value: "5/5", label: "Average Rating"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Hear directly from our valued partners about their experiences and the impact of our collaboration."
|
||||
@@ -289,14 +181,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"GlobalCorp",
|
||||
"InnovateX",
|
||||
"FutureTech",
|
||||
"GreenEarth Solutions",
|
||||
"Precision Dynamics",
|
||||
"Apex Ventures",
|
||||
"Quantum Labs",
|
||||
]}
|
||||
"GlobalCorp", "InnovateX", "FutureTech", "GreenEarth Solutions", "Precision Dynamics", "Apex Ventures", "Quantum Labs"]}
|
||||
title="Trusted by Industry Leaders"
|
||||
description="We are proud to partner with leading organizations across various sectors, building trust and delivering measurable results."
|
||||
/>
|
||||
@@ -311,38 +196,11 @@ export default function LandingPage() {
|
||||
description="Stay informed with the latest industry trends, company news, and expert analyses from AIMCO Thailand."
|
||||
blogs={[
|
||||
{
|
||||
id: "b1",
|
||||
category: "Business Strategy",
|
||||
title: "Navigating the Future of Thai Industry: A Comprehensive Outlook",
|
||||
excerpt: "Explore the evolving landscape of Thailand's key industries and how strategic innovation is driving growth.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/paperwork-with-colorful-graphs_1232-140.jpg",
|
||||
imageAlt: "Business analysis report with graphs",
|
||||
authorName: "AIMCO Team",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/empowered-business-women-working-together_23-2149322939.jpg",
|
||||
date: "2024-03-15",
|
||||
},
|
||||
id: "b1", category: "Business Strategy", title: "Navigating the Future of Thai Industry: A Comprehensive Outlook", excerpt: "Explore the evolving landscape of Thailand's key industries and how strategic innovation is driving growth.", imageSrc: "http://img.b2bpic.net/free-photo/paperwork-with-colorful-graphs_1232-140.jpg", imageAlt: "Business analysis report with graphs", authorName: "AIMCO Team", authorAvatar: "http://img.b2bpic.net/free-photo/empowered-business-women-working-together_23-2149322939.jpg", date: "2024-03-15"},
|
||||
{
|
||||
id: "b2",
|
||||
category: "Sustainability",
|
||||
title: "AIMCO's Commitment to Green Initiatives in Manufacturing",
|
||||
excerpt: "Discover our sustainable practices and the positive impact we are making on the environment through responsible manufacturing.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tech-people-trying-achieve-ambitious-sustainability-goals_23-2150950163.jpg",
|
||||
imageAlt: "Sustainable manufacturing process in a green factory",
|
||||
authorName: "Environmental Dept.",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/business-couple-hands-up-doing-yes-outdoor-concept-teamwork_1150-2497.jpg",
|
||||
date: "2024-03-01",
|
||||
},
|
||||
id: "b2", category: "Sustainability", title: "AIMCO's Commitment to Green Initiatives in Manufacturing", excerpt: "Discover our sustainable practices and the positive impact we are making on the environment through responsible manufacturing.", imageSrc: "http://img.b2bpic.net/free-photo/tech-people-trying-achieve-ambitious-sustainability-goals_23-2150950163.jpg", imageAlt: "Sustainable manufacturing process in a green factory", authorName: "Environmental Dept.", authorAvatar: "http://img.b2bpic.net/free-photo/business-couple-hands-up-doing-yes-outdoor-concept-teamwork_1150-2497.jpg", date: "2024-03-01"},
|
||||
{
|
||||
id: "b3",
|
||||
category: "Technology",
|
||||
title: "The Role of AI in Optimizing Supply Chains for Thai Businesses",
|
||||
excerpt: "Learn how artificial intelligence is revolutionizing supply chain efficiency and creating new opportunities for businesses in Thailand.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/factory-engineers-using-green-screen-laptop-increase-energy-output_482257-120517.jpg",
|
||||
imageAlt: "Digital transformation technology abstract",
|
||||
authorName: "Innovation Hub",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/architect-with-safety-helmet-posing_23-2148242939.jpg",
|
||||
date: "2024-02-20",
|
||||
},
|
||||
id: "b3", category: "Technology", title: "The Role of AI in Optimizing Supply Chains for Thai Businesses", excerpt: "Learn how artificial intelligence is revolutionizing supply chain efficiency and creating new opportunities for businesses in Thailand.", imageSrc: "http://img.b2bpic.net/free-photo/factory-engineers-using-green-screen-laptop-increase-energy-output_482257-120517.jpg", imageAlt: "Digital transformation technology abstract", authorName: "Innovation Hub", authorAvatar: "http://img.b2bpic.net/free-photo/architect-with-safety-helmet-posing_23-2148242939.jpg", date: "2024-02-20"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -353,20 +211,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What industries does AIMCO Thailand serve?",
|
||||
content: "AIMCO Thailand proudly serves a diverse range of industries including manufacturing, logistics, technology, energy, and more. Our adaptable solutions are designed to meet specific sector needs.",
|
||||
},
|
||||
id: "q1", title: "What industries does AIMCO Thailand serve?", content: "AIMCO Thailand proudly serves a diverse range of industries including manufacturing, logistics, technology, energy, and more. Our adaptable solutions are designed to meet specific sector needs."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How does AIMCO ensure product quality?",
|
||||
content: "Quality assurance is paramount at AIMCO. We adhere to stringent international standards, implement rigorous testing protocols, and continuously monitor our processes to ensure superior product quality.",
|
||||
},
|
||||
id: "q2", title: "How does AIMCO ensure product quality?", content: "Quality assurance is paramount at AIMCO. We adhere to stringent international standards, implement rigorous testing protocols, and continuously monitor our processes to ensure superior product quality."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "What is AIMCO's commitment to sustainability?",
|
||||
content: "We are deeply committed to sustainability, integrating eco-friendly practices in our operations, promoting energy efficiency, and investing in green technologies to minimize our environmental footprint.",
|
||||
},
|
||||
id: "q3", title: "What is AIMCO's commitment to sustainability?", content: "We are deeply committed to sustainability, integrating eco-friendly practices in our operations, promoting energy efficiency, and investing in green technologies to minimize our environmental footprint."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-business-woman-working_23-2148317334.jpg"
|
||||
imageAlt="Customer service representative smiling"
|
||||
@@ -385,27 +234,16 @@ export default function LandingPage() {
|
||||
description="We are eager to hear from you. Fill out the form below or reach out directly to discuss your needs and how we can assist you."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "company",
|
||||
type: "text",
|
||||
placeholder: "Your Company (Optional)",
|
||||
},
|
||||
name: "company", type: "text", placeholder: "Your Company (Optional)"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your Message",
|
||||
rows: 5,
|
||||
name: "message", placeholder: "Your Message", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/excited-diverse-female-business-colleagues_74855-1841.jpg"
|
||||
@@ -421,46 +259,29 @@ export default function LandingPage() {
|
||||
logoText="AIMCO Thailand"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Services", href: "#features"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#blog",
|
||||
},
|
||||
label: "Blog", href: "#blog"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user