Merge version_2 into main #2
@@ -9,6 +9,7 @@ import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTe
|
||||
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -31,6 +32,7 @@ export default function LandingPage() {
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Z3Overseas"
|
||||
@@ -95,6 +97,22 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
title="Proven Success"
|
||||
description="Hear from our satisfied clients about their experiences with Z3Overseas."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="blur-reveal"
|
||||
showRating={true}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah Miller", handle: "@smiller", testimonial: "Z3Overseas completely transformed our international supply chain. Exceptional service.", rating: 5 },
|
||||
{ id: "2", name: "David Chen", handle: "@dchen", testimonial: "The best logistics partners we've had in 10 years of business.", rating: 5 },
|
||||
{ id: "3", name: "Elena Rodriguez", handle: "@erod", testimonial: "Reliability and efficiency is their middle name. Truly professional.", rating: 5 }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metric" data-section="metric">
|
||||
<MetricCardEleven
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user