Update src/app/page.tsx
This commit is contained in:
@@ -10,7 +10,7 @@ import HeroCentered from '@/components/sections/hero/HeroCentered';
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -81,16 +81,17 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<ProductCardOne
|
||||
<ProductCardTwo
|
||||
carouselMode="buttons"
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Mechanical CAD", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/black-developer-creating-machine-parts_482257-127095.jpg" },
|
||||
{ id: "p2", name: "Prototype Fabrication", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/group-young-teens-celebrating-world-youth-day-by-doing-activities-together_23-2151478298.jpg" },
|
||||
{ id: "p3", name: "Tech Consulting", price: "Consultation", imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-detail-machinery_114579-2839.jpg" },
|
||||
{ id: "p4", name: "Individual Training", price: "Course Based", imageSrc: "http://img.b2bpic.net/free-photo/pc-solar-panels-manufacturing-plant-used-study-solar-energy-systems_482257-118107.jpg" }
|
||||
{ id: "p1", brand: "Kenteg", name: "Mechanical CAD", price: "Custom Pricing", rating: 5, reviewCount: "10+", imageSrc: "http://img.b2bpic.net/free-photo/black-developer-creating-machine-parts_482257-127095.jpg" },
|
||||
{ id: "p2", brand: "Kenteg", name: "Prototype Fabrication", price: "Custom Pricing", rating: 5, reviewCount: "10+", imageSrc: "http://img.b2bpic.net/free-photo/group-young-teens-celebrating-world-youth-day-by-doing-activities-together_23-2151478298.jpg" },
|
||||
{ id: "p3", brand: "Kenteg", name: "Tech Consulting", price: "Consultation", rating: 5, reviewCount: "10+", imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-detail-machinery_114579-2839.jpg" },
|
||||
{ id: "p4", brand: "Kenteg", name: "Individual Training", price: "Course Based", rating: 5, reviewCount: "10+", imageSrc: "http://img.b2bpic.net/free-photo/pc-solar-panels-manufacturing-plant-used-study-solar-energy-systems_482257-118107.jpg" }
|
||||
]}
|
||||
title="Technical Services Portfolio"
|
||||
description="Diverse technical manufacturing and design services."
|
||||
|
||||
Reference in New Issue
Block a user