solutions page
This commit is contained in:
@@ -145,7 +145,9 @@ const Solutions: React.FC = () => {
|
|||||||
];
|
];
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="bg-white">
|
<>
|
||||||
|
<SEO meta={getMetaTags("solutions")} />
|
||||||
|
<div className="bg-white">
|
||||||
{/* LIGHT HERO SECTION */}
|
{/* LIGHT HERO SECTION */}
|
||||||
<section className="relative overflow-hidden bg-gradient-to-b from-white via-slate-50/50 to-white">
|
<section className="relative overflow-hidden bg-gradient-to-b from-white via-slate-50/50 to-white">
|
||||||
<div className="absolute inset-0 bg-[radial-gradient(circle_at_50%_50%,rgba(6,147,227,0.03),transparent_60%)]" />
|
<div className="absolute inset-0 bg-[radial-gradient(circle_at_50%_50%,rgba(6,147,227,0.03),transparent_60%)]" />
|
||||||
|
|||||||
Reference in New Issue
Block a user