Initial commit
This commit is contained in:
15
src/pages/technology/TechnologyPage.tsx
Normal file
15
src/pages/technology/TechnologyPage.tsx
Normal file
@@ -0,0 +1,15 @@
|
||||
import { TechnologyHero } from './components/TechnologyHero';
|
||||
import { TechnologyArchitecture } from './components/TechnologyArchitecture';
|
||||
import { TechnologyStack } from './components/TechnologyStack';
|
||||
import { TechnologicalBenefits } from './components/TechnologicalBenefits';
|
||||
|
||||
export const TechnologyPage = () => {
|
||||
return (
|
||||
<div className="space-y-12 lg:space-y-16">
|
||||
<TechnologyHero />
|
||||
<TechnologyStack />
|
||||
<TechnologyArchitecture />
|
||||
<TechnologicalBenefits />
|
||||
</div>
|
||||
);
|
||||
};
|
Reference in New Issue
Block a user