Update src/app/products/page.tsx
This commit is contained in:
@@ -20,8 +20,7 @@ export default function ProductsPage() {
|
|||||||
|
|
||||||
const footerColumns = [
|
const footerColumns = [
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{ label: "About Us", href: "/about" },
|
{ label: "About Us", href: "/about" },
|
||||||
{ label: "Services", href: "/services" },
|
{ label: "Services", href: "/services" },
|
||||||
{ label: "Products", href: "/products" },
|
{ label: "Products", href: "/products" },
|
||||||
@@ -29,8 +28,7 @@ export default function ProductsPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Resources",
|
title: "Resources", items: [
|
||||||
items: [
|
|
||||||
{ label: "Technical Specs", href: "#" },
|
{ label: "Technical Specs", href: "#" },
|
||||||
{ label: "Case Studies", href: "#" },
|
{ label: "Case Studies", href: "#" },
|
||||||
{ label: "Industry News", href: "#" },
|
{ label: "Industry News", href: "#" },
|
||||||
@@ -38,8 +36,7 @@ export default function ProductsPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{ label: "Privacy Policy", href: "#" },
|
{ label: "Privacy Policy", href: "#" },
|
||||||
{ label: "Terms of Service", href: "#" },
|
{ label: "Terms of Service", href: "#" },
|
||||||
{ label: "Compliance", href: "#" },
|
{ label: "Compliance", href: "#" },
|
||||||
@@ -55,7 +52,7 @@ export default function ProductsPage() {
|
|||||||
borderRadius="rounded"
|
borderRadius="rounded"
|
||||||
contentWidth="mediumLarge"
|
contentWidth="mediumLarge"
|
||||||
sizing="mediumSizeLargeTitles"
|
sizing="mediumSizeLargeTitles"
|
||||||
background="fluid"
|
background="circleGradient"
|
||||||
cardStyle="gradient-radial"
|
cardStyle="gradient-radial"
|
||||||
primaryButtonStyle="double-inset"
|
primaryButtonStyle="double-inset"
|
||||||
secondaryButtonStyle="radial-glow"
|
secondaryButtonStyle="radial-glow"
|
||||||
@@ -82,29 +79,14 @@ export default function ProductsPage() {
|
|||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "ARC-3000 Spray System", price: "Contact for pricing", imageSrc:
|
||||||
name: "ARC-3000 Spray System",
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1XdPm7J17R50P9CrKAiQvAjO/industrial-thermal-spray-equipment-in-a--1772479505804-301dce49.png", imageAlt: "ARC-3000 thermal spray system"},
|
||||||
price: "Contact for pricing",
|
|
||||||
imageSrc:
|
|
||||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1XdPm7J17R50P9CrKAiQvAjO/industrial-thermal-spray-equipment-in-a--1772479505804-301dce49.png?_wi=1",
|
|
||||||
imageAlt: "ARC-3000 thermal spray system",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Precision Coating Materials", price: "Contact for pricing", imageSrc:
|
||||||
name: "Precision Coating Materials",
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1XdPm7J17R50P9CrKAiQvAjO/industrial-thermal-spray-equipment-in-a--1772479505804-301dce49.png", imageAlt: "Premium coating material selection"},
|
||||||
price: "Contact for pricing",
|
|
||||||
imageSrc:
|
|
||||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1XdPm7J17R50P9CrKAiQvAjO/industrial-thermal-spray-equipment-in-a--1772479505804-301dce49.png?_wi=2",
|
|
||||||
imageAlt: "Premium coating material selection",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Technical Support Package", price: "Contact for pricing", imageSrc:
|
||||||
name: "Technical Support Package",
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1XdPm7J17R50P9CrKAiQvAjO/industrial-thermal-spray-equipment-in-a--1772479505804-301dce49.png", imageAlt: "Expert technical support services"},
|
||||||
price: "Contact for pricing",
|
|
||||||
imageSrc:
|
|
||||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1XdPm7J17R50P9CrKAiQvAjO/industrial-thermal-spray-equipment-in-a--1772479505804-301dce49.png?_wi=3",
|
|
||||||
imageAlt: "Expert technical support services",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -129,7 +111,7 @@ export default function ProductsPage() {
|
|||||||
<ContactText
|
<ContactText
|
||||||
text="Interested in learning more about our products? Our sales team can provide detailed specifications, pricing, and customization options tailored to your specific requirements."
|
text="Interested in learning more about our products? Our sales team can provide detailed specifications, pricing, and customization options tailored to your specific requirements."
|
||||||
animationType="entrance-slide"
|
animationType="entrance-slide"
|
||||||
background={{ variant: "fluid" }}
|
background={{ variant: "plain" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Request Product Information", href: "/contact" },
|
{ text: "Request Product Information", href: "/contact" },
|
||||||
|
|||||||
Reference in New Issue
Block a user